/* Reset */
html, body, div, span, applet, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, del, em, font, img,
small, strike, strong, ol, ul, li,
fieldset, form{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background-color:#000;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}



/* remember to define focus styles! */
:focus {
	outline: 0;
}
a {
	text-decoration:none;
	color:#DE0200;
} 
a:hover {
	text-decoration:none;
	color:#DE0200;
}

/* Main */

body {
    font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}

#container {
	width:963px;
	margin: 0em auto;
}
#headimage{
	z-index:2;
	position:absolute;
}
#header {
	z-index:0;
	background:url(../images/header.png) no-repeat;
	overflow: hidden;
	width: 963px;
	height: 90px;
}
#header ul#nav {
	z-index:1;
	float:right;
	font-size:12px;
	position:relative;
	top: 47px;
}
#nav li{
	display:inline;
	padding-right:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-left:37px;
}
#nav li a {
	color:#999;	
	text-transform: uppercase;
}
#content {
	z-index:0;
	position:relative;
	overflow:hidden;
	height:609px;
	width:963px;
	top:0;
	background:url(../images/body.png) repeat-y;
}
#col1{
	position:relative;
	left:12px;
	width:375px;
	padding-top:96px;
	padding-right:12px;
	padding-left:12px;
	z-index:100;
}

#col1 p {
    width : 300px;
    color : #d9d9d9;
    margin-top : 20px;
    padding-left : 6px;
    line-height : 150%;
}

#col1 h1 {
    padding-left : 6px;
    font-family: Arial, Helvetica, sans-serif;
    font-size : 2.5em;
    color : #ed1c24;
}

#homebodycopy{
	position:relative;
	top:80px;
	left:-20px;
}



h1.error {
    color : white;
    font-size : 24pt;
    margin-top : 3pt;
    margin-bottom : 3pt;
}

#col2{
	position:absolute;
	left:1px;
	width:539px;
	top:0px;
	padding-right:3px;
	padding-left:412px;
}
#footer{
	z-index:0;
	position:relative;
	width:963px;
	background:url(../images/footer.png) no-repeat;
	overflow: hidden;
	margin-bottom:2em;
}
#footer ul{
	position: relative;
	left: 43px;
	margin-left:15px;
	margin-top:30px;
}

#footer li {
	text-transform : uppercase;
    margin-right: 77px;
}
#footer a, #footer p, #footer li{
	color:#999;	
}


#footer ul li{
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-top:35px;
	padding-right:1px;
}


/*Gallery CSS*/
#largeImg {
	position:relative;
	top:-6px;
	left:-7px;
	border: solid 0px #ccc;
	width: 540px;
	height: 506px;
	padding: 6px;
}
.thumg img, .thung img:hover{
	position:relative;

}
.thumbs img {
	border: solid 0px #ccc;
	width: 73px;
	height: 83px;
	padding-right: 14px;
}
.thumbs img:hover {
	border-color: #FF9900;
}
/*Shop Menu CSS*/
#trad{
	position:relative;
	padding-left:220px;
}
#modern{
	position:relative;
	padding-left:220px;
}
#elegant{
	position:relative;
	padding-left:220px;
}
#urban{
	position:relative;
	padding-left:220px;
}
#eclectic{
	position:relative;
	padding-left:220px;
}
#green{
	position:relative;
	padding-left:220px;
}
#custom{
	position:relative;
	padding-left:220px;
}



div#col1 div.testimonial {
    display:none;
}

div#col1 div.testimonial.selected {
    display:block;
}

/* quote form */

div#shopform {
    margin-top: -15px;
}


form#quoteform label {
    color :white;
}

form#quoteform label.error {
    color:#FFF;
    display:block;
    padding-top:0.15em;
	font-size: 0.8em;
	line-height:0.8em;
}

form#quoteform input.error {
    background-color :#EFB3B7;
}

form#quoteform input#submit {
    background-color : #CCCCCC;
    font-size : 1.15em;
    padding : 0.15em 0.15em 0.15em 0.15em;
    font-weight : bold;
}

form#quoteform textarea {
    font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;    
}

