/* CSS Document */

/* Normalises margin, padding */
body, div, dl, dt, dd, ul, ol, li, hi, h2, h3, h4, h5, h6, pre, form, fieldset, legend,
input, p, blockquote, caption, th, td
{ margin: 0; padding: 0; }

/* Normalises heading font sizes */
h1, h2, h3, h4, h5, h6
{ font-size: 100%; }

/* Removes list-style for lists */
ul, ol
{
	list-style: none;
}

/* Normalises table borders */
table
{
	border-collapse: collapse;
	border-spacing: 0;
}

/* Removes border from fieldset and img */
fieldset, img
{ border: 0; }

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #333333;
	font-size: 1em;
	background-color: #dddddd;
	background-image: url(../images/body-bg.gif);
	background-repeat: repeat-x;
}
#wrapper {
	text-align: left;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../images/wrapper-bg.gif);
	background-repeat: repeat-y;
}

a:link, a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover, a:active {
	color: #999999;
	text-decoration: underline;
}

/* Start header */
#header {
	height: 214px;
	width: 1000px;
	background-image: url(../images/header-bg.gif);
	background-repeat: no-repeat;
}
#header #logo {
	float: left;
	margin-left: 26px;
	margin-top: 20px;
}
#header #ad1 {
	float: right;
	margin-right: 46px;
	margin-top: 44px;
}
#header #fadeshow1 {	/* Formats the fadeing ads in the header */
	height: 150px;
	width: 480px;
	float: right;
	margin-top: 44px;
	margin-right: 46px;
	color: #FFFFFF;
	font-size: 90%;
	background-image: url(../ads/fadeshow-bg.gif);
	background-repeat: repeat-x;
}
#header #fadeshow1 p {
	margin: 0px;
}
#header #fadeshow1 p.ad {
	margin-top: 1em;
	margin-left: 2em;
}

#header #fadeshow1 a:link, #header #fadeshow1 a:visited {
	color: #CCCCCC;
}

#header #myslideshow {
	background-color: #CCCCCC;
	height: 150px;
	width: 480px;
	float: right;
	margin-top: 44px;
	margin-right: 46px;
}

#greyborder {
	height: 6px;
	width: 960px;
	margin-left: 20px;
	background-color: #8C8C8C;
}

#hdimg {
	width: 960px;
	margin-top: 6px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #c29e46;
	padding-top: 14px;
	padding-bottom: 22px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #8c8c8c;
	margin-left: 20px;
}
#nav {
	margin-top: 6px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #c29e46;
	padding-top: 22px;
	height: 63px;
	background-image: url(../images/nav-bg.gif);
	background-repeat: repeat-x;
	background-position: 12px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #8C8C8C;
	width: 960px;
	margin-left: 20px;
}

/* End header */

/* Start top navigation */
#topnav {
	font-size: 70%;
	text-align: center;
	height: 36px;
	margin-top: 16px;
	width: 960px;
}
#topnav li {
	display: inline;
}
#topnav a:link, #topnav a:visited {
	color: #FFFFFF;
	border-right: 1px solid #d0bd7f;
	text-decoration: none;
	padding-right: 1.35em;
	padding-left: 1.35em;
	margin-left: 0px;
}
#topnav a:hover, #topnav a:active {
	color: #d0bd7f;
}
#topnav a.alt:link, #topnav a.alt:visited	{	/* removes the righthand border and padding */
	border: none;
}
#homepage #topnav #homelink, #fashionpage #topnav #fashionlink, #hairpage #topnav #hairlink, #diningpage #topnav #dininglink, 
#weddingpage #topnav #weddinglink, #homespage #topnav #homeslink, #compspage #topnav #compslink, 
#advertpage #topnav #advertlink, #contactpage #topnav #contactlink {	/* text colour denotes current page */
	color: #c29e46;
}
/* End top navigation */

/* Start content */
#content {
	margin-top: 6px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #c29e46;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #8C8C8C;
	width: 960px;
	margin-left: 20px;
	padding-bottom: 1em;
	padding-top: 6px;
}
#fashionpage #content {	/* Sizes content div for floated columns, etc */
	display: block;
	height: 37.5em;
}
#hairpage #content {
	display: block;
	height: 17em;
}
#diningpage #content {
	display: block;
	height: 36em;
}
#weddingpage #content {
	display: block;
	height: 63em;
}
#homespage #content {
	display: block;
	height: 55em;
}
#contactpage #content {
	padding-bottom: 46em;
}





#content h1 {
	font-size: 130%;
	color: #c29e46;
	margin-left: 19px;
}
#content h2 {
	margin-top: 10px;
	margin-left: 19px;
	color: #c29e46;
	margin-right: 20px;
}
#content h3 {
	margin-top: 10px;
	margin-left: 20px;
	color: #c29e46;
	margin-right: 1em;
}
#content p {
	font-size: 80%;
	margin-top: 10px;
	line-height: 130%;
	margin-right: 20px;
	margin-left: 20px;
}
#content p.notopmargin {
	margin-top: -14px;
}
#content p.notopmargin2 {
	margin-top: 0px;
}
#content p.smalltext {
	font-size: 70%;
}
#content p+h2 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C29E46;
	padding-top: 4px;
}

#content ul {
	font-size: 90%;
	margin-top: 10px;
	margin-left: 50px;
}
#content li {
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 10px;
}
#content address {
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 40px;
}
#content h2 a:link, #content h2 a:visited {
	float: right;
	font-size: 80%;
}

#content a:link, #content a:visited {
	color: #333333;
}
#content a:hover, #content a:active {
	color: #999999;
}

/* Start 3 coluymn formatting */
#content #column1, #content #column2, #content #column3 {
	width: 310px;
	font-size: 90%;
	float: left;
	margin-top: 18px;
}
#content #column1 h2, #content #column2 h2, #content #column3 h2 {
	color: #c29e46;
	margin-bottom: 0px;
	margin-top: 4px;
}
#content #column1 ul, #content #column2 ul, #content #column3 ul {
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#content #column1 li, #content #column2 li, #content #column3 li {
	list-style-type: none;
	margin-left: 0px;
}
#content #column2 {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #8C8C8C;
	border-left-color: #8C8C8C;
	padding-left: 8px;
	margin-right: 8px;
	margin-left: 4px;
}
#diningpage #content #column2 {
	padding-bottom: 2em;
}
#homespage #content #column2 {
	padding-bottom: 3em;
}
#contactpage #content #column1 {
	width: 464px;
	margin-top: 10px;
}
#contactpage #content #column2 {
	width: 464px;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #8C8C8C;
	border-right-style: none;
	margin-top: 10px;
	padding-bottom: 12px;
}
#contactpage #content #column1 h1 {
	margin-top: 0px;
}

#contactpage #content #column1 p, #contactpage #content #column2 p {
	font-size: 100%;
}
#contactpage  #content #column1 address {
	font-size: 100%;
	line-height: 120%;
	margin-left: 20px;
}
#contactpage #content #column2 h2 {
	font-size: 120%;
	margin-top: 0px;
}
#contactpage #content #column2 li {
	font-size: 110%;
	line-height: 120%;
}
#contactpage #content #column2 img {
	float: left;
	margin-right: 12px;
	margin-top: 4px;
	margin-bottom: 24px;
	border: 2px solid #8C8C8C;
}
#contactpage #content #column2 .clearleft2 {
	clear: left;
	margin-left: 90px;
}
#contactpage #content #column2 .bigmargin {
	margin-left: 90px;
}
#contactpage #content #column2 #kh {
	margin-bottom: 10px;
}
#content #column2 .noimage {
	margin-left: 96px;
	margin-bottom: 12px;
}



#content #magcover {	/* Formats the magazine cover on the home page */
	float: left;
	margin-top: 20px;
	margin-right: 60px;
}
#content #magcover p {
	margin: 0px;
	padding: 0px;
	letter-spacing: .05em;
}
#content #magcover a:link, #content #magcover a:visited {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#content #mplogo {
	margin-bottom: 8px;
	margin-top: 20px;
}

#content ul.logos {
	margin-left: 20px;
}
#content .logos li {
	list-style-type: none;
	margin-right: 4px;
	margin-left: 0px;
	float: left;
}
#content .logos li.alt {
	margin-right: 0px;
}

#content ul.logos2 {
	margin-left: 20px;
}
#content .logos2 li {
	list-style-type: none;
	margin-left: 0px;
	margin-right: 4px;
	float: left;
}
#content #adstable {
	margin-left: 20px;
	margin-top: 20px;
	width: 920px;
}
#content #adstable th {
	color: #FFFFFF;
	background-color: #c29e46;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #333333;
	font-size: 90%;
	font-weight: normal;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 20%;
}
#content #adstable th.alt {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content #adstable td {
	font-size: 80%;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #333333;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}
#content #adstable td.alt {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content #adstable tr.gbg {
	background-color: #CCCCCC;
}
#content ul.ads {
	margin-left: 0px;
	clear: left;
}
#content .ads li {	/* Formats the square rotating ads list items */
	list-style-type: none;
	height: 150px;
	width: 150px;
	display: block;
	float: left;
	padding: 0px;
	margin-left: 64px;
	margin-top: 1em;
}
#content .ads #smallads1, #content .ads #smallads2, #content .ads #smallads3, #content .ads #smallads4 {	/* Formats the fadeshow divs */
	height: 150px;
	width: 150px;
}

#content ul.adsright {
	margin-left: 0px;
	clear: left;
	float: right;
	margin-right: 20px;
	margin-top: -6px;
}
#content .adsright li {	/* Formats the square rotating ads list items */
	list-style-type: none;
	height: 150px;
	width: 150px;
	display: block;
	float: left;
	padding: 0px;
	margin-left: 64px;
	margin-top: 1em;
}
#content .adsright #smallads1, #content .adsright #smallads2 {	/* Formats the fadeshow divs */
	height: 150px;
	width: 150px;
}
#content #adpromo {
	text-align: center;
	padding-top: 2px;
	padding-bottom: 3px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(../ads/adpromo-bg.jpg);
	background-repeat: repeat-x;
}
#content #adpromo a:link, #content #adpromo a:visited {
	color: #CCCCCC;
}


#compspage #content li {
	font-size: 90%;
}






/* End content */

/* Start footer */
#footer {
	font-size: 75%;
	width: 960px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #c29e46;
	margin-top: 6px;
	padding-top: 16px;
	padding-bottom: 4em;
	clear: both;
	margin-left: 20px;
}
#footer ul {
	margin-left: 20px;
}
#footer li {
	width: 100px;
	display: block;
	text-align: center;
	float: left;
	font-weight: bold;
	margin-left: 0px;
	margin-right: 36px;
}
#footer li img {
	margin-bottom: 4px;
}
#footer ul.archissues {
	margin-left: 20px;
	margin-top: 6px;
}

#footer ul.archissues li {
	width: 130px;
	text-align: left;
	margin-top: 8px;
	float: none;
}

#footer p {
	clear: left;
	margin-left: 20px;
	padding-top: 6px;
}
#footer #socialmedia {
	float: right;
	margin-right: 20px;
}
#footer #socialmedia h4 {
	font-size: 140%;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 16px;
}
#footer #socialmedia .socmedia li {
	float: none;
	margin-bottom: 8px;
}

#footer a:link, #footer a:visited {
	color: #333333;
	text-decoration: none;
}





/* Start floats, etc */
.floatright {
	float: right;
}
.imageright {
	float: right;
	margin-left: 1em;
}

.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}



/* Formats the fashion page company addresses - logo rollovers */
#gstar, #firetrap {
	display: block;
	height: 164px;
	width: 171px;
	text-align: center;
	font-size: 70%;
	background-image: url(../images/fashion-boxes.gif);
	background-repeat: no-repeat;
	padding-top: 4px;
	visibility: hidden;
	position: absolute;
}
#gstar {
	z-index: 10;
	top: 920px;
	left: 226px;
}
#firetrap {
	z-index: 20;
	top: 920px;
	left: 42px;
}
#fashionboxes p {
	margin-top: 20px;
}

