/********************************************************/
/*           COINWASH.COM MASTER STYLE SHEET            */
/********************************************************/
/* ALL DATA ON THIS PAGE IS PROPERTY OF COINWASH.COM	*/
/* THIS FILE AND THE CODE WHEREIN IS FOR THE EXLPLICIT	*/
/* USE OF COINWASH.COM AND ITS AFFILIATES, AND MAY NOT	*/
/* BE USED WITHOUT IMPLICIT PERMISSION FROM COINWASH 	*/
/* CORP SOLELY.  COPYWRITE COINWASH INC. (C) 2006		*/
/********************************************************/
	
body {
	margin: 0px 8px 0px 8px;
	padding: 0px;
	background: #003366;
	color: #000;
	}

a {
	color: #22229C;
	text-decoration: none;
	}
	
a:hover {
	color: #FF4400;
	text-decoration: none;
	}

a:visited {
	text-decoration: none;
	}
	
a:active {
	text-decoration: none;
	}
	
#main_table {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	border-collapse: collapse;
}

#backleft {
	width: 7px;
	padding: 0;
	margin: 0;
	background: #003366 url(images/side.gif) repeat-y 0px 0px;
	color: #000;
	}
 
#backright {
	width: 7px;
	padding: 0;
	margin: 0;
	background: #003366 url(images/side.gif) repeat-y -7px 0px;
	color: #000;
	}

#banner {
	background-color: #fff;
	padding: 0;
	margin: 0;
	color: #000;
	height: 99px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	}
	
#advert {
	padding-right: 30px;
	position: absolute;
	top: 10px;
	right: 10px;
	float: right;
	}

/*BEGIN MENU*/
	
#menu {
	background: #003366 url(images/menu_grad.gif) repeat-x;
	color: #000;
	border: 1px solid #000;
	}

.menuSpacer {
	margin-left: 30px;
	}

#menu a {
	/*padding: 0px 3px 0px 3px;*/
    /*background: #003366 url(images/menu_grad.gif) repeat-x;*/
	font-size: 16px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
	}

#menu a:hover {
	/*padding: 0px 0px 0px 5px;*/
    /*background: #003366 url(images/menu_grad.gif) repeat-x;*/
	/*border-left: 1px dotted #666;*/
	color: #7B99B7;
	text-decoration: none;
	}

#menu a:visited {
	text-decoration: none;
	}

#menu a:active {
	text-decoration: none;
	}
	
/*END MENU*/

#leftcontent {
	background: #7B99B7;
	color: #000;
	vertical-align: top;
	border-top: 1px solid #000;
	border-bottom: 0px;
	border-left: 1px solid #000;
	border-right: 0px;
	padding-bottom: 10px;
	width: 160px;
	}

#centercontent {
	padding: 10px;
	background: #fff;
	color: #000;
	vertical-align: top;
	border-top: 1px solid #000;
	border-bottom: 0px;
	border-left: 0px/*2px solid #000*/;
	border-right: 0px/*2px solid #000*/;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
#rightcontent {
	width: 160px;
	border-top: 0px/* solid #000*/; 
	border-bottom: 0px;
	border-right: 1px solid #000;
	border-left: 0px;
	vertical-align: top;
	background-color: #5C5C7A;
	color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

#footer {
	margin: 0px;
	height: 300px;
	/*vertical-align: bottom;*/
	background-color: #fff;
	color: #000;
	border-top: 0px;
	border-left: 0px/*1px solid #000*/;
	border-right: 0px/*1px solid #000*/;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
p,h1,pre {
	margin: 0px 10px 10px 10px;
	}
	
h1 {
	font-size: 14px;
	padding-top: 10px;
	}

#title {
	color: #000;
	font-size: 18px;
    }

a.button {
	border: none;
	position: relative;
	overflow: hidden;
	padding: 0;
	line-height: 40px;
	display: block;
	background: #fff/*7B99B7*/ url(images/button.gif) no-repeat 0px 0px;
	width: 160px;
	height: 40px;
	/*FONT*/
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 18px;
	}

a.button:hover{
	/*background: #7B99B7 url(images/button.gif) no-repeat 0px -40px;*/
	/*background-position: 0px -40px;*/
	overflow: hidden;
	text-decoration: none;
	color: #333;
	}

#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #000;
	background-color: #fff;
	width: 500px;
	}

#storetable {
	width: 100%;
	float: top;
	border: none;
	margin: 0;
	padding: 0;
}
	
hr {
	color: #999;
	background-color: #fff;
	width: 60%;
}
