/*=========================================================================================================================
 PAGE GENERAL
===========================================================================================================================*/

* {
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 17px;
	color: #7C6856;
}
body {
	text-align: center;
	background-image: url(images/rentwow_patt_5.jpg);
	background-repeat: repeat;
	background-position: left top;
}
#page {
	min-height: 100%;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
* html #page {
	height: 100%;
}
#nonFooter {
	position: relative;
	min-height: 100%;
}
.clearer { /* go here for explanation: http://tangible.ca/articles/35/how-to-get-a-parent-div-to-expand-around-floated-content */
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}
img {
	border: 0;
}
img.stroke {
	border: 1px solid #CCCCCC;
}
img.floatLeft {
	float: left;
	position: relative;
}
img.floatRight {
	float: right;
	position: relative;
}
img.padRight {
	margin-right: 6px;
	border: 1px solid #CCC;
}
.hide {
	display: none;
}
hr {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	margin-bottom: 20px;
	margin-top: 20px;
}
#buffer {
	height: 15px;
}
/*=========================================================================================================================
 PAGE FONTS/COLORS
===========================================================================================================================*/

h1 {
	font-size: 21px;
	font-family: "Times New Roman", Times, serif;
	color: #302006;
	margin-bottom: 13px;
	font-weight: normal;
	font-style: normal;
}
h2 {
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 0px;
	font-family: "Times New Roman", Times, serif;
	color: #322005;
}
h3 {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	color: #322005;
}
h3 a {
	font-size: 18px;
	margin-bottom: 5px;
	font-family: "Times New Roman", Times, serif;
	padding-bottom: 5px;
	font-style: normal;
	font-weight: normal;
}
h4 {
	font-size: 14px;
	margin-bottom: 5px;
	color: #322005;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}
h5 {
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	color: #322005;
}
p {
	margin-bottom: 17px;
	line-height: 19px;
}
a {
	color: #7C6856;
	font-size: 16px;
	text-decoration: none;
}
a:hover {
	color: #322005;
	font-size: 16px;
	text-decoration: underline;
}
b {
	font-size: 13px;
}
.current {
	color: #333333;
	text-decoration: none;
}
.primary {
	color: #021e2f;
}
.secondary {
	color: #666666;
}
.tertiary {
	color: #CCCCCC;
}

/*=========================================================================================================================
 HEADER STYLES
===========================================================================================================================*/

#header-container {
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/body_bg.png); /*Doesn't position right in ieSUX*/
	background-repeat: repeat-y;
	background-position: center top;
	width: 977px;
}

/*=========================================================================================================================
 TABLES STYLES
===========================================================================================================================*/
table.shadow_frame {
	background-image: url(images/body_bg.png); 
	text-align:center;
}

table.main_frame {
	background-color:#FFFFFF;
	border:0px #FFFFFF;
	text-align:center;
}

table.logo_frame {
	text-align:center;
}

table.nav_frame{
	background-image: url(images/main_menu_bg.jpg);
}

td.item_for_sale_frame{
  background-image: url(images/main_menu_bg.jpg);
  color: #FFFEFF; 
  font-size:16px; 
  font-weight: bold;
  vertical-align: middle;
}

td.top_right_frame{
  background-image: url(images/top_right_bg.jpg);
  color: #FFFEFF; 
  font-size:16px; 
  font-weight: bold;
  vertical-align: middle;
}

td.nav_frame{
	background-image: url(images/main_menu_bg.jpg);
  color: #FFFEFF; 
  font-size:16px; 
  font-weight: bold;
  width: 100px;
  vertical-align: middle;
}

td.nav_frame_active{
	background-image: url(images/mmain_menu_hover_bg.jpg);
  color: #FFFEFF; 
  font-size:16px; 
  font-weight: bold;
  width: 100px;
  vertical-align: middle;
}

td.text_box{
  font-size:16px;	
}

td.main_text_box{
  font-size:20px;	
}

table.bot_nav_frame{
	background-image: url(images/footer_bg.jpg);
	text-align:center;
}


table.nav_frame td a, table.nav_frame_active td a{
   color: #FFFEFF; 
   font-size:16px; 
   font-weight: bold;
   display: block;
   width: 100px;
   vertical-align: middle;
}
table.nav_frame td a:link, table.nav_frame td a:visited, table.nav_frame td a:hover, table.nav_frame td a:active {
   color: #FFFEFF; 
   font-size:16px; 
   font-weight: bold;
   display: block;
   width: 100px;
}

table.bot_nav_frame td a, table.bot_nav_frame td a{
   position:relative;
   color: #FFFEFF; 
   font-size:13px; 
   display: block;
   vertical-align: bottom;
}
table.bot_nav_frame td a:link, table.bot_nav_frame td a:visited, table.bot_nav_frame td a:hover, table.bot_nav_frame td a:active {
   color: #FFFEFF; 

   font-size:13px; 
   display: block;
}

td.highlighted {
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 17px;
}

td.blue_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
        font-weight: bold;
	line-height: 17px;
	color: #07a1d7;
}

/*=========================================================================================================================
 LINKS STYLES
===========================================================================================================================*/

a.logo_frame:link {color: #FFFEFF; text-decoration: none; font-size:16px}
a.logo_frame:visited {color: #FFFEFF; text-decoration: none; font-size:16px}
a.logo_frame:hover {color: #FFFEFF; text-decoration: underline; font-size:16px;}
a.logo_frame:active {color: #FFFEFF; text-decoration: none; font-size:16px;} 

a.no_underline:link {color: #7C6856; text-decoration: none; font-size:16px}
a.no_underline:visited {color: #7C6856; text-decoration: none; font-size:16px}
a.no_underline:hover {color: #322005; text-decoration: none; font-size:16px;}
a.no_underline:active {color: #322005; text-decoration: none; font-size:16px;}

a.main_text_box {font-size:20px}

/*=========================================================================================================================
 COPYWRITE STYLES
===========================================================================================================================*/

p.copywrite{
   color: #FFFEFF; 
   font-size:15px; 
   display: block;
   font-weight: bold;
}

a.copywrite {
    color: #FFFEFF; 
    font-size:15px; 
	text-decoration: none;
	font-weight: bold;
}
a.copywrite:hover {
    color: #FFFEFF; 
    font-size:15px; 
	text-decoration: underline;
	font-weight: bold;
}

/*=========================================================================================================================
 PRICE STYLES
===========================================================================================================================*/

p.price{   
   font-size:15px; 
   display: block;
   font-weight: bold;
}

a.price {
  font-size:15px; 
	text-decoration: none;
	font-weight: bold;
}
a.price:hover {
  font-size:15px; 
	text-decoration: underline;
	font-weight: bold;
}

td.price {
  font-size:15px; 
	text-decoration: none;
	font-weight: bold;
}

/*=========================================================================================================================
 QOUTE CART STYLES
===========================================================================================================================*/

#total_items {
	padding: 0;
	color: #ff9933;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

td.total_items {
	padding: 0;
	color: #ff9933;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

#total_qoute {
	padding: 0;
	color: #ff9933;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

td.total_qoute {
	padding: 0;
	color: #ff9933;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

#contact_star {
	color: #ff0000;
	font-size: 32px;
}

/*=========================================================================================================================
 PRIMARY NAV STYLES
===========================================================================================================================*/

#priNav-container {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	height: 46px;
	background-image: url(Global/Shadow/Shell-Shadow-Content.png); /*Doesn't position right in ieSUX*/
	background-repeat: repeat-y;
	background-position: center center;
	width: 977px;
}
#priNav {
	width: 955px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 42px;
	position: relative;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #021e2f;
	z-index: 80;
	background-color: #FFFFFF;
}
#priNav ul {
	list-style-type: none;
	position: relative;
	padding-top: 12px;
	padding-left: 20px;
	width: 775px;
	float: left;
}
#priNav ul li {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #838383;
	display: inline;
}
#priNav ul li a {
	display: block;
	text-decoration: none;
	color: #838383;
	background-image: url(Global/Separator-Gray.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 8px;
	padding-right: 8px;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}
#priNav ul li a:hover {
	text-decoration: none;
	color: #021e2f;
}
#priNav ul li .current {
	color: #021e2f;
}
#priNav .LastPipe {
	background: none;
	font-weight: bold;
	color: #021e2f;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

/*=========================================================================================================================
 FOOTER STYLES
===========================================================================================================================*/

#footer {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 955px;
	float: left;
	padding-top: 35px;
}
/* ------------------------------ Email Signup ------------------------------ */
#footer .emailSignup {
	text-align: center;
	width: 955px;
	position: relative;
}
#footer .emailSignup p {
	font-size: 13px;
	color: #000;
}
#footer .emailSignup .form-field-email {
	color:#838383;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	position: relative;
	top: -2px;
	height: 17px;
	padding: 1px;
	width: 150px;
}
#footer .emailSignup img.button {
	height: 23px;
	width: 59px;
	position: relative;
	top: 6px;
}
#footer .emailSignup .button {
	height: 23px;
	width: 59px;
	position: relative;
	top: 6px;
}
/* ------------------------------ Links ------------------------------ */
#footer ul {
	list-style-type: none;
	text-align: center;
	padding-bottom: 15px;
	position: relative;
	top: -10px;
}
#footer ul li {
	display: inline;
	font-size: 11px;
	padding-right: 4px;
	background-image: url(Global/Separator-Gray.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #b2b2b2;
	padding-left: 2px;
}
#footer ul li a {
	color: #b2b2b2;
	text-decoration: none;
	font-size: 11px;
}
#footer ul li a:hover {
	text-decoration: none;
	color: #021e2f;
}
#footer .LastPipe {
	background: none;
}
/*=========================================================================================================================
 SHADOW BOTTOM STYLES
===========================================================================================================================*/

#shadow-bottom-container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(Global/Shadow/Shell-Shadow-Bottom.png); /*Doesn't position right in ieSUX*/
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
	width: 977px;
}
#shadow-bottom { /*Doesn't position right in ieSUX*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #021e2f;
	height: 11px;
	width: 955px;
}

