body {	
	font-family: helvetica, arial, verdana, sans-serif;
	font-weight:200;
	font-size: 14px;
	margin: 0;
	padding: 0;
	background: #000000 url(images/bg_4_glowv3.jpg) top center no-repeat;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
}

img {border:0;}

/* Page Container */
#container {
	width: 990px;
	margin: 0 auto;
}

/* Page Header */
#header {
	width: auto;
	height: 130px;
}

/* Page Logo */
#logo {
	float: left;
	margin: 32px 0 0 75px;
}
/* Logo Tooltip */
#logoLink {
	/*background:transparent url(images/bdesign_logo.png) no-repeat scroll 0 0;*/
	overflow:hidden;
	text-indent:-999em;
	width:159px;
	cursor:pointer;
}
/* mouseover state */
#logoLink:hover {
	background-position:0 0px;
}
/* clicked state */
#logoLink:focus {
	background-position:0 0px;
}
/* tooltip styling */
.tooltip {
	display:none;
	background:url(images/home_tooltipv2.png);
	height:59px;
	/*padding:20px; */
	width:215px;
	font-size:12px;
	color:#fff;
}

/* Navigation */
#navigation {
	float: left;
	list-style: none;
	margin: 85px 0 0 50px;
	padding: 0;
}
#navigation li {
	float: left;
	margin: 0 10px;
}
#webNav {
	background: url('images/web_btn.png');
	width: 72px;
	height: 35px;
}
#printNav {
	background: url('images/print_btnv2.png');
	width: 72px;
	height: 35px;
}
#typeNav {
	background: url('images/type_btnv2.png');
	width: 72px;
	height: 35px;
}
#contactNav {
	background: url('images/contact_btnv2.png');
	width: 103px;
	height: 35px;
}

/* Subnavigation */
#subnavContatiner {
	width: 100%;
	overflow: auto;
	margin-top: 5px;
}
#subNavigation {
	text-align:right;
	float: right;
	list-style: none;
	margin-right: 95px;
	padding: 0;
}
#subNavigation li {
	float: left;
	margin: 0;
}
#sitesNav {
	background: url('images/sitesv4.png');
	width: 80px;
	height: 47px;
}
#bannersNav {
	background: url('images/bannersID.png');
	width: 110px;
	height: 47px;
}

/* Page Content */
#content {
	margin:50px 0 0 0;
	background-image: url(images/backsplashv3.png);
	background-repeat:no-repeat;
	overflow:auto;
	color:#b7b7b7;
	height:700px;
}
#contentSub {
	margin:50px 0 0 0;
	background-image: url(images/backsplash_sub.png);
	background-repeat:no-repeat;
	overflow:auto;
	color:#b7b7b7;
}
#pageID {
	width:52px;
	margin:20px 0 0 235px;
}
#contactID {
	width:84px;
	margin:20px 0 0 215px;
}
/* Featured Work */
#featuredWork {
	width:202px;
	float:left;
	margin:80px 0 0 55px;
	text-align:center;
}

#featuredWork1 {
	margin-top:20px;
}

#featuredWork2 {
	margin-top:20px;
}
/* For image Rollover */
#preview {
	position:absolute;
	border:1px solid #b7b7b7;
	background:#000;
	padding:5px;
	color:#b7b7b7;
}
#homeBio {
	width:550px;
	margin:80px 0 0 340px;
	line-height:1.8em;
	letter-spacing:.05em;
}
#skillzTable {
	float:left;
	margin:40px 0 0 80px;
	width:250px;
	border-top: 1px solid #2c3435;
}
#skillzTable tr td.label { 
	width:50%;
	padding:3px;
	color:#778b8e;
	font-size:12px;
	text-align:left;
	border-left:1px solid #2c3435;
	vertical-align:middle;
}
#skillzTable tr td { 
	padding:3px;
	border-right:1px solid #2c3435;
	border-bottom:1px solid #2c3435;
	vertical-align:middle;
}
#resume {
	float:left;
	margin:50px 0 0 0;
	padding:0;
}
#resumeLink {
	color:#b7b7b7;
	font-size:12px;
	font-style:italic;
	position: relative;
	top: 30px;
	left: 120px;
	padding: 0;
}
#resumeLink a:link, #resumeLink a:visited, #resumeLink a:active {
	color: #b7b7b7;
	text-decoration:none;
}
#resumeLink a:hover {
	color: #e7eeee;
	text-decoration:underline;
}

/*** Contact Form ***/
#contactForm {
	float: left;
	width:50%;
}

#contactForm table {
	color: #B7B7B7;
	margin-left: 50px;
	width: 450px;
}
#contactForm td.label {
	width: 125px;
	text-align: right;
	padding-right: 5px;
	font-size: 16px;
}
#contactForm td.errorLabel {
	width: 225px;
	text-align: left;
	padding-left: 10px;
	font-size: 16px;
}
#contactForm input.textbox {
	font-size: 16px;
	margin: 5px 0;
	height: 35px;
	width: 300px;
	padding-left: 3px;
	background: url('images/gradientv2.gif') repeat-x;
}
#message {
	font-size: 16px;
	margin: 5px 0;
	height: 100px;
	width: 300px;
	background: url('images/gradient.gif') repeat-x;
}

#contactInfo {
	width:425px;
	float:right;
	margin:42px 40px 0 0;
	line-height:1.8em;
	letter-spacing:.05em;
}

/*** Validation Classes for Contact Us Page ***/
/***** Validation Form from jQuery *****/
.formError {
    /*color: #D8000C;
    background-color: #FFBABA;*/
	border: 2px solid #D8000C;
}
.formErrorText {
    /*color: #D8000C;
	padding-left: 3px;*/
}
.formSuccess {
    /*background-color: #DFF2BF;*/
	border: 0;
}