@charset "utf-8";
body {
	margin: 0px;
	background-image:url(../images/main_bg.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#eeeeee;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
img {
	border-style: none;
    border-color: inherit;
    border-width: medium;
    text-align: center;
}
#wrapper {
	margin:0 auto 0 auto;
	width:883px;
}
#contact_bar {
	float:left;
	width:883px;
	text-align:right
}
#header {
	float:left;
	width:883px;
	background-image:url(../images/headerbg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	border-bottom:1px solid #b6b6b6;
	background-color:#fefefe
}
#header .logo {
	float:left;
	
}
#header .logo_container {
	float:right;
	width:259px;
	background-image:url(../images/logo_bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	margin-top:13px;
	padding-left:5px
}
#header .logo_container div {
	float:left;
	width:259px;
	padding-bottom:3px
}

#header div.hours_container
{
    position: relative;
    display: inline;
    width: 209px;
    clear: none;
    top: 30px;
    left: 5px;
    font-family: 'Lucida Console';
    
}
#header div.hours_container ul 
{
    text-align:left;
	float:left;
	list-style:none;

}

#header div.hours_container li
{
    color: #666666;
    line-height:140%;
}

#header .logo_container div .right {
	margin-left:3px;
}
#menu {
	float:left;
	width:883px;
	background-image:url(../images/menu_bg.jpg);
	background-repeat:repeat-x;
	background-position:top left
}
#menu ul {
	margin:0px;
	padding:0px;
	display:inline;
	float:left;
	list-style:none
}
#menu ul li {
	display:inline;
	float:left;
	background-image:url(../images/menu_seprator.jpg);
	background-position:top right;
	background-repeat:no-repeat
}
#menu ul li a {
	float:left;
	display:block;
	padding:15px 15px 15px 15px;
	font-size:12px;
	color:#373737;
	text-decoration:none;
	font-weight:bold
}
#menu ul li a:hover {
	color:#8d0000;
	background:#f7f7f7;
}
#menu ul li.last {
	background-image:none
}
#banner {
	float:left;
	width:883px;
	background-image:url(../images/banner_bg.jpg);
	height:285px;
	background-repeat:no-repeat;
	background-position:top left
}
#banner div {
	float:right;
	width:400px;
	color:#fff;
	padding-top:70px;
	padding-right:50px
}
#banner div h3 {
	font-size:27px;
	color:#fff;
	font-family:"Trebuchet MS";
	margin:0px 0px 10px 0px;
	padding:0px
}
#banner div p {
	font-size:12px;
	color:#576D8C; /*#c2d9f0;*/
	padding:10px 0px 0px 0px;
	margin:0px;
	line-height:18px;
	font-style:italic;
}


.inner_content_border { 
    background-image:url(../images/inner_body_bg.jpg); background-position:top left; background-repeat:repeat-y 
}



#content {
	float:left;
	width:883px;
	background-color:#fff
}
#content #left {
	float:left;
	width:170px;
	padding:20px;
	overflow:hidden
}
#content #left ul {
	float:left;
	width:170px;
	background-image:url(../images/dotted_sep.jpg);
	background-repeat:repeat-x;
	background-position:bottom left;
	margin:0px 0px 20px 0px;
	padding:0px 0px 15px 0px
}
#content #left ul li {
	background-image:url(../images/red_arrow.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:10px;
	list-style:none;
	padding-bottom:5px;
	color:#3a6daf
}
#content #left ul li a {
	color:#3a6daf;
	text-decoration:none
}
#content #left ul li a:hover {
	text-decoration:underline
}
#content #left h3 {
	margin:0px;
	padding:0px;
	font-size:14px;
	color:#810000;
	text-transform:uppercase;
	font-weight:normal;
	background-image:url(../images/dotted_sep.jpg);
	background-repeat:repeat-x;
	background-position:bottom left;
	padding-bottom:15px;
	margin-bottom:15px
}
#content #left .banner {
	float:left;
	width:170px;
	text-align:center
}

#content .seprator {
	float:left;
	width:5px;
}

#content .seprator img {
	float:left
}
#content #middle {
	float:left;
	width:337px;
	padding:20px;
	vertical-align:top;
	overflow:hidden;
	
}
/*
#content #middle {
	float:left;
	display:inline-block;
	width:340px;
	vertical-align:top;
}
*/

#content #middle h3 {
	font-family:'Trebuchet MS';
	color:#2b5182;
	font-size:16px;
	text-transform:uppercase;
	margin:0px 0px 15px 0px;
	padding:0px 0px 20px 0px;
	background-image:url(../images/dotted_sep.jpg);
	background-repeat:repeat-x;
	background-position:bottom left;
	font-weight:normal
}
#content #middle p {
	color:#575757;
	line-height:18px;
	padding:5px 0 5px 0;
	margin:0px;
}

#content #middle img.subpageimage
{
float:left;
margin:5px;
border:solid 0px #000;

}

.categorytitle
{
margin:0px;
	padding:0px;
	font-size:14px;
	color:#810000;
	text-transform:uppercase;
	font-weight:normal;
	display:block;

}






#content #inner_middle {
	float:left;
	width:600px;
	padding:20px 20px 20px 30px;
	vertical-align:top;
}
#content #inner_middle .top_heading {
    width:583px;
	text-transform:uppercase;
	margin:0px 0px 15px 0px;
	padding:10px 0px 18px 40px;
	background-image:url(../images/inner_right_title_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	font-weight:normal; float:left;
}

#content #inner_middle .top_heading .name{ float:left; font-size:25px; color:#999999}

#content #inner_middle .top_heading .price{ float:right; font-size:16px; color:#993333; text-align:right; padding-right:15px; padding-top:9px}

#content #inner_middle .product_image{width:623px; float:left}

#content #inner_middle .tab_container{width:623px; float:left; overflow:hidden}

#content #inner_middle p {
	color:#575757;
	line-height:18px;
	padding:5px 0 5px 0;
	margin:0px;
}




#content #right {
  	float:right;
	width:217px;
	background-image:url(../images/right_panel_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding:0 25px 0 30px;
}
#content #right h3 {
	margin:0px;
	padding:0px;
	font-size:14px;
	color:#810000;
	text-transform:uppercase;
	font-weight:normal;
	background-image:url(../images/dotted_sep.jpg);
	background-repeat:repeat-x;
	background-position:bottom left;
	padding-bottom:15px;
	margin-bottom:15px;
}
#content #right .row {
	color:#424242;
	font-size:12px;
	margin-bottom:20px
}
#content #right .row img {
	margin:0 10px 5px 0px;
}
#content #right .row strong {
	color:#2b5182;
}
#content #right .row a {
	color:#810000;
	text-decoration:underline;
	/*display:block;*/
	background-image:url(../images/arrow.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:10px
}
#content #right .row a:hover {
	text-decoration:none
}
#footer {
	float:left;
	width:883px;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	font-size:12px;
	text-align:center;
	padding:0px 0 0px 0;
	
}

#menufooter {
	float:left;
	width:883px;
	background-image:url(../images/menu_bg.jpg);
	background-repeat:repeat-x;
	background-position:top left;
    border-top:1px solid #b6b6b6;
	background-color:#fefefe;
	height:47px;

}
#menufooter ul {
	margin:0px;
	padding:0px;
	display:inline;
	float:left;
	list-style:none
}
#menufooter ul li {
	display:inline;
	float:left;
	background-image:url(../images/menu_seprator.jpg);
	background-position:top right;
	background-repeat:no-repeat
}
#menufooter ul li a {
	float:left;
	display:block;
	padding:15px 15px 15px 15px;
	font-size:12px;
	color:#373737;
	text-decoration:none;
	font-weight:bold
}
#menufooter ul li a:hover {
	color:#8d0000
}
#menufooter ul li.last {
	background-image:none
}



#rentalpricing table
{
    width :100%;
}

#sizeguide
{
    width :100%;

}


td.rentaldesc
{
width:300px;
}


.over
{
    background-color: #D1E5FE;
    cursor: pointer;

}
.watermark
{
    color: #C0C0C0;
}

.style_float_left
{
float:left;

}
.style_float_right
{
float:right;
}

.nowrap
{
white-space:nowrap;

}

.demo
{
clear:left;
}


.sidebarbox
{
    background-position: #CCFFCC;
    height: 90px;
    background: #CCFFCC;
    border: solid 1px #AD1E22;
    font-weight: bold;
    padding: 10px;
}

div.spacer
{
    margin-bottom:10px;
   
}

/* IE PNG FIX*/
img, div, a , p  { behavior: url(iepngfix.htc) }
