@import url("footer.css");
@import url("header.css");
@import url("jquery.lightbox-0.5.css");
@import url("maincontent.css");
@import url("navigation.css");
@import url("shop/navigation.css");
@import url("reset.css");
@import url("sidebar.css");
@import url("text.css");

/*------------------------------------------------------------*
**  SITE
**  common site layout styling
**  Copyright - Simply Design
**------------------------------------------------------------*/
body{
	background: url(../images/background.png) top center repeat-x #fff;
	color:#444;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight:normal;
	margin:0;
	padding:0;
}

div#preWrap{
	background:none;
	margin:0;
	padding:0 0 0 0;
	min-height:100%;
	height:100%;
	overflow:hidden;
	height:auto !important;

}

div#pageWrap{
	margin:0 auto;
	padding:0;
	width:980px;
}
div#pageWrap.fullWidth{
background:url(../images/body_bg-full_width.png) top center repeat-y;
}

div#pageWrap.shortWidth{
	background:url(../images/body_bg-short_width.png) top center repeat-y;
}
div#pageWrap div#content{
	background:url(../images/body_bg-short_width.png) top left repeat-y;
	clear:both;
	float:left;
	padding:0 10px 170px 10px;
	width:960px;
	margin:0;
}
div#pageWrap div#content.fullWidth{
	background:url(../images/body_bg-full_width.png) top center repeat-y;
}
div#pageWrap div#content.shortWidth{
	background:url(../images/body_bg-short_width.png) top center repeat-y;
}
div#pageWrap div#content div#pageContent{
	clear:both;
	float:left;
	padding:0 0 20px 0;
	margin:-55px 0 0 0;
	width:960px;
	z-index:2;
}
div#pageTitle{
	clear:both;
	height:55px;
	margin:0;
	width:960px;
	padding:0 10px 0 10px;

}
/*------------------------------------------------------------*
**  SITEWIDE STYLING
**  common site styling
**------------------------------------------------------------*/
hr{
	background-color:#d9cdb7;
    border:0;
	color:#d9cdb7;
    height:1px;      
    text-align:center;
	width:100%;
}
img.thumbnail {
    border:2px solid #d9cdb7; 
	color:#d9cdb7;
    display:inline;
	padding:1px;   
}
td.line{
	border-bottom:1px solid #d9cdb7;
}
