@charset "iso-8859-1";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#000;
	background-color:#fff;
	margin-top:8px;
}

h1 {
	font-size:1.1em;
	text-align:left;
}

h2 {
	font-size:1.1em;
	text-align:left;
}

h3 {
	font-size:1.1em;
	text-align:left;
}

p {
}

ul {
}

.alert {
	margin:5px 0 5px 2px;
	padding:0 0 0 20px;
	color:#CC3300;
	background-image: url(../images/icons/alert.gif);
	background-repeat: no-repeat;
}

#container {
	text-align:center;
	margin:0px auto 0px;
	width:960px;
	height:auto;
	min-height:600px;
	background-color:#000;
}

.no_border {
	border:0px;
	outline:none;
}

.no_bullet {
	list-style:none;
}

#header {
	width:662px;
	height:28px;
	text-align:left;
	float:left;
}

#image {
	width:164px;
	height:480px;
	float:right;
	margin-right:20px;
}

#content a:link { color: #AC2B31; text-decoration: none; }
#content a:visited { color: #AC2B31; text-decoration: none; }
#content a:active { color: #AC2B31; text-decoration: none; background-color: #C0C8BB; }
#content a:hover { color: #AC2B31; text-decoration: none; background-color: #C0C8BB; }

#row { display: block; float: left; }
div.row span.inline { display: block; vertical-align:top; clear:both; }
div.row span.label { font-style: italic; font-weight: normal; text-align: left; padding-right: 10px; width: 130px; float: left }
div.row .forminput { width:180px; }
div.row .order_button  {
	vertical-align:middle;
	border-color:#999;
	border-style:solid;
	border-width:thin;
	color:#fff;
	background-color:#ff0000;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
	padding-right:8px; 
	padding-left:8px;
}

#copyright {
	width:960px;
	height:60px;
	font-size:0.7em;
	clear:both;
	float:right;
	color: #F79738;
}

#copyright a:link { color: #F79738; text-decoration: none; }
#copyright a:visited { color: #F79738; text-decoration: none; }
#copyright a:active { color: #B4D458; text-decoration: none; }
#copyright a:hover { color: #B4D458; text-decoration: none;  }

.copy_left {
	float:left;
	text-align:left;
	width:460px;
	padding-left:20px;
}

.copy_right {
	float:right;
	text-align:right;
	width:460px;
	padding-right:20px;
}

#linked_in {
	width:960px;
	height:60px;
	font-size:0.7em;
	clear:both;
	float:left;
}

.spamChallenge {
	font-family:Arial, Helvetica, sans-serif;
	width:30px;
	height:22px;
	text-align:center;
	font-weight:bold;
	background-color:#ccc;
	color:#000;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}

#opacityTest {
	background-color: #6374AB;
	width: 100%;
	color: #ffffff;
}

.opaque1 {	// for all other browsers
	opacity: .5;
}

.opaque2 {	// for IE5-7
	filter: alpha(opacity=50);
}

.opaque3 {	// for IE8
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.opaque { // for all IE
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; // first!
	filter: alpha(opacity=50);					// second!
}

.jsMessage {
	background:url(../images/icons/warning.gif) no-repeat;
	color:#fff;
	font-weight:bold;
	padding-left:20px;
}

#jsAlert {
	width:920px;
	padding:20px;
	margin-bottom:4px;
	background-color:#ED2E30;
	color:#fff;
	font-weight:bold;
	float:left;
	clear:both;
	border:1px;
	border-color:#fff;
	border-style:solid;
}
