@charset "UTF-8";
/* CSS Document */




/* GENERAL CSS - CODE TO TELL FF AND IE TO SIT DOWN AND STFU */
#body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 0.626em; }
body div, ul, ol, li, table, img {
	margin: 0px;
	padding: 0px; }
body p {
	margin: 10px 0px 15px; }
body img {
	border: none; }
.display_none {
	display: none; }
.clear_div {
	display: none;
	height: 0px;
	width: 0px; }
body:last-child .clear_div {
	display: block;
	clear: both; }

/* CLEAR - BECAUSE SOMETIMES, FLOATING -ISN'T- A GOOD THING */

.clearme {
	clear: both;
}



a img {border:0}

body{
	background-image: url(images/page_bg.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	background-color:#637a9d;
	text-align:center;
	min-width:800px;
}



/* MAIN WRAPPER */

#mainwrapper {
	width:800px;
	margin:0 auto;
	text-align:center;
}



/* HEADER */

#header_wrapper {
	width:800px;
}
#header_image {
	width:800px;
}
#flash_nav {
	width:800px;
}
#flash_header {
	width:800px;
}



/* MAIN CONTENT */

#middle_wrapper {
	background-image: url(images/content_bg.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#C1C1C1;
	width:800px;
}
#left_col {
	background-image: url(images/content_bg.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#C1C1C1;
	width:235px;
	min-height:410px;
	float:left;
	margin-top:0px;
	margin-bottom:0px;
}
img.fbh {
	margin-top:-2px;
}
#right_col {
	background-image: url(images/content_bg.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#C1C1C1;
	width:545px;
	min-height:410px;
	padding-left:10px;
	padding-right:10px;
	float:right;
	text-align:left;
}
#right_col a {
	color:#0000FF;
	text-decoration:none;
}
#right_col a:hover {
	color:#00BAFF;
}



/* FOOTER */

#footer_wrapper {
	width:800px;
	background-color:#000000;
}
#footer_appsoft {
	width:110px;
	float:left;
	text-align:center;
}
#footer_links {
	width:680px;
	float:right;
	color:#FFFFFF;
	font-family:Verdana;
	font-size:10px;
	padding:5px;
}
#footer_links a{
	color:#FFFFFF;
	font-family:Verdana;
	font-size:10px;
	text-decoration:none;
}
#footer_links a:hover{
	text-decoration:underline;
}
p {
	font-family:Verdana;
	font-size:14px;
	color:#363636;
}
#footer_social {
	padding: 4px 4px 4px 4px;
}


/* H1,H2,H3 TAGS */

h1 {
	font-family:Myriad Pro;
	font-size:18px;
	color:#FFFFFF;
	font-weight:bold;
}
h2 {
	font-family:Myriad Pro;
	font-size:24px;
	color:#3131F5;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:15px;
}
h3 {
	font-family:Verdana;
	font-size:14px;
	color:#363636;
	font-weight:normal;
}


/* LISTS */

ul {
	margin-left:25px;
}
ol {
	margin-left:25px;
}
li {
	font-family:Verdana;
	font-size:14px;
	color:#363636;
}



/* CONTACT FORM */

table.contact_form {
}
table.contact_form td {
	font-family:Verdana;
	font-size:14px;
	color:#363636;
}
input.contact_input {
	font-family:Verdana;
	font-size:14px;
	color: #363636;
	background-color: #EEEEEE;
}
input.contact_input {
	font-family:Verdana;
	font-size:14px;
	color: #363636;
	background-color: #EEEEEE;
}
textarea.contact_text {
	font-family:Verdana;
	font-size:14px;
	color: #363636;
	background-color: transparent;
	overflow: hidden;
}
input.contact_button {
	color: #363636;
	background-color: #EEEEEE;
}



/* FLASH HOLDERS - FOR SWFOBJECT */

#flashnavbar {
	width:800px;
	height:34px;
	background-color:#E31F23;
}
#flashheader {
	width:800px;
	height:288px;
}
#flashbuynow {
	width:209px;
	height:361px;
	margin-top:18px;
	margin-left:10px;
}
#flashfooter {
	width:100px;
	height:27px;
	margin-left:0px;
	margin-right:0px;
	margin-top:5px;
}
