
/**************************************

	Layout Styles
	
**************************************/


#main {
	width: 986px;
	margin:auto;
}

#navigation {
	position:relative;
	height: 85px;
	background-image: url("../img/braingroup.gif");
	background-repeat: no-repeat;
	background-position: 32px 52px;
}

#navigation h1 {
	width: 196px;
	height: 30px;
	margin: 50px 0 0 30px;
	float:left;
}

#navigation h1 a {
	display:block;
	text-indent: -1000px;
	overflow: hidden;
}

#header {
	padding: 3px 3px 0px 3px;
	background-image: url("../img/headerBg.gif");
	background-repeat: no-repeat;
}

#content {
	background-image: url("../img/contentBg.gif");
	background-repeat: repeat-y;		
}

#content a:link { text-decoration:none; color:#306E9E; }
#content a:visited { text-decoration:none; color:#306E9E; }
#content a:hover { text-decoration:none; color:#818181; }
#content a:active { text-decoration:none; color:#306E9E; }
#content a:focus { text-decoration:none; color:#306E9E; }

#content * {
	color: #727272;
	line-height: 18px;
	font-size: 13px;
}

#contentContainer {
	padding: 0px 3px 3px 3px;
	background-image: url("../img/contentBottom.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
}


#footer {
	margin: auto;
	width: 926px;
	padding: 15px 33px;
}


#contentColumn {
	float:left;
	display: inline;
	padding: 0px 32px 25px 32px;
}

#contentColumn.left {
	float:left;
	width: 521px;
	margin-left: 32px;
}

#contentColumn.right {
	float:left;
	width: 521px;
	margin-right: 32px;
}

.ccfull {
	float:left;
	margin-left: 32px;
	margin-right: 32px;
}

#navColumn {
	float: left;
	display: inline;
	width: 212px;
	padding-bottom: 25px;

}

.ncleft {
	padding-right: 86px;
	padding-left: 32px;
	/*background-image: url("../img/leftNavShadow.gif");*/
	background-repeat: no-repeat;
	background-position: top right;
}

.ncright {
	padding-right: 32px;
	padding-left: 86px;
	/*background-image: url("../img/rightNavShadow.gif");*/
	background-repeat: no-repeat;
	background-position: top left;
}

.left1row { background-image: url("../img/shadows/left1row.gif"); }
.left2row { background-image: url("../img/shadows/left2row.gif"); }
.left3row { background-image: url("../img/shadows/left3row.gif"); }
.left4row { background-image: url("../img/shadows/left4row.gif"); }
.left5row { background-image: url("../img/shadows/left5row.gif"); }
.left6row { background-image: url("../img/shadows/left6row.gif"); }
.left7row { background-image: url("../img/shadows/left7row.gif"); }

.right1row { background-image: url("../img/shadows/right1row.gif"); }
.right2row { background-image: url("../img/shadows/right2row.gif"); }
.right3row { background-image: url("../img/shadows/right3row.gif"); }
.right4row { background-image: url("../img/shadows/right4row.gif"); }
.right5row { background-image: url("../img/shadows/right5row.gif"); }
.right6row { background-image: url("../img/shadows/right6row.gif"); }
.right7row { background-image: url("../img/shadows/right7row.gif"); }


#metaColumn {
	border-width: 0px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #DFDFDF;
	padding-bottom: 10px;
	margin: -10px 64px 15px 64px;
}


/**************************************

	Header Styles
	
**************************************/

#bigHeader {
	padding-top: 56px;
	padding-left: 46px;
	height: 244px;
	background-image: url("../img/bigHeader.png");
	background-repeat: no-repeat;	
}

#bigHeader img {
	float:left;
	margin: 0px 20px 0px 0px;	
}

#bigHeader div {
	float:left;
	width: 485px;
	margin: 5px 20px 0px 10px;	
}

#bigHeader div h1 {
	font-size: 28px;
	color: #FFF;
	font-weight: normal;
	margin-bottom: 18px;
}

#bigHeader div p {
	font-size: 15px;
	color: #FFF;
	line-height: 20px;
	margin-right:25px;
}


#smallHeader {
	height: 96px;
	background-image: url("../img/smallHeader.png");
	background-repeat: no-repeat;
}


.headerMargin {
	padding-bottom: 35px;	
}

#productsHeader {
	padding-bottom: 12px;
}


/**************************************

	Footer Styles
	
**************************************/

#footer a:link { text-decoration:none; color:#818181; }
#footer a:visited { text-decoration:none; color:#818181; }
#footer a:hover { text-decoration:none; color:#306E9E; }
#footer a:active { text-decoration:none; color:#818181; }
#footer a:focus { text-decoration:none; color:#306E9E; }

#footer .first {
	width: 120px;
}

#footer .second {
	width: 177px;
}

#footer .third {
	width: 126px;
}

#footer .forth {
	width: 171px;
}

#footer .fifth {
	width: 125px;
}
#footer .sixth {
	width: 197px;
}

#footer ul li {
	display:block;
	float:left;
	font-size:11px;
	color: #5A5A5A;
	font-weight: bold;
}


#footer ul li img {
	margin-right: 5px;
	vertical-align:text-top;
}

#footer ul li ul, #footer form {
	margin-top: 5px;
}

#footer ul li ul li {
	font-weight: normal;
	width: 100%;
	margin-bottom: 2px;
	line-height: 16px;
}

#footer input.text {
	border: none;
	background-image: url("../img/inputBg.gif");
	background-repeat: no-repeat;
	background-color: transparent;
	padding:2px 5px;
	float:left;
	width:107px;
	height: 18px;
	color: #858585;
	font-size: 11px;
}

#footer input.submit {
	float:left;
	width: 72px;
	height: 18px;
	background-image: url("../img/buttonBg.gif");
	background-repeat: no-repeat;
	background-color: transparent;
	font-size: 11px;
	color: #858585;
	text-align:center;
	margin-left: 5px;
	border: none;
}