﻿* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 220px;
	background: #000000 url(images/img01.jpg) no-repeat center top;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #989898;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.1em; 
	color: #FFFFFF;
	padding-bottom:10px;	
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.6em; 
	color: #FFFFFF;
	padding-bottom:10px;	
}

h1 {
	color: #FFFFFF;
}


ol {
	margin-bottom: 1.4em;
	line-height: 1.4em;
	text-align: justify;
}

ul {
	margin-bottom: 1.4em;
	line-height: 1.4em;
	text-align: left;
	list-style:square;
}

blockquote {
	margin-bottom: 1.4em;
	line-height: 1.4em;
	text-align: left;
}

p {
	margin-bottom: 1.4em;
	line-height: 1.2em;
	text-align: left;
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 4px solid #C4C2C2;
}

/* Left Sidebar Style */


.content {
	padding: 15px;
}

.content h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.1em;
	padding-bottom:5px;
}

.content p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.0em;
}

/* Header */

#header {
	height: 61px;
	background: url(images/img02.gif) repeat-x;
}

/* Header > Logo */

#logo {
	width: 700px;
	height: 19px;
	margin: 0 auto;
	padding: 6px 0 0 0;
	text-align:right;
}

#logo h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
}

#logo h1 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
}

#logo h1 {
	float: left;
}

#logo h2 {
	float: right;
}

#logo a {
}

/* Header > Menu */

#menu {
	width: 700px;
	height: 27px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 7px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	margin: 0 5px 0 0;
	padding: 2px 15px 0 15px;
	background: url(images/img03.gif) repeat-x;
	border: 1px solid #222222;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-image: url(images/img04.gif);
	text-decoration: none;
}

#menu .active a {
	background-image: url(images/img05.gif);
}

/* Wrapper */

#wrapper {
	background: url(images/img06.gif) repeat-x;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

/*Main Content Area*/

#main {
	float: right;
	width: 460px;
}

#main a {
	text-decoration: underline;
	color: #FF8A00;
}

#main a:visited {
	text-decoration:underline;
	color: #fff;
}
/* Content > Sidebar */

#sidebar {
	float: left;
	width: 220px;
}

/*Contact */

#contact {
	padding:0px 15px 5px 15px;
	color: #FF8A00;
}

#contact h2 {
	margin: 0;
	font-size: 1.3em;
	color: #FF8A00;
}

#contact h3 {
	margin: 0;
	font-size: 1em;
	color: #FF8A00;
}

#screenprices {
	font-size:.9em;
	color:#fff;
	text-align:center;
	width:100%;
}

#screenprices .tableheader {
	background-color:#fff;
	font-weight:bold;
	color:#000;
}

#screenprices .alternate {
	background-color:#e0e0e0;
	font-weight:bold;
	color:#000;
}

/*Form Styles */

#contactform {
	width:770px;
	margin-left:0px;
}

#fieldset {
	border: none;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px 50px;
	border-top: 4px solid #393F4D;
	background: #444C5D;
}

#footer p {
	width: 700px;
	margin: 0 auto;
	font-size: x-small;
	color: #FFFFFF;
}

#footer a {
	text-decoration: underline;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: underline;
}

/* Footer > Legal */

#legal {
	text-align:center;
}
