/* Stylesheet name: Susan Tobin
   Author: OH! Media - www.ohmedia.ca
   More Info: */

/*@import url("http://yui.yahooapis.com/2.6.0/build/reset-fonts-grids/reset-fonts-grids.css");

/*--*--*--*--*--*--*--*--* Block elements *--*--*--*--*--*--*--*--*/

body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-family: Arial;
	color:#000;
	font-size:12px;
}

html {
	font-size:62.5%;
}

#header {
	width:987px;
	min-height:203px;
	_height:203px !important;
	background:url(images/header_bg.jpg) no-repeat;
	position: relative;
}

#bigwrapper {
    width: 987px;
    margin: 0 auto;
    border-left: 1px solid #937030;
    border-right: 1px solid #937030;
    border-bottom: 1px solid #937030;
}


#wrap {
	width:987px;
	background:url(images/body_bg.jpg) repeat-y right top;
}

#footer {
	width:987px;
	background:url(images/footer_bg.png) no-repeat top left;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#8f7829;
	padding:20px 0 10px 0;
}

#footer p {
    padding: 0;
    margin: 0;
    padding-left: 10px;
}

#main_navigation {
	width:514px;
	height:34px;
	position:absolute;
	top:68px;
	left:424px;
	background:url(images/main_nav.png) no-repeat;
	_background:none;
}

#cart_current {
	position:relative;
	top:85px;
	left:798px;
	width:128px;
	height:15px;
	font-family: Tahoma;
	font-size:11px;
	color:#523a00;
}

#lcolumn {
	width:388px;
	float:left;
	margin:10px 40px 20px 30px;
	_margin: 10px 30px 10px 20px;
}

#rcolumn {
	width:280px;
	float:left;
	margin:10px 30px 20px 0px;
	_margin: 10px 30px 10px 0px;
}

h1 {
	font-size: 20px;
	margin:0 0 15px 0;
	padding:0;
}

h2 {
	color:#a68953;
	font-size:1.2em;
	margin:0;
	padding:0;
	letter-spacing:-0.5px;
}

#lcolumn p {
    text-align: justify;
}

#rcolumn a img {
    padding: 3px;
    border: 1px solid;
}

.green_span {
	color:#077159;
}

/*--*--*--*--*--*--*--*--* ID-based selectors / Navigation *--*--*--*--*--*--*--*--*/

#main_navigation .about {
	width:118px;
	height:34px;
	display:block;
	float:left;
	background:url(images/main_nav.gif) 0 0;
}

#main_navigation .watercolors {
	height:34px;
	width:129px;
	display:block;
	float:left;
	background:url(images/main_nav.gif) -118px 0;
}

#main_navigation .shopping_cart {
	height:34px;
	width:177px;
	display:block;
	float:left;
	background:url(images/main_nav.gif) -247px 0;
}

#main_navigation .contact {
	height:34px;
	width:90px;
	display:block;
	float:left;
	background:url(images/main_nav.gif) -424px 0;
}

/*--*--*--*--*--*--*--*--* Inline elements *--*--*--*--*--*--*--*--*/

a {
	border:none;
	outline:none;
	text-decoration:none;
}

a:link {
    color: #8f8661;
}

a:visited {
    color: #8f8661;
}
a:hover {
    color: #2580C7;
}
a:focus {
    color: #391f13;
}
a:active {
    color: #4e973e;
}

/*--*--*--*--*--*--*--*--* Fixes *--*--*--*--*--*--*--*--*/

.clear {
	clear:both;
}

img, div, input { 
	behavior: url("iepngfix.htc") 
}