body {
	margin: 0;
	padding:0;
	border: 0;
	background-color:#000;
	background-repeat: repeat-x;
	background-image:url(images/bg.gif);
	font:small Verdana, sans-serif;
	color:#999;
	text-align:center;
}
* html body{font-size:x-small;}/*font size in ie*/

#home{background-image:url(images/bg_home.gif);}

img{
	border:none;
}

a:focus, a:active {
	border: none;
	outline: none; /* for ie Mac */
}

a:link, a:visited {
	text-decoration:none;
	color: #F66113;
}
a:hover, a:visited:hover {
	text-decoration:underline;
	color: #333;
}

/* clearing floats */
.clearer:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearer {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearer {height: 1%;}
.clearer {display: block;}
/* End hide from IE-mac */



#flashholder{
	height:228px;
}


/* layout */
#header{
	width:760px;
	margin:0 auto;
	text-align:left;
	background:url(images/bg_header.jpg) repeat-x;
}
#logo{
	padding:56px 0 13px 15px;
}

#content-holder{
	width:760px;
	margin:1px auto 0;
	background:url(images/bg_content.jpg) bottom repeat-x;
	text-align:left;
	padding:15px 0 1px;
	position:relative;
}
#menu{
	float:left;
	width:155px;
}

#content{
	margin-left:170px;
}

.main{
	border: 1px solid #1C1C1C;
	padding:15px;
	margin-bottom:15px;
}

.main img{margin:-15px}
.main p img{margin:0;}
/* peekaboo */
/* Hides from IE5-mac \*/
* html .main, * html .bluepanel, * html .panel{height: 1px;}
/* End hide from IE5-mac */

#home .main, #product .main{width:360px;}/* content width for standards */

* html #home .main, * html #product .main{width:390px;}/* good ole ie*/

a.homepanel:hover, a.homepanel:hover:visited{text-decoration:none;}
a.homepanel img{margin:-10px -10px 10px;}

#side{
	float:right;
	width:180px;
}

.threecol{width:33%; float:left;}
.gallery{float:left;margin-bottom:15px;}
.gallery img{margin-right:15px;}

.prod{
	padding:5px;
	height: 15.5em;
	margin-right:15px;
	border: 1px solid #1C1C1C;
	margin-bottom:15px;
	width:170px;/* ie will be kept open by the pic*/
}
* html .prod{margin-right:10px;}
.prod a:link, .prod a:visited{
	font-weight:bold;
	color:#999;
	display:block;
}
.prod a:hover, .prod a:visited:hover{
	text-decoration:none;
	color: #F66113;
}
.prod-wideimg{margin-bottom:15px;width:588px}

* html .prod-wideimg{width:585px; overflow:hidden;}

.bluepanel{
	background:#0086BC;
	padding:10px 10px 5px;
	color:#000;
}
#side .panel{
	padding:10px 10px 5px;
	border: 1px solid #1C1C1C;
	margin-bottom:15px;
}

.ts {font-size:85%}

.corner{
	background-image:url(images/corner.gif);
	background-repeat:no-repeat;
	position:absolute;
	width:15px;
	height:15px;
	margin:-16px;
}
#side .corner{
	width:15px;
	height:15px;
	margin:-11px;
	overflow:hidden;
	
}
.threecol .corner{
	width:15px;
	height:15px;
	margin:-6px;
	overflow:hidden;
	
}
.threecol img{display:block; margin:-5px -5px 5px;}

#footer{
	width:760px;
	margin:5px auto;
	font-size:80%;
	color:#666;
	text-align:left;
}
#credit{float:right;}
#credit a{display:block;color:#333;}


/* text + navs */
h1{
	font-size:115%; 
	font-weight:normal;
	color:#fff;
}
h2{
	font-size:100%;
	color:#fff; 
}
h1, h2{
	margin:0.2em 0 0.5em;
	padding:0;
}
p{margin:0 0 0.9em;
	padding:0;}

#menu ul{list-style-type:none; margin:0; padding:0;}
#menu li{
	color:#999;
	padding:0;
	margin-bottom:5px;
	width:155px;
}
#menu li li{margin-bottom:0;}
#menu a{
	display:block;
	background-repeat:no-repeat;
	background-position:2px 2px;
	padding:1px 2px 3px 15px;
	color:#000;
}

#menu .csoon{
	background:#0086BC;
	background-image:url(images/menucorner_contact.gif);
	background-repeat:no-repeat;
	background-position:2px 2px;
	padding:1px 2px 3px 15px;
	color:#000;
	width:150px;
	}

#menu .sub a:link, #menu .sub a:visited, #menu .sub a:hover, #menu .sub a:visited:hover{
	font-size:90%;
	background-image:none;
	padding:2px 2px 4px 15px;
}
#menu a:hover, #menu a:visited:hover{
	background-image:url(images/menucorner_over.gif);
	text-decoration:none;
	color:#fff;
}
.over{font-weight:bold;}

.home a:link, .home a:visited{
	background:#666;
	background-image:url(images/menucorner_home.gif);
}
.about a:link, .about a:visited{
	background:#B6103A;
	background-image:url(images/menucorner_about.gif);
}
.about .sub a:link, .about .sub a:visited{background:#9B0E31;}
.products a:link, .products a:visited{
	background:#F66113;
	background-image:url(images/menucorner_products.gif);
}
.products .sub a:link, .products .sub a:visited{background:#DD5309;}
.contact a:link, .contact a:visited{
	background:#0086BC;
	background-image:url(images/menucorner_contact.gif);
}
.contact .sub a:link, .contact .sub a:visited{background:#006B96;}

