body {
	font: 62.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	color:#888;
	margin:0;
	background:url(../images/anteo_body.jpg) top repeat-x #121212;
	background-attachment:fixed;
	text-align:center;
}

* {
	margin:0;
	padding:0;
}

#wrapper1 {
	background:#1e1e1e;
	padding:0 10px 10px 10px;
	width:760px;
	//height: 700px;
	margin:0 auto;
	text-align:left;
}

#wrapper2 {
	width:740px;
	//height:680px;
	background:url(../images/anteo_wrapper2.jpg) bottom repeat-x #fff;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	padding:0 10px 10px 10px;
}

#nav {
	float:right;
	border:none;
	padding:0;
	margin:0;
}

#nav li {
	float:left;
	list-style:none;
	margin:0 4px 0 0;
	padding:0;
}

#nav li a {
	display:block;
	padding:40px 10px 10px 10px;
	background:#fff;
	color:#444;
	text-decoration:none;
	text-transform:uppercase;
	margin:0 1px 0 0;


}
#nav li a:hover {
	background:url(../images/anteo_nav_a_hover.jpg) top center no-repeat #fff;
	color:#000;
}

#nav li a#selected {
	background:url(../images/anteo_nav_a_hover.jpg) top center no-repeat #fff;
	color:#000;
}


#header h1 {
	font:2.7em Arial;
	letter-spacing:-1px;
	color:#222;
	float:left;
	padding:10px 10px 0px 10px;
}
#header h1 a {
	color:#222;
	text-decoration:none;
	border:none;
}
#header h1 a:hover {
	color:#000;
}
#header h1 span {
	font-size:.8em;
	color:#ccc;
	text-transform:uppercase;
}

#container {
	clear:both;
	padding:5px 0 0 0;
}

p.description {
	background:url(../images/anteo_description.jpg) right bottom no-repeat #005A97;
	padding:10px 10px 40px 10px;
	color:#fff;
	font-size:1.5em;
	line-height:25px;
	border-top:4px solid #003C64;
}
p.description a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	border-bottom:1px dotted #8CD1FF;
}
p.description a:hover {
	border-bottom:1px solid #8CD1FF;
}

p.error {
	font-weight:normal;
	color: #cc0000;
}

p.success {
	font-weight:normal;
}

#sidebar {
	width:230px;
	float:right;
	background:url(../images/anteo_sidebar.jpg) top right no-repeat #fff;
	padding:10px 20px 10px 10px;
	margin:-30px 0 0 0;
}

#linkbar {
	width:200px;
	float:right;
	padding: 0px 0px 10px 10px;
	margin: 0 0 0 0;
}

#content {
	margin:0 260px 0 5px;
	padding:0px 20px 0 0;

}

#content h2 {
	font:1.9em Arial;
	color:#121212;
	letter-spacing:-1px;
	margin:10px 0;
	border-bottom:2px solid #eee;
	background:url(../images/anteo_h2.jpg) bottom left no-repeat;
	clear:left;
}
#content h2 a {
	color:#121212;
	text-decoration:none;
}
#content p {
	margin:15px 0;
	font-size:120%;
	line-height:15px;
}
ol.subnav {
	margin:-10px 0 0 -5px;
	padding:0;
}
ol.subnav li {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
ol.subnav a {
	font-weight:bold;
	color:#555;
	border-top:2px solid #fff;
	display:block;
	padding:5px;
	text-decoration:none;
	margin:0 5px 0 0;
	border-bottom:none;
}
ol.subnav a:hover {
	border-top:2px solid #005A97;
	color:#121212;
	border-bottom:none;
}

ol.subnav a#selected {
	border-top:2px solid #005A97;
	color:#121212;
	border-bottom:none;
}

#sidebar h2 {
	color:#333;
	margin:10px 0;
	font-size:1.3em;
}

#linkbar h2 {
	color:#333;
	margin:10px 0;
	font-size:1.1em;
}

p.news {
	background:#f4f4f4;
	padding:10px;
	margin: 0 0 10px 0;
	border-left:15px solid #f0f0f0;
}

p.news a.more {
	display:block;
	color:#333;
	text-decoration:none;
	text-align:right;
	border:none;
}

#sidebar ul {
	list-style:none;
	border-top:1px solid #eee;
	border:none;
	padding:0;
	margin:0;
}
#sidebar ul li {
	border-bottom:1px solid #eee;
	padding:5px;
	margin:0;
}
#sidebar ul li a {
	color:#0066dd;
	text-decoration:none;
}
#sidebar ul li a:hover {
	color:#0033aa;
}

#linkbar ul {
	list-style:none;
	border-top:1px solid #eee;
	border:none;
	padding:0;
	margin:0;
}
#linkbar ul li {
	border-bottom:1px solid #eee;
	padding:5px;
	margin:0;
}
#linkbar ul li a {
	color:#0066dd;
	text-decoration:none;
}
#linkbar ul li a:hover {
	color:#0033aa;
}

#content h3 {
	font:1.8em Trebuchet MS;
	color:#555;
	margin:10px 0;
}
blockquote {
	padding:0 0 0 10px;
	border-left:5px solid #eee;
}

ul {
	margin:10px 10px 10px 0;
	padding:0 0 0 15px;
	border:1px solid #eee;
}
li {
	margin:0 0 0 10px;
	padding:5px;
}
#content img {
	padding:5px;
	border:1px solid #eee;
}
 a {
	color:#222;
	border-bottom:1px dotted #ccc;
	text-decoration:none;
}
 a:hover {
	border-bottom:1px solid #ccc;
}

#footer {
	text-align:center;
	border-top:2px solid #000;
	padding:10px;
	margin:30px 0 0 0;
	color:#333;
	width:760px;
	margin:0 auto;
	font-size: 0.9em;
}
#footer a {
	color:#333;
	border-bottom:0px;
}

textarea {
	padding:5px;
	border:1px solid #eee;
	color:#999;
	width:220px;
	font-family: sans-serif;
	font-size: 12px;
	scrollbar-base-color:#eee;
	scrollbar-highlight-color:#eee;
	scrollbar-track-color:#eee;
}

button {
	padding:5px;
	border:0px solid #eee;
	color: #999;
	font-size: 0.7em;
	font-weight: bold;
	background-color: #f5f5f5;
	width:60px;
	height:25px;
}

input#std {
	padding:5px;
	color:#999;
	width:220px;
	font-family: sans-serif;
	border:1px solid #eee;
}

input#order-button {
	padding:5px;
	background-color: #fff;
	font-size: 0.9em;
	font-weight: normal;
	color: #000;
	border: 0px;
	width:100px;
	height:25px;
}

td#form-text {
	padding:2px 30px 2px 2px;
	font-size:11px;
	vertical-align:top;
}

td#form-text2 {
	color: #222;
	padding:2px 30px 2px 2px;
	font-size:11px;
	vertical-align:top;
}

input#order-checkbox {
	padding:5px;
	border:1px solid #eee;
	width: 30px;
	color:#555;
	margin-right: 10px;
}