/*DEFAULT STYLE*/
/*-------------*/

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

h1, h2, h3, h4, h5, h6
{
	margin: 5px 0 10px 0;
	font-weight: normal;
	clear: both;
	color: #003366;
}

h2 a
{
	text-decoration: none;
	color: #003366;
}

h2 a:hover
{
	text-decoration: underline;
}

h1 {font-size: 170%;}
h2 {font-size: 160%;}
h3 {font-size: 150%;}
h4 {font-size: 140%;}
h5 {font-size: 130%;}
h6 {font-size: 120%;}

form
{
	margin: 0;
}
img
{
	border: 0;
}

p
{
	margin: 0 0 10px 0;
}

#wrapper
{
	width: 800px;
	margin: 0 auto;
}

#top-shadow 
{
	background: url('/media/images/top-shadow.jpg');
	height: 14px;
}

a
{
	color: #000080;
}

a:hover
{
	text-decoration: none;
}

.clear
{
	clear: both;
}

/*SPLASH PAGE STYLES*/
/*------------------*/

#splash 
{
	width: 980px;
	margin: 50px auto 0 auto;
	text-align: center;
}

#splash img
{
	display: block;
	margin: 0 auto;
}

#splash a
{
	color: #AAA;
}

/*HEADER STYLES*/
/*-------------*/

#header
{
	background:url('/media/images/header-bg.gif') repeat-x;
}

#header #logo
{
	float: left;
}

/*NAV STYLES
/*---------*/

ul#nav
{
	background: #FFF url('/media/images/nav-bg.gif') repeat-x;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 52px;
}

ul#nav li 
{
	float: left;
}

ul#nav li.end
{
	margin-left: 110px;
}

ul#nav li img
{
	display: block;
}

* html ul#nav li img
{
	float: left;
}

/*CONTENT STYLES*/
/*--------------*/

#main
{
	min-height: 400px;
	margin: 0;
	position: relative;
	border-left: 149px solid #B9B9B9;
	background: url(/media/images/dash.gif) repeat-y left;
}

* html #main
{
	height: 400px;
}

#mainhome
{
	min-height: 400px;
	margin: 0;
	position: relative;
	border-left: 255px solid #E5EAEE;
}

#content
{
	width: 651px;
	padding: 0 0 10px 10px;
	background: url('/media/images/content-grad.gif') no-repeat;
}

#mainhome #content
{
	/*width: 590px;*/
	width: 545px;
	padding: 0 0 10px 10px;
	background: url('/media/images/content-grad.gif') no-repeat;
	/*border: dotted 1px #000;*/
}



#content #contentthin
{
	/*width: 467px;*/
	width: 375px;
	/*text-align: right;*/
	clear: left;
}



.randomimage
{
	width: 375px;
	height: 188px;
}

#content #contentproducts
{
	min-height: 1px;
	margin-right: 275px;
}

* html #content #contentproducts
{
	height: 1px;
}

#content #contentproducts strong
{
	color: #003366;
}

#content #contentproducts #contentthin
{
	width: auto;
}

#content #contentproducts:after
{
	content: "looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooongword";
	visibility: hidden;
	clear: both;
	height: 0;
}

#content p
{
	margin: 10px 0 0 0;
}

#content #contentthin p
{
	text-align: justify;
}

.bordertop
{
	border-top: 1px dashed #BFBFBF;
	padding-top: 10px;
}
/*
.randomimage
{
	display: block;
	border: 1px solid #BFBFBF;
}
*/

.producttopthumb
{
	float: left;
	width: 130px;
	margin: 10px 0 20px 0;
}

.producttop
{
	float: left;
	width: 376px;
	margin: 0 0 10px 0;
}

.productrightimages
{
	float: right;
	margin: 15px 0 15px 15px;
}
.productborder
{
    float:left;
    width:180px;
    margin-bottom:20px;
    margin-left:5px;
}


/*SUBMENU STYLES*/
/*--------------*/

#main #submenu 
{
	width: 149px;
	position: absolute;
	top: 0;
	left: -149px;
	background: #B9B9B9 url(/media/images/submenu-shadow-02.gif) repeat-x top;
}

#submenu ul
{
	margin: 2px 0 0 0;
	padding: 0;
	list-style: none;
}

#submenu li
{
	min-height: 1px;
	_height: 1px;
	display: block;
	color: #fefefe;
}

#submenu ul ul
{
	font-size: 90%;
	margin: 0;
}

#submenu ul ul ul
{
	font-size: 100%;
}

#submenu a 
{
	display: block;
	text-decoration: none;
	color: #fefefe;
	padding: 5px 0 5px 14px;
	_height: 1px;
	min-height: 1px;
}

#submenu ul ul li a
{
	padding-left: 20px;
}

#submenu ul li a:hover,
#submenu ul li.current a:hover
{
	color: #003973;
}

#submenu ul li.current
{
	padding-top: 10px;
	background: url(/media/images/submenu-shadow-01.gif) repeat-x top;
}

#submenu ul li.current a
{
	color: #FFF;
	font-weight: bold;
}

#submenu ul li.current ul li
{
	padding: 0;
}

#submenu ul li.current ul li a
{
	padding-top: 3px;
	padding-bottom: 4px;
	font-weight: normal;
}

#submenu ul li.current ul li.current
{
	background-image: url(/media/images/submenu-shadow-04.gif);
	background-repeat: repeat;
}

#submenu ul li.current ul li.current ul li.current
{
	background: transparent;
}

#submenu ul li.current ul li.current ul li a
{
	padding-left: 40px;
}

#submenu .title 
{
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 10px;
}

#submenutext 
{
	/*width: 190px;*/
	width: 235px;
	padding: 0 10px;
	position: absolute;
	top: 0;
	left: -255px;
	background: #E5EAEE;
	/*line-height:13px;*/
	line-height: 150%;
}

/*RIGHT HAND COMPONENT STYLES*/
#contentright
{
	color: #666;
	width: 255px;
	position: absolute;
	top: 67px;
	right: 0;
	/*border:dotted 1px #000;
	padding-top:0px;
	margin-top:0px;*/
}

#contentright p
{
    padding-top:0px;
    margin-top:0px;
    margin-bottom:10px;
    /*border:dotted 1px #000;*/
}


/*SEARCH BAR*/
/*----------*/

#search
{
	float: right;
	margin-top: 5px;
}

#search #frmSearch
{
	margin-left: 10px;
	padding: 0;
	border: 1px solid #CACACA;
	width: 84px;
	color: #999;
}

#topbar
{
	height: 30px;
	padding-top: 5px;
	color: #cacaca;
}

#topbar img
{
	vertical-align: middle;
}

#topbar .media
{
	float:left;
	width:120px;
}

#topbar .email
{
	float:left;
}

/*FOOTER STYLES*/
/*-------------*/

#footer 
{
	padding: 5px;
	background: url('/media/images/bottom-shadow.jpg') no-repeat top;
}

#footer a
{
	color: #777;
}

/*MISCELLANEOUS STYLES*/
/*--------------------*/

.pagetitle 
{
	font-size: 160%;
	color: #003A78;
}

.fieldleft
{
	width: 130px;
	float: left;
	color: #003a78;
	text-align: right;
}

.asterix 
{
	float: left;
	width: 15px;
	margin-left: 10px;
	color: #ff0000;
}

.fieldinput
{
	margin-bottom: 2px;
}

.input-box 
{
	border: 1px solid #003a78;
	color: #787878;
	width: 220px;
}

ul#sitemap li
{
	font-weight: bold;
	margin-bottom: 5px;
}

ul#sitemap li li
{
	font-weight: normal;
	margin-bottom: 0;
}

ul#sitemap ul
{
	margin-top: 3px;
	margin-bottom: 3px;
}

ul#sitemap ul a
{
	color: #59576D;
}
.icontext
{
    padding:10px 5px;
    font-weight:bold;
    /*background-color:#eaeaea;*/
    background: url('/media/images/grad.jpg') repeat-x bottom;
    border:solid 1px #ffffff;
}
.line
{
    margin-top:-5px;
    margin-left:-10px;
    margin-right:9px;
    height:1px;
    line-height: 1px;
    font-size: 1px;
    overflow: hidden;
    background-color:#ececec;
}

.linehome
{
    margin-top:-5px;
    /*margin-left:10px;*/
    /*margin-right:9px;*/
    height:1px;
    line-height: 1px;
    font-size: 1px;
    overflow: hidden;
    background-color:#ececec;
}