﻿/* body*/
body{
	font-family: sans-serif;
	color: #333;
	background: #fff;
	margin: 0px;
	padding: 0px;
}

/* links*/
a{
	text-decoration: none;
	color: #333;
}
a:hover{
	text-decoration:none;
	color: #cc0000;
}
a img{
	border:none;
}

/* etc */
blockquote{
	margin:0;
	padding:0 18px;
	font-style:italic;
}

pre{
	overflow:auto;
	margin:0 0 18px 0;
	padding:4px;
}
.red{
	color: #cc0000;
}


/* images*/
img.left{
	float:left;
	margin:0 12px 0 0;
}

img.right{
	float:right;
	margin:0 0 0 12px;
}

img.center{
	display: block;
	margin:0 auto;
}


/* header*/
#header{
	background-image:url(/images/gradient.jpg);
	margin: 0px;
	padding: 0px;
	width: 780px;
	height: 71px;
	text-align: left;
	clear: both;
}
#header h1{
	margin: 0px;
	padding: 0px;
}

#header .logo{
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 71px;
	text-align: right;
	float: left;
}
#header .logo img{
	margin-top: 8px;
	padding: 0px;
}
#header .submenu{
	display: none;
}

/* navigation*/
#navigation{
	display: none;
}

/* container*/
#container{
	padding: 0px;
	margin-bottom: 3px;
	width: 780px;
	background-color: #fff;
	border-top: 8px #666 solid;
}

/* wrapper */
#wrapper{
	width: 735px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 2px;
	padding: 0px;
	text-align: left;
}

/* flash */
.flash{
	display: none;
}

/* topcontent */
#topcontent{
	width: 780px;
	margin-top: 2px;
	margin-bottom: 3px;
	padding: 0px;
	background-color: #e7e7e7;
	border-bottom: 1px #ccc dashed;
}
.topnews{
	width: 621px;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 0px;
	background-color: #fff;
	border: 1px #ccc solid;
}
* html .topnews{
	width: 621px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 0px;
	background-color: #fff;
}
.topnews a{
	text-decoration:underline;
}
.topnews h2{
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-size: 90%;
	color: #333;
	line-height: 150%;
}
.topnews p{
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 5px;
	margin-bottom: 15px;
	padding: 0px;
	color: #666;
	font-size: 80%;
	line-height: 140%;
}
.topnews ol li{
	font-size: 80%;
	color: #666;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 15px;
}

ul.topicomenu{
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0px;
	list-style-type: none;
}
ul.topicomenu li{
	margin-right: 10px;
	padding: 0px;
	display: inline;
	color: #666;
	font-size: 70%;
	line-height: 140%;
}

ul.productslist{
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0px;
	list-style-type: none;
}

ul.productslist li{
	margin-right: 10px;
	padding: 0px;
	display: inline;
	color: #666;
	font-size: 70%;
	line-height: 140%;
}

.topbanner{
	display: none;
}

/* contentheader */
.contentheader{
	width: 621px;
	height: 104px;
	margin: 0px;
	padding: 0px;
	background-image:url(/images/red_balls.gif);
}
.contentheader h2{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	padding: 0px;
	font-size: 110%;
	color: #333;
	line-height: 150%;
}

/* Breadcrumbs */
#wrapper .breadcrumbs{
	display: none;
}

/* content */
#content{
	width:445px;
	margin-bottom: 15px;
	padding: 0px;
	text-align: left;
	float: left;
}
#content a{
	text-decoration:underline;
}
#content h3{
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #cc0000;
	line-height: 150%;
	font-size: 90%;
}
#content h4{
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 80%;
	color: #333;
	line-height: 150%;
}
#content p{
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 80%;
	color: #333;
	line-height: 150%;
}
#content p strong{
	color: #cc0000;
}
#content table{
	margin-left: 23px;
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 0px;
	width: 80%;
}

#content td{
	font-size: 80%;
	color: #696969;
	line-height: 150%;
	border-bottom: 1px solid #ccc;
	padding: 3px;
}
#content td.head{
	color: #666;
	background-color: #f5f5f5;
}

#content ul{
	margin-top: 20px;
	margin-left: 43px;
	margin-bottom: 20px;
	text-align: left;
}

#content ul li{
	border-bottom-color:#F0F0F0;
	font-size: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content dl{
}
#content dt{
	font-size: 80%;
	font-weight: bold;
	color: #333;
	line-height: 150%;
	background-color: #f5f5f5;
}
#content dd{
	font-size: 80%;
	color: #333;
	line-height: 150%;
}
#content .pagetop{
	display: none;
}
#content .pagenavigation{
	display: none;
}
#content .leftlink{
	display: none;
}
#content .rightlink{
	display: none;
}

/* sitemap list*/
#content ul.sitemap{
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	list-style-image: url(/images/list_head.gif);
}
#content ul.sitemap li.head{
	border-bottom-color:#f0f0f0;
	font-size: 80%;
	font-weight: bold;
	margin-left: -10px;
}
#content ul.sitemap li{
	border-bottom-color:#f0f0f0;
	font-size: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content ul.sitemap a:hover{
	background-color:#fffbf0;
}

/* faq list */
#content .faq{
	display: none;
}

#content ul.faqlist{
	display: none;
}

/* content news */
#content .news{
	border-bottom: 1px solid #ccc;
}
#content .news span.date{
	color: #696969;
	font-size: 70%;
}

/* subcontent*/
#subcontent{
	display: none;
}

/* footer*/
#footer{
	width: 780px;
	margin-top: 0px;
	margin-bottom: 40px;
	padding-top: 10px;
	padding-bottom: 25px;
	border-top: 5px solid #cc0000;
	text-align: right;
	clear:both;
}
#footer p{
	margin-left: 8px;
	padding: 3px;
	font-size: 70%;
	float: left;
}

#footer ul{
	display: none;
}

/* reset*/
body,h1,h2,h3,h4,h5,h6,p,form,fieldset{
margin:0;padding:0;
}
