/* dddfe1 */

* {
	margin: 0;
	padding: 0;
}

a {
	color: #196094;
	cursor: pointer;
}

a img {
	border: none;
}

td, th {padding: 5px;}

#container {
	width: 970px;
	margin: 0 auto;
	position: relative;
}

#header {
	width: 960px;
	height: 68px; 
	margin: 0 auto;
	padding-top: 42px;
}

#header ul#langselect li {
	overflow: hidden;
	height: 27px;
}

#header h1 {
	float: left;
	text-indent: -9999px;
}

/* General */
	#nav, #nav ul { list-style: none; }
	
	#nav ul { background-image: url(../images/dropdown_middle.png); background-repeat: repeat-y; }
	
	/* Head links */
	#nav li.headlink { float: left; position: relative;}
	#nav li.headlink a { display: block; height: 43px;}

	/* Child lists and links */
	#nav li.headlink ul { display: none; text-align: left; position: absolute; top: 43px; left: 0; width: 335px;}
	#nav li.headlink:hover ul { display: block; }
	#nav li ul li { border-bottom: 1px solid #dddfe1; margin: 0 7px; }
	#nav li.headlink ul li a { height: auto; padding: 10px 24px; width: 273px; text-decoration: none; font-weight: bold; }
	#nav li.headlink ul li a:hover { background: #f5f5f5; }
	#nav li.headlink ul li.navbottom { background-image: url(../images/dropdown_bottom.png); background-repeat: no-repeat; width: 335px; height: 12px; margin: 0 0 -12px 0; border-bottom: none; }


#topcorner {
	width: 970px;
	height: 5px;
	background: transparent url(../images/bg_topcorner.jpg) no-repeat top center;
	margin-top: 43px;	
}

/* ROUNDS TOP LEFT CORNER FOR HOMEPAGE */
#index #topcorner {
	background: transparent url(../images/bg_topcorner_home.jpg) no-repeat top center;
}

#subnav li a {
	background-color: #fff;	
}

#banner {
	width: 960px;
	margin: 0 auto;
	font-size: 0%;
}

#contentwrap {
	width: 970px;
	background: transparent url(../images/bg_contentwrap.png) repeat-y top center;
	overflow: hidden;
}

#content {
	width: 960px;
	margin: 0 auto;
}

#stripe {
	background: transparent url(../images/bg_content.jpg) repeat-y top center;
	overflow: hidden;
}

#lcol {
	float: left;
	width: 240px;
	padding-bottom: 30px;
}

#lcol h1 {
	width: 240px;
	height: 46px;
	text-indent: -9999px;
	border-top: 1px solid #dddfe1;
	border-bottom: 1px solid #dddfe1;
}

#lcol div {
	padding: 25px 25px 0 25px;
}

#lcol div h3 {
	font-size: 14px;
	color: #3a4862;
	margin-bottom: 3px;
}

#lcol div p, #lcol div h3 span  {
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
}

#lcol div h3 span {
	text-align: right;
}

ul#innernav {
	width: 240px;
	list-style-type: none;
}

ul#innernav li {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #dddfe1;
	border-right: 1px solid #dddfe1;
}

ul#innernav li a {
	display: block;
	padding: 15px 25px;
	color: #a1a1a1;
	text-decoration: none;
	height: 100%;
	background: transparent url(../images/bg_innernav.jpg) repeat-y top left;
	outline: 0;
}

ul#innernav li a:hover {
	background: none;
}

ul#innernav li.active {
	border-right: 1px solid #fff;
}

ul#innernav li.active a {
	background: none;
}

ul#innernav li.active a {
	color: #3a4862;
}

#rcol {
	float: left;
	width: 720px;
	padding-bottom: 30px;
}

#rcol h1 {
	width: 720px;
	height: 46px;
	text-indent: -9999px;
	border-top: 1px solid #dddfe1;
	border-bottom: 1px solid #dddfe1;
	clear: both;
}

#rcol .row {
	padding: 15px 25px 10px 25px;
	overflow: hidden;
}

#rcol .row p {
	margin-bottom: 18px;
	line-height: 20px;
}

#rcol .row p.listdesc {
	margin-bottom: 5px;
	line-height: 20px;
	font-weight: bold;
	font-size: 14px;
}

#rcol .row h3 {
    color: #3A4862;
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
}

#rcol .row h4 {
    color: #3A4862;
	display: block;
	font-size: 12px;
	margin-bottom: 5px;
}

#rcol .row h3 p {
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 10px;
}

#rcol .row ul {
	list-style-type: square;
	margin-left: 25px;
	line-height: 20px;
	margin-bottom: 18px;
}

#rcol ul.productlist, #rcol ul.featuredlist {
	list-style-type: none;
	margin-left: 0;
}

#rcol ul.productlist li {
	float: left;
	width: 310px;
	padding-right: 25px;
}

#rcol ul.featuredlist li {
	float: left;
	width: 203px;
	padding: 25px 12px 20px 25px;
}

#rcol ul.productlist li img, #rcol ul.featuredlist li img {
	float: left;
}

#rcol ul.productlist li div, #rcol ul.featuredlist li div {
	margin-left: 98px;
}

#rcol ul.productlist li div img, #rcol ul.featuredlist li div img {
	float: none;
}

#rcol ul.productlist li div h3, #rcol ul.featuredlist li div h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #3a4862;
	float: none;
}

#rcol ul.productlist li div p, #rcol ul.featuredlist li div p {
	font-size: 11px;
	margin-bottom: 5px;
	line-height: 16px;
}

#rcol ul.productlist li div span, #rcol ul.featuredlist li div span {
	display: block;
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 5px;
	color: #2a3549;
}

#bottomcorner {
	width: 970px;
	height: 10px;
	background: transparent url(../images/bg_bottomcorner.png) no-repeat top center;
	margin-bottom: 15px;	
}

#footer {
	width: 970px;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
	font-size: 11px;
	line-height: 18px;
}

#footer a {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	padding: 0 10px;
}

#rcol .row .formcol {
	width: 205px;
	float: left;
	clear: none;
	margin-right: 25px;
	margin-bottom: 15px;
}

#rcol .row .form3col {
	width: 670px;
	float: left;
	clear: both;
	margin-bottom: 15px;
}

#rcol .row .last {
	margin-right: 0;
}

#rcol .row .formcol label, #rcol .row .form3col label {
	display: block;	
	padding-left: 8px;
	margin-bottom: 4px;
	font-size: 11px;
	font-weight: bold;
}

#rcol .row .formcol label.error {
	color: red;
	padding-top: 3px;
	font-weight: normal;
}

#rcol .row .formcol input.idleField {
	width: 189px;
	height: 22px;
	padding: 6px 8px 0 8px;
	border: none;
	background-color: transparent;
	background-image: url(../images/bg_input.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#rcol .row .formcol input.focusField {
	width: 189px;
	height: 22px;
	padding: 6px 8px 0 8px;
	border: none;
	background-color: transparent;
	background-image: url(../images/bg_input.gif);
	background-repeat: no-repeat;
	background-position: left -28px;
}

#rcol .row .form3col textarea.idleTA {
	width: 654px;
	height: 126px;
	padding: 6px 8px 6px 8px;
	background-image: url(../images/bg_textarea.gif);
	background-repeat: no-repeat;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: auto;
	border-width: 0;
	background-position: left top;
}

#rcol .row .form3col textarea.focusTA {
	width: 654px;
	height: 126px;
	padding: 6px 8px 6px 8px;
	background-image: url(../images/bg_textarea.gif);
	background-repeat: no-repeat;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: auto;
	border-width: 0;
	background-position: left -138px;
}

span.pdf a {
	background-image: url(../images/pdficon.png);
	background-repeat: no-repeat;
	background-position: right;
	font-size: 11px;
	padding: 2px 25px 2px 0;
}

.imgright {
	float: right;
	padding: 0 0 10px 15px;
	clear: both;
}

.imgleft {
	float: left;
	padding: 0 15px 10px 0;
	clear: both;
}

.specstable {
	font-size: 11px;
}

#rcol .row .dynacospecs ul {
	margin-bottom: 0;	
}

.threecol {
	width: 200px;
	float: left;
	clear: none;
	margin-right: 30px;
}