/*BODY STYLES*/
body {
	background-color: #dbe165;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/trendzPattern2.gif);
	background-repeat: repeat;
	background-position: left top;
}
html, body {
    height: 100%;
}

td, tr {
	text-align: left;
	color: #ffffff;
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	padding:0px;
	margin:0px;
}

hr{
	border: 1px solid #313131;	
}

/*Image Border*/

img {
  border: none;
  padding: 0px;
  margin: 0px;
}

/*Layout Styles*/
#topBG{
	background-image: url(../images/trendzTopBG.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height:100%;
}
#bigBlock {
	width: 767px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-image: url(../images/trendzContentBG.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
html>body #bigBlock {
	height: auto;
    min-height: 100%;
}
/* LAYOUT CONTAINERS*/
#MainContainer{
	position: relative;
	width: 763px;
	margin-left: 2px;
	margin-right: 2px;
	/*height: 100%;*/
}
#leftContainer{
	float: left;
	width: 572px;
}
#topBanner1{
	width: 572px;
	height: 152px;
	background-image: url(../images/trendzTopPic1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#topBanner2{
	width: 572px;
	height: 140px;
	background-image: url(../images/trendzTopPic2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#logoContainer{
	width: 340px;
	height: 140px;
	text-align: left;
	vertical-align: text-top;
	padding: 0px;
	margin: 0px;
}
#rightContainer{
	float: right;
	width: 191px;

}
#menuTop{
	width: 189px;
	/*background-image: url(../images/VogueMenuTop.gif);
	background-repeat: no-repeat;
	background-position: left top;*/
}
#menuContainer{
	position:relative;
	width: 189px;
	padding-top: 80px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;

}
#addressContainer {
	height:314px;
	width:189px;
	padding: 0px;
	margin: 0px;

}
div.addressText{
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	margin-right: 10px;
}
/* TITLE */

#titleContainer{
	width: 572px;
	height: 34px;
	background-image: url(../images/VogueHeadingBG.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;	
}
div.titleText{
	margin-left: 15px;
	margin-right: 15px;
	text-align: left;
	color: #ed1c24;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 17px;
	padding-top: 7px;
	vertical-align: 50%;
	font-weight: bold;
	text-transform: uppercase;
}

/*div>div .rightContainer {
    margin-left: 185px;
}*/
#buffer {
	width: 760px;
	clear: both;
	height: 2px;
	font-size: 1px;
}
/*NAVIGATION STYLES*/
#navContainer {
	position:relative;
	width: 178px;
	background-color: #c0af00;
}
#navBG{
	width: 178px;
	background-image: url(../images/cd_menuBG.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0px;
	margin: 0px;
}

/*CONTENT*/ 

#contentContainer {
	padding: 0px;
	width: 100%;
	padding-bottom: 50px;
	text-align: left;
}
div.content{
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 5px;
	text-align: justify;
	color: #ffffff;
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	vertical-align: text-top;
}
div.content a:link {
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}
div.content a:visited {
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
}
div.content a:hover {
	color: #ed1c24;
	text-decoration: underline;
	font-weight: bold;
}
/*FOOTER*/

#footerContainer{
	position:relative;
	bottom:0px;
	left:0px;
	width: 767px;
	height: 35px;
	background-image: url(../images/trendzFooterBG.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}

div.footerText{
	/*position: relative;*/
	padding-top: 13px;
	margin-left: 110px;
	text-align:left;
	color: #656565;
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.3em;
}
div.footerText a:link {
	color: #656565;
	font-size: 10px;
	text-decoration: underline;
}
div.footerText a:visited {
	color: #656565;
	font-size: 10px;
	text-decoration: underline;
}
div.footerText a:hover {
	color: #656565;
	font-size: 10px;
	text-decoration: underline;
}
