/** MAIN STYLE **/

body {
	margin: 0px 0px;
	padding: 0px;
	text-align: center;
	background: #D297AB;
	scrollbar-base-color: #F7E9EE;
	}
	
.clear {
    clear: both;
	/*** these next attributes are designed to keep the div height to 0 pixels high, critical for Safari and Netscape 7 ***/
	height: 1px;
	overflow: hidden;
	margin-bottom: -1px;
	}
   
/*** stops IE browsers from displaying the clear div/br in the page, as these are for Moz/Opera and Safari only. If IE 5.x Win DID display these, the page is too high ***/
* html .clear {
	display: none;
    } 

/*** Main Container and page elements ***/	

#wrapper {
	margin: 0px auto;
	text-align: left;
	width: 720px;
	font-family: georgia, serif;
	font-size: 0.8em;
	color: black;
	background: white;
	}
	
#header {
	width: 720px;
	height: 200px;
	background: url(static_images/banner.jpg);
	}
	
#nav {
	width: 700px;
	height: 26px;
	padding: 8px 10px 0px 10px;
	background: url(static_images/nav.gif) bottom left;
	color: #990134;
	}

	
#body {
	width: 720px;
	margin: 0px;
	background: url(static_images/body.gif) bottom left no-repeat;
	}
	
#body_nav {
	width: 170px;
	float: left;
	}
	
#body_main {
	width: 550px;
	float: right;
	margin: 0px 0px 8px 0px;
	display: block;
	}

	
#footer {
	width: 720px;
	height: 24px;
	margin: 0px 0px 0px 0px;
	padding: 16px 0px 0px 0px;
	background: url(static_images/footer.gif) top left;
	color: #990134;
	}
	
	
	
	
	
/*** Top level elements configuration ***/

h1, h2, h3, h4, p {
	margin: 0px;
	padding: 8px;
	font-weight: 400;
	}

h1, h2, h3, h4 {
	color: #990134;
	}
	
h1 {
	font-size: 2em;
	}
	
h2 {
	font-size: 1.7em;
	}
	
h3 {
	font-size: 1.2em;
	}
	
h4, p {
	font-size: 1em;
	line-height: 1.2em;
	}
	
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	display: inline;
	float: left;
	}
	
form {
	display: inline;
	}

a:link, a:visited {
	text-decoration: none;
	color: #990134;
	font-weight: 800;
	}
	
a:hover {
	color: gray;
	}
	
	
	
	
/*** Standard stuff ***/

.center {
	text-align: center;
	}
	
.right {
	text-align: right;
	}
	

	

/*** Nav additional items ***/

#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav ul li {
	margin: 0px;
	padding: 0px 8px 0px 0px;
	display: inline;
	}
	
#nav ul li a:link, #nav ul li a:visited {
	text-decoration: none;
	font-weight: bolder;
	padding: 8px;
	color: #990134;
	}
	
#nav ul li.menu a:hover {
	/*background: url(static_images/menu.gif);*/
	color: black;
	}


/*** Footer Additional items ***/

#footer a:link, #footer a:visited
    {
	color: #990134;
	font-weight: 800;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}





/*** Body Images and other items ***/


.main_images {
	margin: 8px 8px 8px 8px;
	padding: 0px;
	float: right;
	width: 228px;
	display: inline;
	border-top: 4px solid #990134;
	background: url(static_images/images_bg.gif) repeat-y top left;
	font-size: 0.9em;
	}
	
.main_images .restrict {
	display: block;
	width: 210px;
	}
	
.main_images img {
	float: left;
	margin: 0px 8px 8px 0px;
	}
	
.item {
	margin: 0px 0px 8px 8px;
	padding: 0px;
	width: 100px;
	font-size: 0.9em;
	}
	
h4 a:link, h4 a:visited, h3 a:link, h3 a:visited {
	text-decoration: none;
	color: #990134;
	}
	
h4 a:hover, h3 a:hover {
	color: gray;
	}
	
	
	
/*** Body main items ***/

#body_main .images {
	width: 542px;
	margin: 8px 0px 0px 8px;
	padding: 0px;
	}

#body_main .image {
	border-left: 4px solid #990134;
	width: 259px;
	height: 106px;
	margin: 0px 8px 8px 0px;
	color: #990134;
	background: #F7E9EE;
	float: left;
	display: inline;
	}
	
#body_main .addcart {
	width: 294px;
	margin: 8px;
	background: #F7E9EE;
	border-bottom: 2px solid #990134;
	}






/*** Body table items ***/

table.basket {
	width: 528px;
	background: #F7E9EE;
	border: 2px solid #990134;
	}
	
table.basket tr.head {
	background: #990134;
	color: #F7E9EE;
	padding: 4px;
	font-weight: 800;
	}
	
table.basket tr.row {
	padding: 4px;
	}
	
table.basket tr.summary {
	padding: 4px;
	background: #E6BECC;
	color: #990134;
	font-weight: 800;
	}
	
table.basket a:link, table.basket a:visited {
	text-decoration: none;
	color: #990134;
	}
	

table.basket a:hover {
	border-bottom: 1px dashed #990134;
	}

table.basket tr.row td input {
	font-size: 1em;
	font-weight: 200;
	color: black;
	border: 1px solid black;
	padding: 2px;
	}
	
table.basket tr.row td textarea {
	font-size: 1em;
	font-weight: 200;
	color: black;
	border: 1px solid black;
	padding: 2px;
	height: 150px;
	}


/*** Body Navigitation configs ***/

#body_nav ul {
	margin: 8px 0px 8px 0px;
	padding: 0px;
	list-style: none;
	border-top: 4px solid #990134;
	background: #F7E9EE;
	font-size: 1.1em;
	font-weight: 800;
	}
	
#body_nav ul li {
	width: 170px;
	}
	
#body_nav ul li a:link, #body_nav ul li a:visited {
	width:162px;
	padding: 4px;
	text-align: right;
	display: block;
	text-decoration: none;
	color: #990134;
	}
	
#body_nav ul li a:hover {
	color: #F7E9EE;
	background: #C06182;
	}
	
#body_nav ul li p {
	margin: 0px;
	padding: 1px 4px 1px 4px;
	}

#body_nav ul li p a:link, #body_nav ul li p a:visited {
	display: inline;
	padding: 0px;
	margin: 0px;
	font-weight: 100;
	}
	
#body_nav ul li p a:hover {
	background: #F7E9EE;
	color: gray;
	}
	
#body_nav p.popular {
	width: 150px;
	font-weight: 500;
	color: gray;
	font-style: italic;
	}
	
#body_nav p.popular a:link, #body_nav p.popular a:visited {
	font-weight: 100;
	color: gray;
	}
	

/*** Header Items ***/

#header p, #header a:link, #header a:visited {
	color: white;
	font-weight: 100;
	font-family: arial, sans-serif;
	font-style: italic;
	display: inline;
	}
	
#header ul, #header ul li {
	list-style: none;
	margin: 4px;
	padding: 0px;
	display: inline;
	}
	
	
	
/*** Homepage Items ***/

#body_main .full {
	width: 263px;
	margin: 8px 0px 0px 0px;
	height: 399px;
	border-top: 4px solid #990134;
	background: #F7E9EE;
	float: left;
	}

#body_main .half {
	width: 263px;
	margin: 8px 0px 0px 0px;
	height: 277px;
	border-top: 4px solid #990134;
	background: #F7E9EE;
	float: left;
	}
	
#body_main .third {
	width: 172px;
	margin: 8px 0px 0px 0px;
	height: 277px;
	border-top: 4px solid #990134;
	background: #F7E9EE;
	float: left;
	display: block;
	}
	
#body_main .copy {
	width: 269px;
	margin: 8px 0px 0px 0px;
	height: 403px;
	float: left;
	background: url(static_images/small-bg.jpg) bottom right;
	}
	
#body_main .cat_preview {
	width: 172px;
	margin: 8px 0px 0px 0px;
	height: 277px;
	border-top: 4px solid #990134;
	background: #F7E9EE;
	float: left;
	display: block;
	}
	
	
#body_main .spacer {
	width: 8px;
	height: 200px;
	float: left;
	}
	
#body_main .himage {
	float: left;
	}
	
#body_main .full .htext {
	float: right;
	height: 200px;
	}
	
#body_main .full .hfoot, #body_main .third .hfoot, #body_main .cat_preview .hfoot {
	clear: both;
	height: 48px;
	background: #990134;
	color: white;
	}
	
#body_main .hfoot a:link, #body_main .hfoot a:visited {
	color: white;
	font-weight: 100;
	font-style: italic;
	display: block;
	}


	
/*** Page Lists and search stuff ***/

#body_main ul.search {
	list-style: none;
	margin: 0px 0px 0px 8px;
	padding: 0px;
	}
	
#body_main ul.search li {
	margin: 8px 8px 0px 0px;
	padding: 8px 0px 0px 0px;
	border-top: 2px solid #F7E9EE;
	}
	
#body_main ul.search li p {
	margin: 1px;
	padding: 1px;
	}
	
#body_main ul.search li .search_list {
	height: 72px;
	}
	
	
#body_main ul.search li img {
	margin: 0px;
	padding: 0px 8px 0px 0px;
	float: left;
	border-left: 4px solid #990134;
	}
	
#body_main ul.address li {
	border: 0px;
	margin: 0px 0px 0px 48px;
	padding: 0px;
	}
	
	
/*** Category items lists ***/

#body_main ul.cat_rows {
	list-style: none;
	margin: 0px 0px 0px 8px;
	padding: 0px;
	}
	
#body_main ul.cat_rows li {
	margin: 8px 8px 0px 0px;
	padding: 8px 0px 0px 0px;
	border-top: 2px solid #F7E9EE;
	width: 259px;
	float: left;
	}
	
#body_main ul.cat_rows li p {
	margin: 1px;
	padding: 1px;
	}
	
#body_main ul.cat_rows li .search_list {
	height: 72px;
	}
	
	
#body_main ul.cat_rows li img {
	margin: 0px;
	padding: 0px 8px 0px 0px;
	float: left;
	border-left: 4px solid #990134;
	}

	
	
	
