/* default elements */
* {margin: 0; padding: 0;}

body {
	background: #333333;
	color: #222;
	font: normal 62.5% sans-serif;
}

a {color: #0099FF;}
a:hover {color: #006699;}

big {font-size: 1.1em;}

h1 {font: normal 2.2em, Arial, Helvetica, sans-serif; padding: 5px 0 5px; color: #90856D;}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 {font: bold 1em, Arial, Helvetica, sans-serif; padding: 8px 0 2px; color: #006699;}
h3 {font: normal 1.2em, Arial, Helvetica, sans-serif;line-height: 1.2em; padding: 8px 0 15px; color: #333333;}
h4 {
	padding: 8px 0 15px;
	color: #006699;
	font-weight: bold;
	font-size: 1.4em;
}
h5 {font: normal 1.6em, Arial, Helvetica, sans-serif;}
h6 {
	padding: 8px 0 20px;
	color: #006699;
	font-weight: bold;
	font-size: 1.4em;
}



blockquote {
	background: url('../img/quote.gif') no-repeat;
	display: block;
	padding-left: 26px;
	font-size: 1em;
	font-weight: bold;
	color: #666666;
	line-height: 1.4em;
}

form,table {margin-bottom: 1.2em;}
img {border: none;}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px;}
small,.small {font: normal 0.9em sans-serif;}
ul {padding: 0 2em 1.2em;}

/* structure */
#wrapper {
	background: #d2d2d2 url(../img/wrapper.gif) no-repeat left bottom;
	margin: 20px auto;
	width: 762px;
}
#container {
	border-top: 6px solid #d2d2d2;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 750px;
}

/* header */
.title {
	background: #003366;
	border-top: 1px solid #999999;
}
.title h1 {
	color: #441;
	font: normal 2.2em Georgia,"Trebuchet MS",sans-serif;
	padding: 10px 0 10px 18px;
}

.header {
	border-top: 2px solid #999999;
	background: #27ade4 url(../img/header.jpg) no-repeat left bottom;
	height: 150px;
}

/* navigation */
.navigation {
	background: #DED9D0 url(../img/nav.gif) repeat-x;
	height: 41px;
	border-top: 1px solid #999999;
}
.navigation a {
	background: #FFF url(../img/nav.gif) repeat-x;
	border-right: 1px solid #C9C6B3;
	color: #666666;
	float: left;
	font: 1em Tahoma,sans-serif;
	padding: 0 14px;
	line-height: 41px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover,.navigation a#active {background-position: left bottom; color: #27ade4;}

/* main */
.main#two-columns {background: #FFF url(../img/two-columns.gif) repeat-y;}
.main2#product-columns {background: #FFF url(../img/product-columns.gif) repeat-y;}


.productname {
	background: #990000;
	height: 25px;
	border-top: 1px solid #999999;
	padding-top: 10px;
	padding-left: 15px;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
}

/* bottom */
.bottom {
	background: #27ade4 url(../img/bottom.gif) no-repeat left bottom;
	border-top: 1px solid #999999;
	color: #444;
	padding: 5px 20px;
}
.bottom .left,.bottom .right {width: 49%;}

/* footer */
.footer {
	background: #d2d2d2;
	color: #666666;
	padding: 10px;
}
.footer .left {
	width: 66%;
	font: normal 75%;
}
.footer .right {
	width: 33%;
	text-align: right;
	font: normal 75%;
}
.footer a {
	color: #999999;
	text-decoration: none;
}
.footer a:hover, .footer .right a:hover {
	color: #333333;
	text-decoration: underline;
}
.footer .right, .footer .right a {color: #7D7D75;}

/* gallery */
.gallery td {
	vertical-align: top;
	text-align: center;
}
.gallery em {display: block;}

/* misc */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left {width: 64%;}
.col2 .right .content {background: #FFF;}
.col2 .right {width: 33%;}
.content {padding: 18px 20px;}
.left {float: left;}
.right {float: right;}
.right .content {padding: 18px 12px 12px;}

.col3 .left {width: 50%;}
.col3 .right {width: 50%;}


/* block list */
ul.block {
	border-top: 1px dashed #BCBAAC;
	margin: 4px 0;
	padding: 0;
	width: 100%;
}
.block li {
	border-bottom: 1px dashed #CCCCCC;
	list-style: none;
}
.block li a,.block li em {
	color: #CC0000;
	display: block;
	font-weight: bold;
}
.block li em {
	font-size: 0.9em;
	font-style: normal;
}
.block li a {
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
}
.block a#active {
	color: #27ade4;
}
.block li a span {font-weight: bold;}
.block li a:hover {
	background: #D2D0C0;
	color: #336699;
}

/* block list2 */
ul.block2 {
	border-top: 1px dashed #BCBAAC;
	margin: 4px 0;
	padding: 0;
	width: 100%;
}
.block2 li {
	border-bottom: 1px dashed #CCCCCC;
	list-style: none;
}
.block2 li a,.block li em {
	color: #999999;
	display: block;
	height: 60px;
}
.block2 li em {
	font-size: 0.9em;
	font-style: normal;
}
.block2 li a {
	padding: 8px 3%;
	text-decoration: none;
	width: 94%;
}
.block2 a#active {
	color: #27ade4;
}
.block2 li a span {font-weight: bold;}
.block2 li a:hover {
	background: #D2D0C0;
	color: #336699;
}

.right .block,.right .block li {border-color: #DCDACC;}
.right .block li a:hover {background: #F2F0EA;}

.imgclass {
	margin: 0px;

	float: left;
	padding-right: 15px;
	padding-top: 5px;
}

.floatimgright {
float:right;
margin-top:5px;
margin-left:10px;
margin-bottom:10px;
}
.back {
	padding: 7px 0 5px 10px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #990000;
	background-color: #F5F4F1;
	width: 340px;
}

.back a {
	color: #990000;
	text-decoration: none;
}

.back a:hover {
	color: #FF0000;
	text-decoration: none;
}

.pdf {
	padding: 7px 0 5px 10px;
	float: left;
	margin-top: 20px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #006699;
	background-color: #F5F4F1;
	width: 340px;
}

.pdf a {
	color: #006699;
	text-decoration: none;
}

.pdf a:hover {
	color: #0099FF;
	text-decoration: none;
}

.contactbox {
	padding: 7px 0 5px 10px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #006699;
	background-color: #F5F4F1;
	width: 340px;
}

.contactbox a {
	color: #006699;
	text-decoration: none;
}

.contactbox a:hover {
	color: #0099FF;
	text-decoration: none;
}
.black {
	color: #333333;
}
.h7 {
	font: normal, Arial, Helvetica, sans-serif;
	padding: 5px 0 5px;
	color: #006699;
	font-size: 2.2em;
}
.redtext {
	color: #FF0000;
}
.advert {
	border-top: 2px solid #999999;
	height: 40px;
}
h7 {
	font: normal 2.2em, Arial, Helvetica, sans-serif;
	padding: 5px 0 5px;
	color: #F00;
}
