body {
	background-attachment: fixed;
	background:#3258a5 url(../images/system/bg.png) center -50px;
	background-repeat: no-repeat;
	color: #d7d7d7;
	font-family: Helvetica, Arial, 'Helvetica Neue', sans-serif;
	font-size:13pt;
	text-align: left;
	text-shadow: #1c3558 1px 1px 0px;
}


a:link, a:visited {
	color: #d7d7d7;
	text-decoration: none;
	text-shadow: #1c3558 1px 1px 1px;

} 
a:hover, a:focus, a:active {
	color: #fff;
	text-decoration: none;
}


h1 {
	font-size: 4em;
}

h2 {
	font-size: 1.1em;
}

h1, h2 {
	text-align: center;
}

h1, h2, h3, h4 {
	font-weight: 300;
	margin:0;
	padding:0;
}

input[type=text] {	
	background:url('../images/system/input_bg.png') repeat-x;
	border:2px solid #eb8e21;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #646464;
	font-size: 0.8em;
	height: 22px;
	padding:5px 5px;
	width:620px;
}

label {
	display:block;
	text-align: left;
}

label#searchLabel, label#categoryLabel {
	margin:20px 0 5px 122px;
}

nav {
	text-align: center;
}

option {
	background-color: #fff;
}

select {
	background:url('../images/system/input_bg.png') repeat-x;
	border:2px solid #eb8e21;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #646464;
	font-size: 0.8em;
	height: 36px;
	padding:7px 5px;
	width:633px;
}

ul {
	list-style: none;
}

ul li {
	display: inline;
}

ul#main_nav {
	margin: 100px 0 0 0;
}

ul#main_nav li:nth-child(1n+2) {
	font-size: 0.8em;
}

#container {
	margin:0 auto;
	padding:0;
	width:900px;
}

#registerLogin {
	font-size: 0.7em;
}

