form { padding: 0; margin: 0; }
img { border-width: 0; }
html, body
{
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    color: #382816;
	/*background: #382816;*/
	background: #F6F6F6;
}

a           
{   
    color: #382816;
	font-weight: normal;
	text-decoration: underline;
}
a:hover { text-decoration: underline; color: #CB8180; } 

a.noUnderline
{
	text-decoration: none;
}


h1,h2,h3,h4,h5,h6
{
	font-size: 16px;	
	font-weight: bold;
	margin: 10px 0px;
	text-align: left;
}


#page
{
	margin: 0 auto;
	text-align: left;
	width: 1024px;
	height: 768px;
}
.bgHome { background: url(images/bgHome.jpg) no-repeat top left; }
.bgAbout { background: url(images/bgAbout.jpg) no-repeat top left; }
.bgSwimwear { background: url(images/bgSwimwear.jpg) no-repeat top left; }
.bgBeachwear { background: url(images/bgBeachwear.jpg) no-repeat top left; }
.bgHats { background: url(images/bgHats.jpg) no-repeat top left; }
.bgPress { background: url(images/bgPress.jpg) no-repeat top left; }
.bgStockists { background: url(images/bgStockists.jpg) no-repeat top left; }
.bgContact { background: url(images/bgContact.jpg) no-repeat top left; }
.bgShop { background: url(images/bgShop.jpg) no-repeat top left; }
.bgShows { background: url(images/bgShows.jpg) no-repeat top left; }
.bgStore { background: url(images/bgStore.jpg) no-repeat top left; }

#logo
{
	margin: 94px 0px 0px 52px;
}

#topNav
{
	margin: 40px 0 20px 0;
	text-align: center;
}
#topNav a
{
	line-height: 25px;
	font-size: 11px;
	color: #382816;
	font-weight: normal;
	padding: 3px 8px;
	text-decoration: none;
	text-transform: uppercase;
}
#topNav a:hover, #topNav a.selected
{
	/*border: 1px solid #382818;*/
	font-weight: bold;
	text-decoration: none;
}
/*#topNav a.cart 
{ 
	background: url(images/cart.png) no-repeat 0px 0px; 
	padding: 3px 25px;
}*/

#social
{
	margin: 160px 0px 0px 0px;
	text-align: center;
}

#title { margin: 280px 0px 23px 325px; }
#homeTitle { margin: 260px 0px 23px 282px; }
#collectionsTitle { margin: 105px 0px 23px 100px; }

#homeText
{
	font-weight: normal;
	margin: 0px 100px 20px 282px;
	text-align: left;
}
#mainText
{
	font-weight: normal;
	margin: 0px 100px 20px 325px;
	text-align: left;
}
#mainTextScroll
{
	font-weight: normal;
	margin: 0px 100px 20px 325px;
	text-align: left;
	height: 400px; 
	overflow: auto; 
	padding-right: 15px;
	
	
}
#collections
{
	font-weight: normal;
	margin: 55px 0px 20px 100px;
	text-align: left;
}

#copyright
{
	font-weight: normal;
	color: #949A9E;
	font-size: 9px;
	margin: 10px 20px;
	text-align: center;
}



/* Logoworks link back */
#linkback, #linkback a
{
	font-size: 9px;
	color: #949A9E;
	font-weight: normal;
	padding: 0px 0px;
	margin: 10px 0px;
	text-decoration: none;
	text-align: center;
}


