@charset "UTF-8";
/* CSS Document */





/* BODY ---------------------------------------------------------*/	

html
{
	height: 100%;
}

body
{
	height: 100%;
	width: 100%;
	margin:0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	background-repeat: repeat;
	background-image: url(../images/background.jpg);
	color: #666;
}

li
{
	list-style-image:url(../images/buttons/star.jpg);
}

#centre
{
	margin-right: auto;
	margin-left: auto;
	width: 805px;
	margin-top: 0px;
	margin-bottom: 0px;
	left: 0px;
	top: 0px;
}


#centrelanding
{
	margin-right: auto;
	margin-left: auto;
	width: 475px;
	margin-top: 0px;
	margin-bottom: 0px;
	left: 0px;
	top: 0px;
}


/* CONTACTiCONTACT---------------------------------------------------------*/

.link,
.signupframe {
	color: #6D6D6D;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	.link {
		text-decoration: none;
		}
	.signupframe {
		border: 1px solid #FFFFFF;
		background: #FFC;
		}

/* LAYOUT---------------------------------------------------------*/	



#header
{
	height: 54px;
	background-image:url(../images/header.jpg);
	background-repeat: repeat-x;
}



#mainapp
{
	width:805px;
	margin-top:50px;
	background-color:#FFF;
	float:left;
}

#bottombox1
{
	width:265px;
	height:200px;
	background-color:#FFF;
	margin-top:5px;
	background-image:url(../images/back_app_1.jpg);
	float:left;
}

#bottombox2
{
	width:265px;
	height:200px;
	background-color:#FFF;
	margin-top:5px;
	margin-left:5px;
	background-image:url(../images/back_app_2.jpg);
	float:left;
}

#bottombox3
{
	width:265px;
	height:200px;
	background-color:#FFF;
	margin-top:5px;
	margin-left:5px;
	background-image:url(../images/back_app_3.jpg);
	float:left;
}



/* MENU---------------------------------------------------------*/	

#menu
{
	height:48px;
	margin-top:-54px;
	float:left;
}



/* APPCONENTSHOME ---------------------------------------------------------*/	

#fullsize
{
	width:785px;
	margin-left:10px;
	margin-top:10px;
	float:left;
	text-align:justify;
}

#contentsMainAppTextLeft
{
	width:475px;
	margin-top:10px;
	margin-left:10px;
	float:left;
}



#contentsMainAppRight
{
	width:300px;
	margin-top:10px;
	margin-left:20px;
	float:left;
}


/* APPCONENTS_OTHERS ---------------------------------------------------------*/	

#contentstleft
{
	width:635px;
	margin-top:10px;
	text-align:justify;
	margin-left:10px;
	float:left;
}


#contentsright
{
	width:140px;
	margin-top:10px;
	margin-left:20px;
	float:right;
}


#contentsBottomApp
{
	width:225px;
	margin-top:15px;
	margin-left:20px;
	float:left;
	text-align: justify;
}



#buynowpageright
{
	width:225px;
	margin-top:10px;
	margin-left:10px;
	float:left;
	text-align: center;
}


#buynowpageleft
{
	width:380px;
	margin-top:10px;
	margin-left:10px;
	float:left;
}



/* APPCONENTS_OTHERS ---------------------------------------------------------*/




#aboutleft
{
	width:48px;
	float:left;
}


#aboutright
{
	width:577px;
	margin-left:10px;
	float:left;
}


#buynowback
{
	width:635px;
	height:416px;
	margin-top:10px;
	background-image:url(../images/buynowback_soldout.jpg);
	border: 2px dashed #ccc;
	float:left;
}

#buynowbacklive
{
	width:635px;
	height:416px;
	margin-top:10px;
	background-image:url(../images/buynowback.jpg);
	border: 2px dashed #ccc;
	float:left;
}


#buynowbacktext
{
	width:350px;
	height:100px;
	margin-top:80px;
	margin-left:30px;
	float:left;
}

/* FOOTER ---------------------------------------------------------*/	


#footer
{
	width:810px;
	margin-top:40px;
	text-align:center;
	float:left;
}

#footerspace
{
	width:810px;
	height:40px;
	float:left;
}



/* MEMBERSAREA ---------------------------------------------------------*/	


#membersleft
{
	width:475px;
	background-color:#FFC;
	border: 2px solid #ccc;
	float:left;
}

#membersright
{
	width:290px;
	background-color:#FFC;
	border: 2px solid #ccc;
	float:left;
}

#memberscontentsleft
{
	width:455px;
	margin-left:10px;
	margin-top:10px;
	float:left;
}


#memberscontentsright
{
	width:270px;
	margin-left:10px;
	margin-top:10px;
	float:left;
}



#memberscontentkey
{
	width:90px;
	float:left;
}


#memberscontentkeyright
{
	width:355px;
	margin-left:10px;
	float:left;
}






/* Contactform -----------------------------------------------------------*/

#contact-area {
	width: 365px;
	margin-top: 0px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 300px;
	font-size: 1em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: left;
}




/* ContactformCentred -----------------------------------------------------------*/

#contact-area-centre {
	width: 365px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	left: 0px;
	top: 0px;
}

#contact-area-centre input, #contact-area textarea {
	padding: 5px;
	width: 300px;
	font-size: 1em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area-centre textarea {
	height: 90px;
}

#contact-area-centre textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area-centre input.submit-button {
	width: 100px;
	float: left;
}








label {
	float: left;
	margin-right: 0px;
	width: 100px;
	padding-top: 5px;
	font-size: 1em;
}



a
{
	color:#333;
}


/* CLASSes ---------------------------------------------------------*/	




.wideparagtrah
{
	line-height: 20px;
}


.large
{
	font-size:16px;
	color:#000;
}

.large2
{
	font-size:16px;
	color: #666;
	font-weight:bold;
}

.large3
{
	font-size:26px;
	color: #666;
	font-weight:bold;
}

.superlargewide
{
	font-size:24px;
	color:#F00;
	font-weight:bold;
	line-height: 30px;
}

.superlarge
{
	font-size:24px;
	color:#F00;
	font-weight:bold;
}


.indextitle
{
	font-size:16px;
	color:#000;
	line-height: 20px;
	font-weight:bold;
	text-decoration: underline;
}

.indextitle2
{
	font-size:16px;
	color:#666;
	line-height: 20px;
	font-weight:bold;
	font-style: italic;
}



 /* Rollover ---------------------------------------------------------*/	



#emailUs
{
  display: block;
  width: 184px;
  height: 44px;
  background: url("../images/buttons/testbutton.png") no-repeat 0 0;

}

#emailUs:hover
{ 
  background-position: 0 -44px;
}

#emailUs span
{
  display: none;
}

