@charset "iso-8859-1";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	background-color:#fff;
	background-image: url(../images/body_background.png);
	margin-top:3%;
	background-repeat: repeat-x;
}

h1 {
	font-size:1.1em;
	padding-top:10px;
	/*padding-bottom:10px;*/
	padding-left:20px;
	text-align:left;
}


p {
	/*padding-left:20px;
	padding-right:10px;*/
}


.title {
	background-color:#0099cc;
	color:#fff;
	font-weight:bold;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:4px;
	margin-bottom:4px;
	margin-right:4px;
	clear:both;
}

.content_title {
	margin-top:20px;
	margin-left:75px;
	margin-bottom:0px;
	font-size:1.2em;
	font-weight:bold;
	text-align:left;
	color:#666;
}

#container {
	text-align: center;
	margin: 0px auto 0px;
	width: 818px;
	height: auto;
	min-height: 600px;
	background-image: url(../images/logo-device.png);
	background-repeat: no-repeat;
	background-position: 20px 5px;
}

#header_break {
	width:818px;
	height:5px;
	background-image:url(../images/break_bar.png);
	background-repeat:no-repeat;
	clear:both;
	float:right;
}

#footer_break {
	width:818px;
	height:5px;
	background-image:url(../images/break_bar.png);
	background-repeat:no-repeat;
	clear:both;
	float:right;
}

.no_border {
	border:0px;
}

#header {
	width:818px;
	height:82px;
	background-image:url(../images/header_background.png);
	background-repeat:no-repeat;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:left;
	clear:both;
	float:right;
	font-size:0.7em;
}

#header .date a:link   { color: #000; text-decoration: none; }
#header .date a:visited   { color: #000; text-decoration: none; }
#header .date a:active   { color: #0099cc; text-decoration: none; background-color:#fff; }
#header .date a:hover   { color: #0099cc; text-decoration: none; background-color: #fff; }

.logo {
	float:left;
	padding-top:15px;
	padding-left:20px;
}

.search {
	width:350px;
	height:20px;
	float:right;
	text-align:right;
	padding-top:30px;
	padding-right:40px;
}

.date {
	width:350px;
	float:right;
	text-align:right;
	vertical-align:bottom;
	padding-right:42px;
	padding-top:4px;
}

.search_input {
	width:140px;
	height:15px;
	border:1px;
	border-color:#999;
	vertical-align:middle;
}

.search_button {
	width:28px;
	height:16px;
	padding-left:2px;
	padding-right:2px;
	vertical-align:middle;
	background-color:#ccc;
	font-weight:normal;
	font-size:0.8em;
	border:1px;
	color:#000;
	border-color:#999;
	text-align:center;	
}

#nav {
	width:818px;
	height:26px;
	background-image:url(../images/nav_background.png);
	background-repeat:no-repeat;
	text-align:left;
	float:right;
	clear:both;
	font-size: 0.75em;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
	
#nav ul { 
	list-style: none; 
	padding-left: 20px; 
	margin: 0px; 
}
#nav li {
	text-align:center;
	margin-bottom:0px;
	float: left;
}

#nav li a {
	color: #fff;
	text-decoration: none;
	display: block;
	margin-bottom:0px;
	padding-top: 8px;
	padding-bottom: 4px;
	padding-right: 14px;
	padding-left: 14px;

}
html>body #nav li a { 
	width: auto 
}

#nav li a:hover  { 
	color: #fff; 
	background-color:#0099cc;
}

#nav li a.sel { 
	color: #fff; 
	background-color:#0099cc;
}

#secondary_nav li a:hover { 
	color: #fff; 
	background-color:#0099cc;
}

#secondary_nav li a.sel { 
	color: #fff; 
	background-color:#0099cc;
}

#image {
	width:164px;
	height:480px;
	float:right;
	margin-right:20px;
}

.float_right {
	float:right;
	margin-left:20px;
	margin-right:5px;
	clear:both;
}

.float_left {
	float:left;
	padding-bottom:20px;
	margin-right:25px;
}

#content a:link   { color: #000; text-decoration: underline; }
#content a:visited   { color: #000; text-decoration: none; }
#content a:active   { color: #fff; text-decoration: none; background-color:#0099cc; }
#content a:hover   { color: #fff; text-decoration: none; background-color: #0099cc; }

#bodycopy{
	width:650px;
	float:left;
	background-color:#fff;
	/*background-image: url(../images/watermark.png);*/
	margin-left:75px;
	margin-right:24px;
	min-height:108px;
	/*background-repeat: no-repeat;*/
	/*background-position: center center;*/
}
#bodycopy_leftCol{
	width:325px;
	float:left;
	clear:both;
	margin-left:75px;
}

.bodycopy_leftCol{
	width:310px;
	float:left;
	clear:right;
}

#bodycopy_rightCol{
	width:325px;
	float:right;
	margin-right:50px;
}

.bodycopy_rightCol{
	width:310px;
	float:left;
	clear:right;
}

#row     { display: block; float: left; }
div.row span.inline    { display: block; vertical-align:top; clear:both; }
div.row span.label    { font-style: italic; font-weight: normal; text-align: left; padding-right: 10px; width: 130px; float: left }
div.row span.sml_label    { font-style: italic; font-weight: normal; text-align: left; padding-right: 10px; margin-bottom:4px; width: 105px; float: left }
/*div.row .forminput { width:180px; }*/
div.row .forminput {
	width:140px;
	height:15px;
	border:1px;
	border-color:#999999;
	margin-bottom:4px;
	border-bottom-width:1px;
	border-style:solid;
	vertical-align:middle;
}
div.row .order_button {
	vertical-align:middle;
	border:0px;
}

#copyright {
	background-image:url(../images/footer_background.png);
	background-repeat:no-repeat;
	width:794px;
	height:36px;
	font-size:0.7em;
	text-align:left;
	padding-left:24px;
	padding-top:8px;
	color:#666666;
	clear:both;
	float:right;
}

#copyright a:link   { color: #666666; text-decoration: underline; }
#copyright a:visited   { color: #666666; text-decoration: none; }
#copyright a:active   { color: #fff; text-decoration: none; background-color: #999999; }
#copyright a:hover   { color: #fff; text-decoration: none; background-color: #999999; }

#footer_left{
	color:#666666;
	font-size:0.7em;
	text-align:left;
	padding-left:24px;
	width:380px;
	float:left;
}
#footer_left a:link   { color: #666666; text-decoration: underline; }
#footer_left a:visited   { color: #666666; text-decoration: none; }
#footer_left a:active   { color: #fff; text-decoration: none; background-color: #999999; }
#footer_left a:hover   { color: #fff; text-decoration: none; background-color: #999999; }

#footer_right{
	color:#666666;
	font-size:0.7em;
	text-align:right;
	padding-right:24px;
	width:380px;
	float:right;
}
#footer_right a:link   { color: #999999; text-decoration: underline; }
#footer_right a:visited   { color: #999999; text-decoration: none; }
#footer_right a:active   { color: #fff; text-decoration: none; background-color: #999999; }
#footer_right a:hover   { color: #fff; text-decoration: none; background-color: #999999; }
