/* CSS Document */

html {
	height: 100%;
	}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-image: url(../_media/bg_stretch.jpg);
	background-repeat: repeat-x;
	background-color: #4E4E4E;
	}
	
#wrapmaster {
	position: absolute;
	top: 0px;
	left: 0px;
	height: auto;
	width: 100%;
	min-height: 100%;
	background-image: url(../_media/bg_main.jpg);
	background-position: center top;
	background-repeat: repeat-y;
    }
	
* html #wrapper {
	height:100%;
	}
	
#wrapper {
	width: 812px;
	height: 100%;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	margin: 0px auto;
	}
	
#header {
	height: 264px;
	width: 812px;
	margin: 0px;
	}
	
#navigation {
	width: 812px;
	height: 57px;
	background-image: url(../_media/navigation.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	}
	
#navigation_inner {
	margin: 0px 10px;
	padding: 20px;
	color: #FFFFFF;
	}
	
#navigation a {
	color: #000000;
	font-size: 75%;
	text-decoration: none;
	font-weight: bold;
	padding: 1px;
	}
	
#navigation a:hover {
	text-decoration: underline;
	}
	
#nav_below {
	width: 812px;
	height: 26px;
	margin: 0px;
	background-image: url(../_media/navigation_below.jpg);
	background-repeat: no-repeat;
	}
	
#nav_below_inner {
	float: right;
	margin: 2px 40px 0px 0px;
	padding: 0px;
	}
	
#nav_below a {
	color: #FFFFFF;
	font-size: 75%;
	font-weight: bold;
	text-decoration: none;
	}
	
#nav_below a:hover {
	text-decoration: underline;
	}
	
#wrap {
	}
	
#content {
	width: 587px;
	margin: 10px 0px 0px 0px;
	float: right;
	}
	
#sidebar {
	float: left;
	width: 200px;
	margin: 15px 0px 0px 20px;
	}
	
#sidebar_rounded {
	width: 198px;
	margin: 0px;
	min-height: 250px;
	background-image: url(../_media/sidebar_roundbox_bg.jpg);
	background-repeat: repeat-y;
	}
	
#sidebar_rounded a {
	font-size: 95%;
	font-weight: bold;
	text-decoration: none;
	color: #1591C5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	}
	
#sidebar_rounded h2 {
	font-size: 95%;
	margin: 4px 0px;
	color: #000000;
	}
	
#sidebar_rounded_content {
	padding: 8px;
	}

#sidebar_rounded_top {
	width: 198px;
	height: 12px;
	margin: 0px;
	background-image: url(../_media/sidebar_roundbox_top.jpg);
	background-repeat: no-repeat;
	}
	
#sidebar_rounded_btm {
	width: 198px;
	height: 218px;
	margin: 0px;
	background-image: url(../_media/sidebar_roundbox_btm.jpg);
	background-repeat: no-repeat;
	}
	
#sidebar_box {
	width: 198px;
	background-image: url(../_media/sidebar_box_bg.jpg);
	margin: 0px;
	}
	
#sidebar_box_content {
	font-size: 85%;
	text-align: center;
	padding: 4px;
	}
	
#sidebar_box a {
	color: #F89937;
	font-weight: bold;
	text-decoration: none;
	font-size: 85%;
	text-align: left;
	margin-left: 5px;
	line-height: 14px;
	}
	
#sidebar_box a:hover {
	text-decoration: underline;
	}
	
	
#sidebar_box_content h2 {
	width: 173px;
	height: 30px;
	font-size: 135%;
	color: #FFFFFF;
	background-image: url(../_media/bg_sidebar_btn.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 4px 0px 0px 0px;
	text-align: center;
	}
	
#sidebar_box_content_search h2 {
	width: 173px;
	height: 30px;
	font-size: 110%;
	color: #FFFFFF;
	background-image: url(../_media/bg_sidebar_btn.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 8px 0px 0px 0px;
	text-align: center;
	}
	
#sidebar_box_top {
	background-image: url(../_media/sidebar_box_top.jpg);
	background-repeat: no-repeat;
	height: 9px;
	width: 198px;
	margin: 0px;
	}
	
#sidebar_box_btm {
	background-image: url(../_media/sidebar_box_btm.jpg);
	background-repeat: no-repeat;
	height: 9px;
	width: 198px;
	margin: 0px;
	}
	
#sidebar_links {
	padding: 15px;
	font-size: 85%;
	}
	
#sidebar_links a {
	color: #F89937;
	font-weight: bold;
	text-decoration: none;
	}
	
#sidebar_links a:hover {
	text-decoration: underline;
	}
	
#inner_content {
	width: 550px;
	font-size: 75%;
	min-height: 60px;
	padding: 5px;
	float: right;
	margin: 10px 20px 0px 0px;
	background-image: url(../_media/bg_sm_content.jpg);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	}
	
#inner_content h1 {
	font-size: 125%;
	color: #1591C5;
	margin: 8px 0px;
	}
	
#inner_content h2 {
	font-size: 105%;
	color: #000000;
	font-weight: bold;
	margin: 8px 0px;
	}
	
#inner_content h3 {
	font-size: 115%;
	color: #F89937;
	font-weight: bold;
	margin: 8px 0px;
	}
	
#inner_content a {
	color: #F89937;
	font-weight: bold;
	text-decoration: none;
	}
	
#inner_content a:hover {
	text-decoration: underline;
	}
	
#box {
	width: 165px;
	padding: 8px;
	font-weight: bold;
	float: left;
	}
	
#footer {
	text-align: center;
	padding: 10px;
	font-size: 75%;
	}
	
#footer a {
	color: #F89937;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
	
.inner_content_btn {
	float: right;
	}
	
.btn_order {
	padding: 10px 8px 10px 8px;
	margin: 0px;
	}

.imageCenter {
	margin-left: 110px;	
	}
	
.imageRight {
	float: right;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	}
	
#listings {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999;
	height: 130px;
	padding-top: 5px;
	padding-bottom: 5px;
}
