/*-------------------------- Basic Structure -------------------------*/

body 
{
 background-color: #000;
 text-align: center;
 margin: 0;
 padding: 0;
}


.flashwrapper
{
 width: 990px; /* Total 990px */
 text-align: left;
 margin: 0 auto;
 padding: 0;
 background-color: #FFF;
 background-image: url(../assets/images/wrapper_bg.jpg);
 background-repeat: repeat-y;
}


.wrapper
{
 width: 990px; /* Total 990px */
 position: relative;
 text-align: left;
 margin: 0 auto;
 padding: 0;
 background-color: #FFF;
 background-image: url(../assets/images/wrapper_bg.jpg);
 background-repeat: repeat-y;
}


.container
{

	background-color: white;
	margin: 0px auto;
	width: 990px;
 }


.header
{
 width: 963px; /* Total 990px */
 height: 72px; /* Total 82px */
 position: relative;
 background-color: #FFF;
 padding: 10px 0 0 27px;
 background-image: url(../assets/images/wrapper_bg.jpg);
 background-repeat: repeat-y;
 background-color: #221E1F;
}


.subContent1
{
 width: 207px; /* 247px Total */
 float: left;
 margin: 0 13px 0 27px;
 padding: 0 0 0 0;
 background-color: #221E1F;
}


.mainContent
{
 width: 479px; /* 502px Total */
 float: left;
 position: relative;
 padding: 0 10px 0 13px;
}


.mainContentnosub
{
 width: 690px; /* 502px Total */
 float: left;
 position: relative;
 padding: 0 0px 0 13px;
}


.subContent2
{
 width: 210px; /* 241px Total */
 float: left;
 position: relative;
 margin: 0;
 padding: 0 21px 0 10px;
}


.footer
{
 width: 942px; /* Total 990px */
 position: relative;
 top: 10px;
 padding: 0 21px 10px 27px;
}


.boxOut
{
 padding: 1px 15px 10px 15px;
 background-image: url(../assets/images/bg_boxOut.jpg);
 background-position: 0 0;
 background-repeat: repeat-x;
}


.testimonials
{
 position: absolute;
 bottom: 0;
 top: 200px;
 left: 27px;
 width: 187px; /*Total 207px*/
 padding: 0 10px 20px 10px;
 color: #FFF;
}


.twitter
{
 margin-top: 50px;
 padding: 0 10px 20px 10px;
}

.twitter img
{
 border: none;
 margin-bottom: 3px;
}


div.contactHeading
{
 margin: 15px 55px 0 0;
}


img
{
 border: 1px solid #E3E3E3;
}


.subContent2 img.top
{
 margin: 50px 0 5px 0;
}


.clear  		/* Class for clearing floats */
{
 clear: both;
}


/*--------------------------- Index Specific Page --------------------------*/

#indexPage .header
{
 width: 207px; /* 247px Total */
}


#indexPage #groupImage
{
 border: none;
 position: absolute;
 top: 0;
 left: 234px;
 width: 749px;
 height: 262px;
 background-image: url(../assets/images/main-lifestyle.jpg);
 background-repeat: no-repeat;
 background-position: bottom left;
}


#indexPage .mainContent,
#indexPage .subContent2
{
 margin-top: 200px;
}

table.offerform{
	width: 100%;
}

table.offerform td{
	padding: 0px 0px 5px 0px;

}

input.inpstd{
	width: 350px;
	margin-bottom: 4px;
}

/*--------------------------- Latest Edition Page --------------------------*/

.newsItem
{
 padding: 0 0 10px 0;
}
