html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#c0c0c0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#002c5d;
}

input, select {
	background-color:#FFFFFF;
	background:transparent url(../admin/common/website/gfx/site_design/bg-input.gif) repeat-x scroll top 0%;	
	border:1px solid #CCCCCC;
	color:#333333;
	font-family:Trebuchet MS, Verdana, Arial, Tahoma;
	font-size:11px;
	padding:2px 3px;	
	width:200px;
}

option {
	background:#FFFFFF;
}

h1 { 
	font-size:21px;
	margin:0px;
	margin-bottom:5px;
}

h1 {
	color:#002E5E;
}

h5, h2 {
	margin:0px;
	font-size:13px;
	font-weight:bold;
}
p { 
	line-height:1.5; 
	margin:0 0 1em;
}

a {
	color:#336cac;
	text-decoration:none;	
}

a:hover {
	color:#002c5d;
	text-decoration:underline;	
}

legend {
	text-align:left;
	font-family:Arial;
	font-size: 14px; 
	font-weight: bold; 
	color: #004F80;	
}

fieldSet {
	border:solid #E7EBB7 1px;
	padding: 5px;
	max-width:540px;
	font-size:12px;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:1000px;
	
	background:#d6d6d6 url(../gfx/bg_container.gif) repeat-y top left;

	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}


div#container_header {
	width:1000px;
	height: 278px;
	float:left;
}

div#container_header_left {
	width:10px;
	height: 278px;
	float:left;
}

div#container_header_body {
	width:980px;
	height: 278px;
	float:left;
}

div#container_header_body_top {
	width:980px;
	height: 123px;
	float:left;
	background:#D7D7D7 url(../gfx/bg_container_header_top.gif) repeat-x top left;
}

div#container_header_body_top_logo {
	width:181px;
	height: 123px;
	margin-left:64px;
	float:left;
	background:#D7D7D7 url(../gfx/bg_container_header_top_logo.gif) repeat-x top left;
}

div#container_header_body_bottom {
	width:980px;
	float:left;
	background:#D7D7D7 url(../gfx/bg_container_header_bottom.gif) repeat-x top left;
}

div#container_header_right {
	width:10px;
	height: 278px;
	float:right;
}


div#container_content {
	padding:10px;
	width:980px;
}

div#container_header_body_bottom_mainmenu {
	width:980px;
	height:23px;
	float:left;
}

div#container_header_body_bottom_products {
	width:980px;
	height:185px;
	clear:both;
}

div#container_header_body_bottom_mainmenu_left {
	width:73px;
	height:23px;
	float:left;
}

div#container_header_body_bottom_mainmenu_right {
	width:906px;
	height:23px;
	float:left;
	border-left:1px solid #3d3d3d;
}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	height:16px;
	background:#c0c0c0 url(../gfx/bg_container_footer.gif) no-repeat top center;
	text-align:center;
}

.footerlink {
	color:#C0C0C0;
	text-decoration:none;
}

.footerlink:hover {
	color:#C0C0C0;
	text-decoration:underline;
}
