/* CSS Document */

body {
	background-color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-family: arial;
	font-size: 12px;
	color: #fff;
	}
	
a:link {
	color: #e8e8e8;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	color: #ffcc00;
	font-weight: bold;
	text-decoration: none;
	}
a:visited {
	color: #e8e8e8;
	font-weight: bold;
	text-decoration: none;
	}

.homemessage {
	font-family: arial;
	font-size: 13px;
	color: #fff;
	}

.bodytext {
	font-family: arial;
	font-size: 12px;
	color: #fff;
	}


.titles{
	font-family: arial;
	font-size: 16px;
	color: #ffcc00;
	}

.storetitles{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #ccc;
	}

p {
	margin: 0px;
	padding: 0px;
	}
	
#maincontainer {
	width: 1000px;
	height: 100%;
	margin: auto;
	text-align: center;
	background-image: url(../images/main_bgd.jpg);
	background-repeat: no-repeat;
	background-color: #000;
	}
	
.clear {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	height: 0px;
	width: 0px;
	line-height: 0;
	}
table {
	padding: 0px;
	margin: 0px;
	}

.welcomearea {
	width: 900px;
	height: 200px;
	margin: auto;
	}
.copyright {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	width: 1000px;
	height: 140px;
	font-family: arial;
	font-size: 10px;
	color: #fff;
	text-align: center;	
	background-image: url(../images/footer_background.jpg);
	background-repeat: no-repeat;
	}
.copyrighthome {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	width: 1000px;
	height: 140px;
	font-family: arial;
	font-size: 10px;
	color: #fff;
	text-align: center;	
	}
.formarea {
		width: 600px;
		height: 400px;
		padding: 0px;
		margin: 0px;
		}
form {
		padding: 0px;
		margin: 0px;
		}

.formfield {
	background-color: #333;
	width: 239px;
	height: 24px;
	color: #fff;
	font-size: 12px;
	font-family: arial;
	border: 1px solid #666666;
	}
.formfield2 {
	background-color: #333;
	width: 289px;
	height: 144px;
	color: #fff;
	font-size: 12px;
	font-family: arial;
	border: 1px solid #666666;
	}

.storeform {
	width: 121px;
	}

.thbborder {
	border: 1px solid #666666;
	margin: 5px;
	}
	
.backbtn {
	margin-left: 250px;
	}
.backbtn2 {
	margin-left: 200px;
	}