/* - - - - - - - - - - - - - - - - - - - - -

Title : 
URL : 

Author : SiteSuite Australasia
Author URL : http://www.sitesuite.com.au

Description : full website styles

- - - - - - - - - - - - - - - - - - - - - */

/*
----------------------------------------------------------------------------- 
GLOBALS
-----------------------------------------------------------------------------*/
html {
	padding: 0px;
	margin: 0px;
	overflow: -moz-scrollbars-vertical;
	}
	
	
body{
	background:#b2a67b url(../templateimages/body_bg.gif) repeat-x;
	margin:0 auto;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	color:#000;

}

p {

}

a:link, a:visited {
	color:#918966;
	text-decoration:none;
}

		a:hover {
			text-decoration:underline;
		}

h1 {
	font: normal 22px Arial, Helvetica, sans-serif;
	color: #923230;
	border-bottom:#923230 solid 2px;
}

h2 {
	font: normal 18px Arial, Helvetica, sans-serif;
	color: #923230;

}

h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #923230;
}

form {
  margin: 0;
}

input, select, textarea {

}

.stats {
	display: none;
	height: 0;
	line-height: 0;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0
	}

/*
----------------------------------------------------------------------------- 
LAYOUTS AND WRAPPERS
-----------------------------------------------------------------------------*/
#my-border {
	/*padding:0px 4px 3px 4px;*/
	width:910px; 
	margin:0px auto;
}

#header {
	width:910px;
	height: 182px;
	background:url(../templateimages/header.gif) no-repeat;
}


#navwrapper {
	display:none;
}

#banner {
	display:none;
}

	#flashcontent {
		display:none;
	}

#belowbanner {
	width:910px;
	height:4px;
	background:#fff url(../templateimages/belowbanner.gif) repeat-x;
}

#contentWrap {
	width:910px;
	background:#fff;
}


#contentStore {
	width:670px;
	padding:10px 30px 20px 30px;
	float:left;
	
}

#content {
	padding:10px 30px 20px 30px;
}

#belowcontent {
	width:910px;
	height:17px;
	font-size: 0px;
	background:url(../templateimages/belowcontent.gif) no-repeat;

	
	}

#footer {
	width:910px;
	height:30px; 
	margin:0px auto;
	padding-top:10px;
	font: bold 13px/17px Arial, Helvetica, sans-serif;
	color:#fff;
}

		#lhs {
			float:left;
			padding-left:10px;
		}
		
		#rhs {
			float:right;
			padding-right:10px;
		}
		
				.footerlink:link, .footerlink:visited {
					font: bold 13px/17px Arial, Helvetica, sans-serif;
					color:#fff;
					text-decoration:none;
				}

				.footerlink:hover {
					text-decoration:underline;
				}

.cartmenuwrap {
	display:none;
}

	
/*
----------------------------------------------------------------------------- 
Form styles
-----------------------------------------------------------------------------*/

input {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #6F685B;
}

select {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #6F685B;
}

.checkout_input {
	border: 1px solid #252F47;
}

.cart_button {

}

.checkout_button {
  
}

.checkout_table_bgcol {
  	background: #ECE9D8;
  	font-family: Arial, Helvetica, sans-serif;
	color:#6F685B;
	font-size:11px;
	font-weight:normal;
	line-height:1.2em;
  
}

.checkout_table_bgcol tr {
  background: #FFF;
}

.checkout_table_bgcol tr td.checkout_toprow {
  background: #ECE9D8;

}

