body {
	margin:0;
	padding:0;
	font:0.8em Georgia, "Times New Roman", Times, serif;
	text-align:center;
	height:100%;
	background-color:#aa0305;
	color:#fff;
	/*background-color:#003366;
	background-image:url(../pix/gradient-bg.png);
	background-position:top;
	background-repeat:repeat-x;*/
}

html {
	height:100%;
}

.clear {
	clear:both;
}

img {
	border:none;
}

/* ========================== PAGE TOP HOLDER (wrapper for full width of header */

#page-top-holder {
	width:100%;
	background-color:#8b0607;
}

/* ========================== HEADER */
 
#header {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	height:131px;
	background-image:url(../pix/header_logo.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#logo-container img {
	padding: 15px 0 0 0;
}

#logo-container {
	float:left;
	margin-left:65px;
}

#main-image {
	width:100%;
	background-color:#900406;
	background-position:top left;
	background-repeat:repeat-x;
	border-top:1px solid white;
	border-bottom:1px solid white;
	text-align:center;
}

#main-body {
	width:1000px;
	height:201px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

/* ========================== TOP MENU */

#top-menu-container {
	width:100%;
	border-bottom:1px solid #fff;
	background-color:#5d0203;
	color:#f9071e;
}

#top-menu {
	width:1000px;
	text-align:right;
	margin-left:auto;
	margin-right:auto;
}

#top-menu ul {
	margin:0 20px 0 0;
	padding:10px;
	list-style:none;
}

#top-menu ul li {
	display:inline;
	margin:0 10px 0 10px;	
}

#top-menu ul li a, #top-menu ul li a:visited {
	color:#fff;
	text-transform:uppercase;
}

/* ========================== WRAPPER */

#wrapper {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-image:url(../pix/home_wrapper_bg.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	min-height: 500px;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */	
}


/* ========================== CENTER CONTENT */

#center-content {
	float:left;
	width:440px;
	font-size:1.1em;
	line-height:1.4em;
	padding:15px 20px 20px 20px;
	margin:0 5px 10px 55px;
}

#center-content h1 {
	color:#fff;
	font-size:1.7em;
	font-weight:100;
	margin-bottom:5px;
	margin-top:0px;
	padding-bottom:5px;
	line-height:1.2em;
	background-image:url(../pix/leftcontent_li_bottom.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
	text-shadow: 1px 1px 1px #000;	
}

#center-content h2 {
	color:#fff;
	font-size:1.05em;
	font-weight:100;
	margin:15px 0 5px 0;
	line-height:1.2em;
} 

#center-content h3 {
	color:#fff;
	font-size:1.2em;
	font-weight:100;
	border-bottom:1px solid #333; 
	padding-bottom:5px;
} 

#center-content a, #center-content a:visited {
	color:#fff;
}

#center-content ul {
	margin:0;
	padding:0;
	list-style:none;
}

#center-content ul li {
}

#center-content img {
}

/* ========================== RIGHT CONTENT */

#right-content {
	float:right;
	width:230px;
	margin-bottom:20px;
	padding:0 10px 10px 10px;
	color:#666666;
	font-size:0.9em;
}

#right-content h1 {
	color:#fff;
	font-size:1.2em;
	background-color:#1a7cab;
	padding:8px;
	font-weight:100;
} 

#right-content h2 {
	color:#fff;
	font-size:1.2em;
	background-color:#426d29;
	padding:8px;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:0;
	margin-bottom:0;
} 

#right-content ul {
	margin:0;
	padding:0;
	list-style:none;
}

#right-content a, #right-content a:visited {
	color:#006699;
	line-height:1.5em;
}

#right-content .scm-sidebar {
	margin-bottom:10px;
}


/* ================================ FOOTER */

#footer {
	width:950px;
	color:#fff;
	padding-bottom:25px;
	padding-top:8px;
	padding-left:0px;
	line-height:1.6em;
	text-align:left;
	font-size:0.9em;
	height:30px;
	text-align:left;
	background-image:url(../pix/leftcontent_li_bottom.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	margin-left:75px;
}


#footer a, #footer a:visited {
	color:#fff;
	text-decoration:none;
	font-weight:600;
}

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

#footer-left {
	float:left;
	width:550px;
}

#footer-right {
	float:right;
	width:250px;
	height:50px;
	background-image:url(../pix/credit_cards_accepted.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

#site-links {
	width:855px;
	color:#cb4042;
	padding-bottom:25px;
	padding-top:8px;
	padding-left:0px;
	line-height:1.6em;
	text-align:left;
	font-size:0.9em;
	height:30px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

#site-links a, #site-links a:visited {
	color:#cb4042;
}

#site-links a:hover {
	color:#fff;
}

.push {
	height:10px;
}

/* ========================== OTHER */