@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(assets/gui/bigbg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-shadow: #CCC 1px 1px 1px;
	
}
#content {
	padding:20px;
	padding-right:0px;
	padding-left:0px;
	background-image: url(assets/gui/fade3.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-attachment: fixed;
	
}
#text {
	padding-right:20px;	
	background-image: url(assets/gui/fade2.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top:12px;
}
#textright {
	width:200px;
	float:left;
	margin-top:10px;
	
}
#textleft {
	width:550px;
	float:left;
	margin-left:120px;
	margin-right:20px;
}
#textleft li {
	background-image: url(assets/gui/li.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	margin-bottom: 2px;
	list-style-type: none;	
	padding-left:28px;
	padding-top:4px;
}

a:link {
	color:#0000FF;
}
a:visited {
	color:#0000FF;
}
a:hover {
	color:#0000FF;
	text-decoration:none;
}
a.noprint:link {
	display:none;
	visibility:hidden;
}
a.noprint:visited {
	display:none;
	visibility:hidden;
}
a.noprint:hover {
	display:none;
	visibility:hidden;
}
a.credit:link {
	font-size:10px;
	color: #000000;
	text-decoration: none;
}
a.credit:visited {
	font-size:10px;
	color: #000000;
	text-decoration: none;
}
a.credit:hover {
	font-size:10px;
	color: #000000;
	text-decoration: none;
}
#footer {
	font-size:10px;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:120px;
}
#logo {
	width:auto;
	float:left;
	
}
#nav {
	background-color:#333;
	padding-left:12px;
	padding-bottom:3px;
	color:#FFFFFF;
	margin-left:84px;
	background-image: url(assets/gui/fade.png);
	background-repeat: repeat-x;
	background-position: left -180px;
}
#nav a:link {
	color:#666666;
	font-size:11px;
	padding-left:12px;
	padding-right:12px;
	padding-top:7px;
	padding-bottom:7px;
	text-decoration:none;
	background-color:#ccc;
	background-image: url(assets/gui/fade.png);
	background-repeat: repeat-x;
	background-position: left -300px;
}
#nav a:visited {
	color:#666666;
	font-size:11px;
	padding-left:12px;
	padding-right:12px;
	padding-top:7px;
	padding-bottom:7px;
	text-decoration:none;
	background-color:#ccc;
	background-image: url(assets/gui/fade.png);
	background-repeat: repeat-x;
	background-position: left -300px;
}
#nav a:hover {
	color:#444444;
	font-size:11px;
	padding-left:12px;
	padding-right:12px;
	padding-top:7px;
	padding-bottom:7px;
	text-decoration:none;
	background-color:#FFFFFF;
}
#sales {
	float:right;
	width:auto;
	text-align:right;
	margin-right:6px;
	color:#FFF;
}
#sales p {
	font-size:11px;
	text-shadow:none;
}

#sales a:link {
	color:#FFF;
	
}
#sales a:visited {
	color:#FFF;

}
#sales a:hover {
	color:#CCC;

}




h1 {
	font-size:18px;
}
h2 {
	font-size:14px;
}
p {
	font-size:12px;
}
li {
	font-size:12px;
}

.headnorm {
	font-size:14px;
}
.clearboth {
	clear:both;
}
#boxes {
	width:190px;
	float:left;
	font-size:18px;
	line-height: 20px;
	text-align:center;
	margin-top:10px;
	background-image: url(assets/gui/fade4.png);
	background-repeat: repeat-x;
	background-position: left -90px;
}
.boxhead {
	background-color:#810900;
	color:#FFFFFF;
	display:block;
	padding-bottom:4px;
	text-shadow:none;
	border:thin solid #810900;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

