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

body {
	background: #000000;
	color: #ffffff;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	text-align: center;
	
}

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

a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}

p {
	color: #493b3b;
	font-size: 12px;
	margin-top: 10px;
	line-height: 16px;
}

#header {
	display: none;
}

#package {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}

#top_nav ul {
	list-style: none;
}

#top_nav li {
	list-style: none;
	text-transform: uppercase;
	float: right;
	padding: 8px;
}

#red_box_top {
	padding-top: 15px;
	width: 960px;
	background: url('images/layout_top_bar.gif') center top no-repeat;
}

#red_box_bot {
	padding-bottom: 15px;
	width: 960px;
	background: url('images/layout_bot_bar.gif') center bottom no-repeat;
}

#red_box {
	background: url('images/layout_mid_bar.gif') repeat-y #ffffff;
	width: 960px;
}

#red_box a {
	color: #b22929;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

#primary_navigation ul {
	margin-left: 14px;
}

#primary_navigation li {
	list-style: none;
	float: left;
	padding: 12px;	
	text-transform: uppercase;
}

#main_area {
	margin-left: 15px;
	margin-right: 15px;
}

.main_area_fixed_height {
	height: 572px; /* remove for variable height */
	overflow: fixed;
}

.main_area_normal_height {
	
}

.clear_me {
	clear:both;
}

#center_area {
	color: #000000;
	text-align: left;
	position: relative;
	padding-top: 15px;
}

.center_area_fixed_height {
	height: 520px; /* remove for variable height */
	overflow: fixed;
}

.center_area_normal_height {
	padding-bottom: 52px;
}

/* Begin Per Page Styles, all fall inside center_area */
#footer_nav {
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 930px;
	height: 38px;
	text-transform: uppercase;
}

#footer_nav ul {
	margin-left: 14px;
}

#footer_nav li {
	list-style: none;
	float: left;
	padding: 12px;	
}

#order_button {
	position: absolute;
	right: 25px;
	bottom: 17px;
}

#floating_nav {
	position: absolute;
	text-align: right;
	left: 360px;
	line-height: 20px;
}

#floating_nav a {
	color: #493b3b;
}

#floating_nav li {
	list-style: none;

}

#floating_nav ul {
	list-style: none;
}

#left_column {
	width: 525px;
	float: left;
}

#right_column {
	width: 350px;
	padding-right: 30px;
	float: right;
}

.fixed_height {
       height: 430px;
       overflow: auto;
}

#footer {
    text-align: right;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
}

.a_proper_style {
	color: #ff0000;
	font-weight: bold;
}
.bodytextbold {
font-size: 12px;
line-height: 16px;
font-weight: bold;
color: #493b3b;
}
.redtextsm {
font-size: 10px;
line-height: 14px;
font-weight: normal;
color: #ff0000;
}
.redtextbold {
font-size: 12px;
line-height: 16px;
font-weight: bold;
color: #ff0000;
}
.redtextsmbold {
font-size: 10px;
line-height: 16px;
font-weight: bold;
color: #ff0000;
}
.redtextbig {
font-size: 14px;
line-height: 18px;
font-weight: normal;
color: #ff0000;
}
