@charset "utf-8";
/* CSS Document */
body{
	background-color:#dbdbdb;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	line-height:18px;
	
}
div#container{
	background-color:#FFF;
	margin:0 auto;
	min-width:1000px;
	width:80%;
	max-width:1250px;
	padding:5px;
	clear:both;
}
/* HTML elements */
a{
	color:#666;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
hr{
	border:none;
	background:#E6E6E6;
	color:#E6E6E6;
	margin:8px 0;
	height:3px;
}
p{
	margin:5px;
	font-size:90%;
}
h1{
	font-size:170%;
	border-bottom: 3px solid #E6E6E6;
	padding:7px;
}
h2{
	font-size:150%;
	font-weight:bold;
	color:#666;
	padding:5px;
}
h3{
	font-size:140%;
	color:#666;
	padding:5px;
}
h4{	
	font-size:130%;
	color:#666;
}
h5{	
	font-size:100%;
	color: #000;
	font-weight:bold;
}
h5 span.toplink{
	font-size:90%;
	color:#CCC;
	float:right;
}
/* Header */
div#header {
	position:relative;
	padding:5px;
}
div#header h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:190%;
	font-weight:bold;
	padding-bottom:5px;
	border:none;
}
div#header p{
	color:#414141;
	font-family:Verdana, Geneva, sans-serif;
	font-size:90%;
	margin:0;
}
div#nav{
	margin:5px 0;
	border-top: dotted 1px #dddddd;
	border-bottom: dotted 1px #dddddd;
	padding:8px;
	font-size:90%;
	color:#424242;
	position:relative;
	height:14px;
}
form#search{
	position:absolute;
	top:5px;
	right:0;
}
form#search input{
	border:1px solid #d0d0d0;
	color: #666;
	font-size:90%;
}
form#search input.button{
	background:#dddddd;
}
p#breadcrumbs{
	padding:5px;
	font-size:80%;
	color:#999;
}
/* Middle */
div#midcontainer{
	width:100%;
	min-height: 100%;
	position:relative;
	background-color:#FFF;
}
div#midcenter{
	margin-left:205px;
	margin-right:205px;
	display:block;
	padding:1px 0 ;
	min-height:300px;
}
/* ---Sidebar--- */

/* nav left bar */
div#midleft{
	position:absolute;
	left:0;
	width:200px;
}
div#midleft a{
	padding:5px;
	line-height:15px;
}
div#midleft ul li a:hover,div#midleft li.selected>a, div#midleft ul li.selected:hover>a{
	text-decoration:none;
	color:#FFF;
}
div#midleft ul li{
	background-color:#fff;
	font-size:90%;
	padding:5px;
}
div#midleft ul li:hover{
	background-color: #999;
}
div#midleft li.selected, div#midleft ul li.selected:hover{
	background-color:#333;
	font-weight:bold;
	color:#FFF;
}
div#midleft ul ul li{
	font-size:80%;
	background-color:#D2D2D2;
}

div.sidebox{
	background-color:#333;
	border:1px solid #333;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	margin-bottom:5px;
}
div.sidebox div{
	background-color:#FFF;
	padding:5px;
}
div.sidebox h5{
	font-weight:bold;
	color:#FFF;
	padding:4px;
	font-size:90%;
}

div#midright{
	position:absolute;
	right:0;
	width:200px;
}

/* ---Products--- */

.smallproducts{
	display:block;
}
.eachproduct{
	border:1px solid #EEE;
	padding:5px;
	margin:5px;
	height:90px;
	width:250px;
	float:left;
}
.eachproduct h5{
	margin:5px;
}
/* Contact-page */
div.contact label{
	display:block;
	margin-top:5px;
	color:#555555;
	}
div.contact .bold{
	display:block;
	margin-top:-5px;
	margin-bottom:5px;
	color:#555555;
	}
div.contact label span{
	display:block;
	float:left;
	padding-right:6px;
	width:120px;
	text-align:right;
	font-weight:bold;
	}
/* Quickshop */
form#proid{
}
form#proid input{
	border:1px solid #d0d0d0;
	color: #666;
	font-size:90%;
}
form#proid input.button{
	background:#dddddd;
}
/* Footer */
div#footer{
	text-align:center;
	padding:10px;
	font-size:80%;
	color:#999;
	
}
/* --- table stuff --- */
table.stuff{
font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,
sans-serif;
color: #6D929B;
}
table.stuff th{ 
font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,
sans-serif;
color: #333;
border-right: 1px solid #CCC;
border-bottom: 1px solid #CCC;
letter-spacing: 2px;
text-transform: uppercase;
text-align: left;
padding: 6px 6px 6px 12px;
background: #F0F0F0;
text-align:center;
}
table.stuff td{
border-right: 1px solid #CCC;
border-bottom: 1px solid #CCC;
background: #fff;
padding: 6px 6px 6px 12px;
color: #333;
}
table.stuff td.alt {
background-color:#EAFCFF;
}


/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}
