/* CSS Document */

/*-- Global Reset for margins and padding --*/
* {
	margin: 0px;
	padding: 0px;
}


/*-- Site style --*/
body {
	background-image: url(../images/back_site.gif);
	background-repeat: repeat-x;
	background-color: #0A1C2A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	text-align: center;
	margin: 0px 10px 20px 10px;
}
#container {
	margin: auto;
	width: 910px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	background-image: url(../images/back_container.png);
}
a {
	color: #B6F3FF;
}
form {
	margin-bottom: 20px;
}
input, select, textarea {
	margin-bottom: inherit;
}
/*-- Navigation Style --*/
#nav {
	height: 50px;
	font-size: 18pt;
}
#nav ul {
	padding-top: 10px;
}
#nav li {
	list-style-type: none;
	display: inline;
	border-left: 1px solid #FFFFFF;
	padding-left: 5px;
}
#nav li:first-child {
	border: none;
}
#nav a {
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	color: #FFFFFF;
}
#nav a:hover {
	background-color: #3B7FB8;
}

/*-- Header (maste) --*/
#maste {
	height: 250px;
	padding-top: 2px;
}
#logo {
	position: relative;
	float: left;
	width: 370px;
}
#info {
	float: right;
	width: 300px;
	font-size: 14pt;
	text-align: right;
	line-height: 16pt;
}
#info em {
	font-size: 16pt;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
}
#photo {
	float: left;
	width: 580px;
	padding-top: 2px;
}
#photo img {
	border: 1px solid #001523;
}

/*-- Content --*/
#categories {
	float: left;
	width: 185px;
	text-align: left;
	font-size: 11pt;
}
#categories a {
	color: #B6F3FF;
	font-weight: bold;
}
#categories li {
	list-style-type: none;
}
#content {
	float: right;
	width: 710px;
	text-align: left;
}
#content h1 {
	margin-bottom: 20px;
}
#content p,#content ul,#content ol {
	margin-bottom: 20px;
}
#content ul,#content ol {
	margin-left: 30px;
}
#content hr {
	height: 1px;
	color: #394853;
	margin-top: 10px;
	margin-bottom: 10px;
}
#prodphotos {
	text-align: center;
	margin: 0px auto;
}
#prodphotos li {
	list-style-type: none;
	margin-bottom: 10px;
}
#prodphotos img {
	border: none;
}

/*-- Footer --*/
#footer {
	margin: auto;
	width: 910px;
}
#copy {
	float: left;
}
#bydrew {
	float: right;
}
#bydrew a {
	color: #FFFFFF;
	text-decoration: none;
}
#bydrew a:hover {
	color: #B6F3FF;
}


/*-- Class Definitions --*/
.clears {
	clear: both;
	height: 0px;
}
.error {
	color: #FF0000;
}
div.headbuttons {
	float: right;
	width: 310px;
	height: 65px;
	background-image: url(../images/back_mastebuttons.gif);
	background-repeat: repeat-x;
	background-color: #0A1C2A;
	text-align: left;
	font-size: 18pt;
	line-height: 16pt;
	margin-bottom: 10px;
	border: 1px solid #001523;
	padding-left: 10px;
	padding-top: 20px;
}
div.headbuttons em {
	color: #B6F3FF;
	font-size: 12pt;
}
div.headbuttons a {
	color: #FFFFFF;
	text-decoration: none;
}
div.headbuttons a:hover {
	text-decoration: underline;
}

div.modules {
	background-color: #394853;
	margin-bottom: 20px;
	text-align: center;
}
div.modules h3 {
	background-image: url(../images/back_h3.gif);
	background-repeat: repeat-x;
	background-color: #0A1C2A;
	height: 27px;
	padding-top: 3px;
	margin-bottom: 5px;
}
div.modules ul, div.modules p {
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}
div.modules li, div.modules p {
	font-size: 10pt;
}
div.modules li {
	margin-left: 10px;
}

div.productlist {
	font-size: 9pt;
}
div.productlist h4 {
	font-size: 14pt;
}
div.productlist h4 em {
	font-style: normal;
	font-size: 12pt;
	font-weight: normal;
	color: #B6F3FF;
}
div.productlist #prodleft {
	width: 150px;
	height: 150px;
	background-color: #394853;
	text-align: center;
	float: left;
}
div.productlist #prodright {
	float: right;
	width: 250px;
}
div.productlist a {
	float: right;
}
div.productlist strong {
	color: #3B7FB8;
	font-size: 14pt;
}
.orangebutton {
	font-size: 12pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #4F0100;
	padding: 3px 10px 3px 10px;
	background-image: url(../images/back_buttons.gif);
	background-repeat: repeat-x;
	background-color: #631602;
}