@charset "UTF-8";
/* CSS Document */

html, body {
height: 100%;
background:url(images/background.jpg) top repeat-x;
margin:0;
}

#container {
min-height: 100%;
margin-bottom: -20px;
position: relative;
color:#FFFFFF;
}

#header {
height: 120px;
}

#content {
color:#666666;
font-family:"Trebuchet MS", "Lucida Sans", Verdana;
font-size:12px;
line-height:16px;
}

#footer {
height: 20px;
position: relative;
background-color:#ffffff;
color:#666666;
font-family:"Trebuchet MS", "Lucida Sans", Verdana;
font-size:10px;
}

.clearfooter {
height: 20px;
clear: both;
}


/* drop down menu*/

#dropmenudiv{
position:absolute;
border:1px solid #ffffff;
border-bottom-width: 0;
font:normal 13px "Trebuchet MS";
margin-top:0em;
z-index:100;
}

#dropmenudiv a{
display: block;
padding-left: 5px;
padding-top: 3px;
padding-bottom: 3px;
padding-right: 2px;
border-bottom: 1px solid #ffffff;
color:#ffffff;
font:normal 12px "Trebuchet MS";
text-align:left;
text-decoration:none;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #006295;
}




/* navigation */

a.navi {
     display: block;
     width: 102px; 
     height: 28px;
     background-image: url(images/navi.png); 
     background-repeat: no-repeat;
	 text-decoration:none;
	 }
	 
a.navi:hover { 
     background-image: url(images/navi-mo.png);
	 text-decoration:none;
	 } 
	

.navi-text
{
	 font-family:"Trebuchet MS", "Lucida Sans", Verdana;
	 font-size:13px;
	 color:#FFFFFF;
	 text-align:center;
	 text-decoration:none;
	 padding-top:0.5em;
}



/* Product Categories */

a.pro-cat { 
     display: block; 
     width: 150px;
     height: 20px;
	 background-color:#FEA703;
	 text-decoration:none;
	 padding:0.5em 0.5em 0.2em 0.5em;
	 margin-left:0.5em;
	 border-bottom:thin #FCFF90 solid;
	 color:#FFFFFF;
	 }

a.pro-cat:hover {
background-color:#FCC106;
color:#FF6600;
text-decoration:none;
}


/* Content */

.body-justify
{
	font-family:"Trebuchet MS", "Lucida Sans", Verdana;
	 font-size:12px;
	 color:#666666;
	 line-height:16px;
	 text-align:justify;
}

.title
{
	font-family:"Trebuchet MS", "Lucida Sans", Verdana;
	 font-size:30px;
	 color:#3E667A;
	 text-align:left;
}

.sub-title
{
	font-family:"Trebuchet MS", "Lucida Sans", Verdana;
	 font-size:18px;
	 color:#3E667A;
	 text-align:left;
}


input
{
	border:solid 1px #999999;
	font-family:"Trebuchet MS", "Lucida Sans", Verdana;
	font-size:12px;
	color:#666666;
	padding:0.2em;
}

textarea
{
	border:solid 1px #999999;
	font-family:"Trebuchet MS", "Lucida Sans", Verdana;
	font-size:12px;
	color:#666666;
	padding:0.2em;
	overflow:hidden;
}

a
{
	font-family:"Trebuchet MS", "Lucida Sans", Verdana;
	font-size:12px;
	color:#3E667A;
	text-decoration:underline;
}

a:hover
{
	font-family:"Trebuchet MS", "Lucida Sans", Verdana;
	font-size:12px;
	color:#F7931E;
	text-decoration:underline;
}


a.more
{
	display: block;
    width: 60px; 
    height: 17px;
    background-image: url(images/button-more.gif); 
    background-repeat: no-repeat;
	text-decoration:none;
	color:#3E667A;
	padding:0.1em 0em 0.2em 0em;
	font-size:11px;
	text-align:center;
}

a.more:hover
{
 background-image: url(images/button-more-mo.gif);
 font-weight:bold;
}