html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}

legend{color:#000;}
body {font:13px/1.231 helvetica,arial,clean,sans-serif;}

h3{
	font-weight:bold;
	font-size:1.2em;
	color:#093fa0;
}

strong {
	color:#093ea0;
	font-weight:bold;
	}

body{
	background:url(../images/bg.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#3b3b3b;
}

#outter-wrap{
	width:729px;
	height:auto;
	margin: 0 auto;
	background:url(../images/bot-right-shade.jpg) bottom right no-repeat;
	padding-top:4px;
	padding-bottom:12px;
}

#wrap{
	width:720px;
	height:auto;
	background:#fff;
	overflow:auto;
}

#left-content{
	float:left;	
	width:230px;
	background:url(../images/drop-down-shade.jpg) repeat-y;
}

#right-content{
	float:right;
	width:700px;
	padding:10px 18px;
}

#right-content h1{
	font-family:"Arial Black";
	text-align:right;
	font-size:1.3em;
	margin-bottom:15px;
	margin-top:10px;
}

#right-content h2{	
	font-size:1em;
	font-weight:bold;
	margin:25px 10px 10px;
	color:#093fa0;
}

.flash{
	margin:0 auto;
	width:514px;
	margin-top:10px;
	margin-bottom:10px;
	}

#right-content p{
	font-size:0.9em;
	line-height:1.6em;
	margin-bottom:10px;
	text-align:justify;
	font-weight:bold;
}

p#sig{
	font-style:italic;
	font-size:0.8em;
	}

/* --- navigation ---- */

.glossymenu{
margin:0;
padding:0;
width: 230px; /*width of menu*/

}

.glossymenu a.menuitem{
background: #0972bb url(../images/nav-bg.gif) repeat-y;
font: 1em "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #fff;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 7px 0;
padding-left: 50px;
text-decoration: none;
border-top:1px solid #fff;
}

.glossymenu a.ACTIVE{
background: #0972bb url(../images/nav-bg.gif) repeat-y;
font-family:"Arial Black";
font-size:1em;
color: #fff;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 7px 0;
padding-left: 50px;
text-decoration: none;
border-top:1px solid #fff;
cursor:default;
}



.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #fff;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 16px;
right: 6px;
border: none;
}

.glossymenu a.menuitem:hover{
background:#0972bb;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background:#fff;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid #fff;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 0.9em "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #474747;
text-decoration: none;
padding: 5px 0;
padding-left: 10px;
background: #0972bb url(../images/sub-nav-bg.gif) repeat-y;
}

.glossymenu div.submenu ul li a:hover{
background: #fff url(../images/sub-nav-active.gif) repeat-y;
color: #000;
}

#active-sub{
display: block;
font: normal 0.9em "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #000;
font-weight:bold
text-decoration: none;
padding: 5px 0;
padding-left: 10px;
background: #fff url(../images/sub-nav-active.gif) repeat-y;
}

.glossymenu a.ACTIVE .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 16px;
right: 6px;
border: none;
}

.shade{
	width:230px;
	height:9px;
	background:url(../images/nav-shade-bot.jpg) no-repeat;
}

.newsletter{
	margin-top:10px;
	width:210px;
	height:67px;
	background:url(../images/newsletter.jpg) no-repeat;
	padding:5px 10px;
	margin-bottom:10px;
}
.newsletter h3{
	font-weight:bold;
	font-size:1em;
	margin-bottom:10px;
}

.newsletter input{
	width:160px;
	padding:3px;
	background:#fff;
	border:1px solid #aaa;
	color:#838383;
}
#but{
	width:180px;
	padding:3px;
	background:#FF9;
	font-weight:bold;
}
#but:hover{
	width:180px;
	padding:3px;
	background:#FF0;
	color:#000;
	font-weight:bold;
	cursor:pointer;
}

#contact-tab {
	font-size:0.95em;
	margin-bottom:10px;
	width:150px;
}
#contact-tab th{
	color:#093ea0;
	font-weight:bold;
	padding:2px 3px;
}
#contact-tab td{
	color:#3b3b3b;
	padding:2px 3px;
	font-weight:bold;
}

.partners{
	padding-left:50px;	
	}
	
	
/* start of the stocklist page*/

.pager{
	float:right;	
	font-size:0.9em;
	letter-spacing:2px;
}
.pager-top{
	float:right;	
	font-size:0.9em;
	letter-spacing:2px;
	position:relative;
	top:20px;
	width:130px;
}


#box {
	clear:both;
	border:1px solid #093fa0;
	margin-bottom:7px;
	overflow:auto;
}

#box:hover {
	background:#efefef;
}

#box img{
	float:left;
}

.box-content{
	float:left;
	width:450px;
	padding:5px 7px;
	font-weight:bold;
	}

#box h3{
	font-weight:bold;
	margin-bottom:5px;
}
a.llink {
	position:relative;
	top:55px;
	right:25px;
	width:100px;
}

th{
	padding:10px 5px;	
	font-weight:bold;
}

table#products {
	margin:0 0 10px;
	border:1px solid #ddd;
	width:320px;
}

#products td {
	padding:0 25px 0 5px;	
	margin:0;
}

#product-img{
	padding-left:50px;	
	width:580px;
	margin-bottom:15px;
	margin-top:10px;
}

#product-img table{
	margin-top:5px;
}
#product-img td{
	padding-right:3px;
	padding-top:3px;
}

#wanted{
	width:500px;
	border:1px solid #ccc;
	text-align:center;
	font-size:1em;
	margin:0 auto;
	margin-top:20px;
	padding:5px;
}
#wanted h1{
	text-align:center;
	font-size:1.6em;
	background:#093e9f;
	color:#fff;
	padding:5px 0px;
}

h1#yellow {
	background:#FF0;
	color:#000;
}


#wanted ul{
	background:#333;
	color:#fff;
	margin:5px 0;
	padding:5px 0px;
}
#wanted li{
	line-height:30px;
	font-size:1.2em;
	font-weight:bold;
}

#wanted strong{
	color:#fff;
	font-weight:bold;
	font-size:1.3em;
}

#prod-nav{
	padding:15px 0px 10px;
	width:650px;
}

#prod-nav li{
	display:block;
	float:left;
	padding:3px;
	margin-bottom:6px;
}

#prod-nav a{
	background:#0940a1;
	border:1px solid #bbb;
	padding:5px 8px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	display:block;

}

#prod-nav a:hover{
	background:#ccc;
	border:1px solid #bbb;
	padding:5px 8px;
	text-decoration:none;
	color:#333;
}

.clear-fix{
	clear:both;
}

#contact input{
	padding:3px;
	background:#fff;
	border:1px solid #0965bc;
}
#contact textarea{
	padding:3px;
	background:#fff;
	border:1px solid #0965bc;
}

#contact-buttons:hover{
	background:#0965bc;
	color:#fff;
}

#details{
	width:500px;
}

#details th{
	font-weight:bold;
	font-size:1.3em;
	color:#0965bc;
	padding-right:30px;
}

#details td{
	font-weight:bold;
	font-size:1.2em;
	color:#444;
}

#heading h1{
	clear:both;
	float:none;
	text-align:center;
	margin:0 auto;
	font-size:1.6em;
	font:"Arial Black";
	padding:15px 0px 10px;
	color:#F00;
	font-weight:bold;
}

#heading2 h1{
	clear:both;
	float:none;
	text-align:center;
	margin:0 auto;
	font-size:1.6em;
	font:"Arial Black";
	padding:15px 0px 10px;
	color:#00F;
	font-weight:bold;
}
