/* CSS Document */

/* global */

body {
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/bg_body.jpg);
	background-repeat:repeat-x;
	background-position: 0 0;
	background-color: #000000;
	margin: 0px; font-size:15px;
}

ul li {list-style-image: url('images/bullet.jpg'); }

#rightnav {float:right;width:215px;margin-left:40px;font-size:12px;}

p {line-height:17px;}
a {color:#00629f;
}
a  h3 {
	color: #E2AB29;
	text-decoration: none;
}

		a:hover {
			text-decoration: none;
		}
h1,h2,h3,h4,h5,h6 {
	color: #380000;margin-left:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*-- nav-bar --*/

#mainNav {
	width: 898px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
		#mainNav ul{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 900px;
	list-style-type: none;
	background-image: url(images/navbg.gif);
	background-repeat: repeat-x;
	height: 33px;
		}
#mainNav li {
	display: inline;
}

		#mainNav a{
	color: #fff;
	text-decoration: none;
	float: left;
	padding-top: 9px;
	padding-right: 0.7em;
	padding-bottom: 8px;
	padding-left: 0.7em;
	background-image: url(images/navDivider.gif);
	background-repeat: repeat-y;
	background-position: left top;
	font-weight: normal;
	font-size: 12px;
	margin: 0px;
	text-transform: uppercase;
		}
		#mainNav ul .first a{
	background: none;
	padding-left: 10px;
	margin-left: 45px;
		}
		#mainNav ul .first a:hover{
	text-decoration: none;
	background-color: #00609e;
		}
		#mainNav a:hover {
	text-decoration: none;
	background-color: #00609e;
		}

/* main layout boxes */

#top {
	width: 928px;
	background-image: none;
	/*background-image: url(images/bg-top.gif);*/
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 10px;
	height: 20px;
	margin: 0 auto;
}
#wrap {
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px auto;
	padding: 0px;
	width: 928px;
}
#header {
	padding: 0px;
	width: 898px;
	margin-bottom: 0px;
	text-align: left;
}
#container {
	background-color: #ffffff;
	margin: 0px auto;
	padding: 0px;
	clear: both;
	width: 898px;
	text-align: center;
}
#content {
height:auto;
	padding: 0px;
	width: 898px;
	margin-right: 0px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 0.9em;
}
		#mainContent {
	padding: 0px;
	float: left;
	width: 430px;
	margin-top: 55px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 10px;
	padding-left: 15px;
	display: inline;
		}
	
		#fullspread {
			padding: 0px;
			float: left;
			width: 840px;
			display:inline;
			margin-top: 20px;
			margin-bottom: 0px;
			margin-left: 55px;
		}
#bottom {
	width: 928px;
	background-image: none;
	/*background-image: url(images/bg-bottom.gif);*/
	background-repeat: no-repeat;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 20px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 10px;
	width: 888px;
}
.fine {
	font-size: 10px;
	color: #000000;
	font-style: italic;
}

		#footer a {
			color: #fff;
			text-decoration: underline;
		}
		#footer a:hover {
			color: #fff;
			text-decoration: none;
		}

/* furniture package list */

#packages {
	float: left;
	list-style-type: none;
	padding:0px;
	margin: 0px;
}
		#packages li {
	float: left;
	display: block;
	margin: 3px 15px 9px 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #340000;
	font-weight: bold;
		}
		#packages li .name {
			color: #BB0011;
			font-size: 1.2em;
			font-weight: bold;
		}
		#packages li img {
	margin: 0px 0px 0px;
	padding: 0px;
		}

/* drop down menu */

#dropmenudiv{
	position:absolute;
	border:1px solid #BDBFC1;
	border-bottom-width: 0;
	z-index:100;
}

		#dropmenudiv a{
			width: 100%;
			display: block;
			text-indent: 3px;
			border-bottom: 1px solid #BDBFC1;
			padding: 1px 0;
			text-decoration: none;
			line-height:2em;
			background-image: url(images/navBGround.gif);
			background-repeat: repeat-x;
		}
		
		#dropmenudiv a:hover{ /*hover background color*/
			background-color: #E5E6E6;
			background-image: none;
		}

/*-- breadcrumbs --*/

.breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #999999;
	margin-top: 10px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-right: 20px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.breadcrumbs a {
	color: #666666;
	text-decoration: underline;	
}
.breadcrumbs a:hover {
	color: #d2243e;
	text-decoration: none;	
}
	
/* classes */

.break {
	clear: both;
}
.graphic-border {
	margin: 5px;
	padding: 0px;
}
.graphic-border-bedroom {
	border: 2px solid #d2243e;
	margin: 5px 15px 5px 5px;
	padding: 0px;
}
.fine-print {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
.numbers {
	font-family: "Times New Roman", Times, serif;
}

.price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #d2243e;
	font-size: 1.2em;
}


.medForm {
	width: 215px;
}
.table {
	background: 2px solid #000;
}
.ruler {
	background-color: #000000;

}
.loc {
	width: 300px;
}
#wrap #container #content #fullspread h2 {
	margin: 0px;
}
#mainPic {
	z-index: 0;
}

.left {
	margin-right: 15px;
}
.pics {
	padding-left: 0px;
	margin-left: 0px;
}

.first {
	margin-left: 0px;
	padding-left: 0px;
}
#footlinks {
	clear: both;
	margin-left: 55px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
#footlinks a {
	color: #000;
}
.style4 {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-style: normal; font-size: 10px; }
.disclaimer {
	font-size: 10px;
}
h1 {
	font-size: 23px;color:#0052a0;margin-top:0px;
}
.blue {color:#006fc6;}
h2 {
	font-size: 16px;color:#0052a0;
}
h3 {
	font-size: 14px;color:#000;
}
h4 {
	font-size: 10px;text-align:right;background-color:#4e8fc1;display:block;color:#fff;padding:3px;margin-top:0px;margin-bottom:0px;
}
h5 {
	font-size: 14px;
}
#footer ul li {
	display: inline;
	float: left;
	margin-right: 20px;

	
}
big {
	font-size: 20px;
	color:#0052a0;
	font-weight:bold;
	line-height: 20px;
}
#footer ul li a {color:#d4d0d0;
}
#footer ul {
	text-align: center;
}

#productback {background-color:#d9e3ef;padding:5px;}

.entry-meta,.navigation a:link, .navigation a:visited {
color:#888888;
font-size:12px;
}

.centered{
    text-align:center;
}

.attention{
    text-transform:uppercase;
    color:#C00;
    font-size:32px;
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}

.box{
    padding:10px;
    border:1px solid #bbb;
    margin-bottom:25px;
    -webkit-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    3px 3px 5px rgba(50, 50, 50, 0.75);
    box-shadow:         3px 3px 5px rgba(50, 50, 50, 0.75);
    text-decoration:none !important;
    display:inline-block;
    width:100%;
}

.box.main{
    max-width:554px;
}

.box *{
    margin:0 !important;
}

.box.gssf{
    background: url('images/gssf-faded.png') bottom left no-repeat;
    padding-bottom:20px;
}

.box.half{
    width:30%;
    float:left;
    margin-right:28px;
    min-height:82px;
}

.box.half.last{
    margin-right:0;
}

.more, .more a{
    text-align:right;
    color: #C00;
    font-style:italic;
    padding-top:10px;
    font-size:12px;
}

.box a{
    text-decoration:none !important;
}

.box:hover{
    -webkit-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    2px 2px 5px rgba(50, 50, 50, 0.75);
    box-shadow:         2px 2px 5px rgba(50, 50, 50, 0.75);
    border-color: #00629F;
}

.box.nolink:hover{
    border-color: #bbb;
}
.box:hover *{
    color: #C00 !important;
}

h1.redline{
    color: #C00;
    font-size:20px;
}

h1.bigHeading{
	border-bottom: 1px solid #666;
    color: #c00;
    font-size: 42px;
    max-width: 600px;
    padding-bottom: 10px;
}