@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCC;
	background-color: #0E2127;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container  {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	clip: rect(auto,auto,auto,auto);
	background-color: #0E2127;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
#ContainerInnerWrapper {
	width: 1000px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/wrapper_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#header  {
	padding: 0;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: 1000px;
	height: 100px;
	margin: 0px;
} 
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 125px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	color: #F4E96B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}
#sidebar1Text   {
	margin: 0px;
	width: 110px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 350px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
}
#mainContent  {
	padding: 0;
	margin-right: 360px;
	margin-left: 135px;
	background-color: #0E2127;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F5E55C;
	text-align: left;
} 


#mainContentText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: lighter;
	color: #F1E958;
	padding: 10px;
	margin: 0px;
}
#mainOrderContent  {
	width: 850px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 125px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#mainOrderContentText  {
	width: 480px;
	padding-right: 20px;
	margin: 0px;
}
#mainOrderContentRightText   {
	float: right;
	width: 135px;
	height: 40px;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#footer  {
	padding: 0;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 63px;
	width: 1000px;
	margin: 0px;
} 
#footerText   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #F3EE4A;
	text-align: left;
	width: 350px;
	margin-left: 140px;
}
.greytext {
	color: #CCC;
}

.ltgreytext {
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.yellowtxt {
	color: #F5E55C;
}
.h1small {
	font-size: 12px;
	color: #CCC;
}
.text10px {
	font-size: 10px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	color: #F9F35F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F9F35F;
}
a:hover {
	text-decoration: underline;
	color: #F9F35F;
}
a:active {
	text-decoration: none;
	color: #F9F35F;
}
.redtext {
	color: #7F1422;
}
.leftcolumn {
	float: left;
	width: 175px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.middlecolumn {
	float: left;
	width: 175px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 30px;
	padding: 0px;
}
#rightcolumn {
	width: 350px;
	float: right;
	margin: 0px;
	padding: 0px;
	background-color: #001020;
}
h1 {
	font-size: 18px;
	color: #CCC;
}

h2 {
	font-size: 14px;
}
h3 {
	font-size: 14px;
}


h4 {
	font-size: 14px;
}
.demotext {
	margin: 0px;
	width: 325px;
	float: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.demoimage {
	padding: 0px;
	width: 400px;
	float: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 40px;
}
.text12 {
	font-size: 12px;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
}

