/* CSS Document */

/* this controls the main page content */

body
{
    font-family:Arial,sans-serif;
	font-size:10px
	width: 800px;
	border: #ccc solid 1px;
	background-color:#FFFFFF;
	
	}

html
{
background-image:url(images/marbleBG.jpg);
background-repeat:repeat;
	width:800px;
	margin-left:auto; margin-right:auto;}


table.center 

{margin-left:auto; margin-right:auto;}

#wrapper {
position: relative;
margin: 0 auto;
width: 800px;
}

/* this controls the footer content */

#footer
{
	clear: both;
    text-align: center;   
	font-size: 12px;
	color:#000;
}

/* this controls the header content */

#header
{font-size: 11px;
	font-weight: bold;
	color: #0C429C;
}

/* this controls the text appearance h1 is for the mian text on all pages, h2,3 and 4 control the 
headings for the new items, special offers and the shop our... items  */

h1 
{font-size: 12px;
	color: #333;
	}


h2 
{color: #FF0000;
	font-size: 12px;
	}
	
h3
{color: #000;
	font-size: 12px;
	font-weight: bold;
	}
	
h4
{color: #000;
	font-size: 13px;
	font-weight: bold;
	}
	
h5
{color: #FF0000;
	font-size: 11px;
	}
	
h6
{color: #FF0000;
	font-size: 12px;
	}
	
/* this controls the text that links to items  */

a 
{font-size: 12px;
	color: #0C429C;
	}
	
a:hover {color: #FF0000;

}

/* this controls appearance of the boxes for the shop our..., new and featured items  */

div.offers {
	font: 12px "Lucida Grande", verdana, sans-serif;
	color:#000;
	font-weight:bold;
    border: #ccc solid 1px;
    clear: left;
    padding: -5px 10px 10px 10px;
	width: 95%;
	background-image: url(offers_topNav.jpg);
    background-repeat:repeat-x;
	}
	
	div.homeoffers {
	font: 12px "Lucida Grande", verdana, sans-serif;
	color:#000;
	font-weight:bold;
    border: #ccc solid 1px;
    clear: left;
    padding: -5px 10px 10px 10px;
	width: 100%;
	background-image: url(offers_topNav.jpg);
    background-repeat:repeat-x;
	}

/* this controls appearance of the contact form  */

label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
font: 11px arial;
}

.submit input
{
margin-left: 4.5em;
} 

input
{
color: #000000;
background: #FFFFFF;
border: 1px solid #33729D
}

.submit input
{
color: #000;
background: #ffa20f;
border: 2px outset #33729D
} 
fieldset
{
border: 1px solid #33729D;
width: 40em
}

legend
{
color: #33729D;
background: #FFFFFF;
border: 0px solid #33729D;
padding: 2px 6px
} 