@charset "utf-8";
body {
	background-color: #444444;
	background-image:url(../images/body_back.gif);
	background-position:top;
	background-repeat:repeat-x;
	text-align:center;
	font-size:14px;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
}
.prod_img {
	float:right;
	margin:2ex 0 12px 12px;
}
#main_body {
	width:650px;
	margin:0 auto;
	text-align:left;
}
#top_bar_outer1 {
	background:url(../images/title_back_top.gif) top left no-repeat;
	padding-top:12px;
}
#top_bar {
	background-color:#5e779a;
	height:100px;
}
#title_block {
	position:absolute;
	left:140px;
	bottom:18px;
	font-size:30px;
	font-weight:bold;
	color:#FFF;
}
#menu_bar_outer1 {
	background:url(../images/menu_bottom.gif) bottom no-repeat;
	position:relative;
}
#menu_bar_outer4 {
	padding:4px 12px;
	background:url(../images/menu_top.gif) top no-repeat;
	position:relative;
}
#menu_bar {
	position:relative;
	font-size:11px;
}
#menu_bar a {
	font-weight:bold;
	padding:4px 10px;
	color:#3F403B;
	text-decoration:none;
	border-right:1px dotted #797979;
}
#menu_bar a.first {
	border-left:1px dotted #797979;
}
#menu_bar a:hover {
	background-color:#9d8a68;
	background: url(../images/menu_highlight_back.gif) top repeat-x;
}
#menu_bar a.disabled {
	color:#7c7c7b;
}
#menu_bar a.disabled:hover {
	background:none;
}
#menu_tagline {
	 position:absolute;
	 right:8px;
	 font-style:italic;
	 font-weight:bold;
	 color:#5c5c5b;
	 font-size:12px;
	 top:0;
}
#content_outer1 {
	margin-top:18px;
	padding-top:12px;
	background:url(../images/content_top.gif) top no-repeat;
}
#content_outer2 {
	padding:0 0 12px;
	background:#eae8e4 url(../images/content_bottom.gif) bottom no-repeat;
}
#content_outer3 {
	background:url(../images/content_left_side.gif) left repeat-y;
}
#content {
	background:url(../images/content_right_side.gif) right repeat-y;
	padding:16px 24px;
}
#content h1 {
	font-size:24px;
	font-weight:bold;
	margin:0;
	padding:0 0 0.75ex;
}
#content h2 {
	margin:2ex 0 0;
	padding:0;
	text-align:left;
	font-size:18px;
	font-weight:bold;
}
#content h3 {
	margin:0.5ex 0 0;
	padding:0;
	text-align:left;
	font-size:14px;
	font-weight:bold;
}

#content p {
	margin:0;
	padding:1ex 0;
}
#content a {
	text-decoration:none;
	color:#5d7699;	
}
#content a:hover {
	color:#333d4c;
	text-decoration:underline;
}

#content a.disabled {
	color:#7c7c7b;
	text-decoration:none;
}
#content a.disabled:hover {
	background:none;
}


ul {
	list-style-type:square;
	list-style-position:outside;
}
#footer {
	text-align:center;
	font-size:10px;
	margin:12px 0;
	color:#AAA;
}
#footer a {
	color:#AAA;
	text-decoration:none;
}
#footer a:visited {
	color:#AAA;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
.error_box {
	width:350px;
	margin:0 auto 12px;
	padding:12px;
	border:2px solid #A00;
	background-color:#EDD;
	color:#A00;	
}
.error_box ul {
	list-style-type:square;
	list-style-position:outside;
	margin:0;
	padding:0 5ex;
}
.order_table {
	margin-bottom:0px;
	border-collapse:collapse;
}
.order_table td {
	border-color:#999;
	border-width:1px 0;
	border-style:solid;
	padding-top:8px;
	padding-bottom:16px;
	padding-left:0;
	padding-right:24px;
}

.order_table tr:first-child td {
	border-top:1px solid #999;
}
.order_table form {
	margin:0;
	padding:0;
}
.order_table td.order_pay_col {
	margin-right:0;
	padding-right:12px;
	margin-left:0;
	padding-left:12px;
	background-color:#D9D9D9;
}
.specs_table {
	margin-top:6px;
	border-collapse:collapse;
}
.specs_table td {
	border:1px solid #999;
	padding:3px 5px;
}
.specs_table tr td:first-child {
	background-color:#D9D9D9;
}

