@charset "utf-8";
/* CSS Document */
body{
	margin: 0;
	padding: 0;
	background: #0A0b11;
	text-align: center;
}
p,h1,h2,h3,h4,h5,h5,ol,ul,a {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #FFFFFF;
	font-size: 17px;
	font-weight: normal;
}
h1{
	font-weight: bold;
	font-size: 30px;
}
#wrapper{
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	background: url(assets/contact/wrapper_background.jpg);
	position: relative; /*---this keeps the dwc logo in the same absolute position---*/
	padding: 0px;
	border: 6px #191D43 solid;
}
/*---------------------------HEADER----------------------------------------*/
#header{
	text-align: left;
	padding-left: 20px;
}
#header img{
	float: right;
	padding-top: 20px;
	padding-right: 10px;
}
#headerText{
	width: 475px;
	float: left;
	padding-bottom: 20px;
}


/*----------------------------NAVIGATION-----------------------------------*/
#nav{
	background: url(assets/generic/toolbar.png) left center no-repeat;
	height: 41px;
	margin-left: 15px;
}
#nav ul{
	background: url(assets/generic/first_list_background.png) right center;
	border: 1px solid #999999;
	margin: 0px 0 1em 0;
	

}
#nav, #nav ul {
    float: left;
	width: 40em;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	padding: 0;
	font-size: 15px;
}
#nav li.main a.first{
		background: url(assets/generic/link.gif) right 10px no-repeat;
		height: 20px;
}
#nav li.main a{
	padding-top: .8em;
	padding-right: 5px;
}
#nav a.secondHover:hover,
#nav a.thirdHover:hover{
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	*border: none;
	background: #191D43;
	color: #999999;
}

#nav a {
    display: block;
	width: 7em;
	w\idth: 6em;
	color: #ffffff;
	text-decoration: none;
	padding-top: .25em;/*this centers the list items in the box*/
	font-weight:normal;
	
}
#nav a.first:hover,
#nav a.contact:hover {
	color: #CCCCCC;
}
#nav li {
    float: left;
    width: 8em;
	padding-bottom: 5px;
	text-align: center;
}
#nav li li {
	float: left;
	width: 15em;/*important but I have no idea why...*/
	padding: 0px;
}
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 15em;
	w\idth: 14.8em;
	font-weight: normal;
	margin: 0;
	background: #191D43;
}
#nav li li ul{
	width: 9em;
	*width: 15em;
}
#nav li li ul a{
	width: 7.7em;
	text-align: center;
}
#nav li ul a{
	width: 12.8em;/*sets the width of the drop down text link*/
	padding-bottom: 5px;
	padding-top: 5px;
}
#nav li:hover ul {
    left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
    left: auto;
}
#nav li ul ul {
    margin: -3em 0 0 12em;
	*margin: -3em 0 0 5em;
}/*applies to second tier of dropdowns - makes the box offset & applies the height difference of the dropdown*/

#nav li:hover ul ul, #nav li.sfhover ul ul {
    left: -999em;
}/*hides the third list*/
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
    left: auto;
}/*shows the third list when hovered*/

#content{
	clear: both;
	padding: 20px 0 0 0;
	margin: 0px;
	text-align: left;
}
/*-----------------------------------HOMEPAGE & VIDEOS PAGE-----------------------------*/
#movie{
	padding-left: 25px;
	width: 460px;
	float: left;
}
#movie img{
	border: none;
	padding-top: 15px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#movie p{
	line-height: 17px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
#movie h1{
	text-align: center;
}
#rightSidebar{
	padding-top: 30px;
	float: right;
	width: 260px;
}
.italic{
	font-size: 12px;
	color: #549dd1;
}
.button{
	width: 256px;
	height: 104px;
	text-align: center;
	background: url(assets/generic/silver_button.png) center bottom no-repeat;
	float: right;
}
a#videoButton{
	background: url(assets/generic/arrow_button.png) 20px 10px no-repeat;
}
.button a{
	display: block;
	width: 256px;
	height: 90px;
	color: #000000;
	text-decoration: none;
	font-size: 15px;
	padding-top: 20px;
	font-weight: bold;
}
/*----------------------------------------------------------------*/
#advantagePage #content p,
#advantagePage #content li{
	font-size: 12px;
	color: #000000;
}
#advantagePage #advantages #content li{
	margin-left: 20px;
}
#advantagePage #content h2{
	font-size: 18px;
	color: #191D43;
	font-weight: bold;
	padding-top: 10px;
	background: url(assets/generic/line.gif) left bottom no-repeat;
}

#advantagePage #content h3{
padding-top: 15px;
	color: #000000;
}
#advantagePage #content{
	background: url(assets/gois_advantage/advantage_background.png) left center no-repeat;
}
#advantages{
	width: 450px;
	background: #ffffff;
	border: 2px solid #549dd1;
	margin-left: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
}

/*-----------------------------------Contact & Ims Page-----------------------*/
#contact{
	background:url(assets/contact/form_background.png) left center no-repeat;
	width: 764px;
	height: 570px;
	display: block;
}
#form{
	padding-top: 40px;
	padding-left: 75px;
}
#form p{	
	color: #191D43;
	font-size: 14px;
	padding-left: 25px;
}
#form p.ims{
	padding-left: 0px;
	padding-top: 10px;
}
#imsPage h2{
	font-size: 24px; 
	font-weight: bold;
	color: #191D43;
}
/*-----------------------------------Product Page-----------------------*/
a.print{
	color: #549dd1;
	font-size: 12px;
	text-decoration: none;
	background: url(assets/products/adobe_button.png) center center no-repeat;
	height: 61px;
	width: 237px;
	display: block;
	font-weight: bold;
	padding-top: 20px;
	text-align: center;
}
#download{
	position: absolute;
	top: 525px;
	right: 20px;
	text-align: center;
}
/*-----------------------------------Application Guide Page-------------*/
#applicationPage #content{
	background: url(assets/app_guide/application_guide_background.png) center center no-repeat;
	height: 368px;
}
#guide h2,
#guide h3{
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	color: #191D43;
}
#guide p{
	color: #000000;
	font-size: 14px;
}
#applicationGuide{
	text-align: center;
	width: 375px;
}
#guide{
	margin-left: 55px;
	width: 375px;
	padding-top: 20px;
}
#guide table{	
	border-collapse: collapse;
}
th p{
	font-weight: bold;
}
col{
	width: 100px;
}
tr{
	border: 1px solid #549DD1;
}
col#model{
	border: 1px solid #549dd1;
}
/*-----------------------------------LINKS-----------------------------*/
#linksPage #content a{
	margin-bottom: 5px;
	display: table;
	margin-right: auto;
	margin-left: auto;
}
#linksPage #content p,
#linksPage #content h1{
	text-align: center;
}
#linksPage #content p{
	padding-bottom: 10px;
}
#linksPage #content a:hover{
	border: 3px solid #549dd1;
}

/*-----------------------------------Footer-----------------------------*/
#footer{
	clear: both;
	text-align: center;
	background: #549DD1;
	color: #000000;
}
#footer p,
#footer a{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}