/* CSS Document 
copyright 2005 GP superstores
*/

body {
	background-color: #666666;
}
.back {
	background-color: #FF9900;
	border: 1px solid #CCCCCC;
	background-repeat: repeat-x;
}
.content {
	background-color: #FFFFFF;
	border: 2px solid #000000;
}
a:link ,a:active, a:visited, a:hover{
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}
.header {
	border: 2px solid #000000;
	height:90px;
	background-color: #ED7712;
	background-repeat: no-repeat;
}

.menutop {
	background-image: url(images/menu_top.gif);	
	width: 100px;
	height: 28px;
	background-repeat:no-repeat;
}
.menumiddle {
	background-image: url(images/menu_middle.gif);
	background-repeat: repeat;
	width: 100px;
	height: 105px;
}
.menubottom {
	background-image: url(images/menu_bottom.gif);
	background-repeat: no-repeat;
	width: 100px;
	height: 167px;
}
.footerleft {
	background-image: url(images/footer_left.gif);	
	width: 238px;
	height: 50px;
	background-repeat:no-repeat;
}
.footermiddle {
	background-image: url(images/footer_middle.gif);
	background-repeat: repeat;
	width: 264px;
	height: 50px;
	color: #FF6600;
}
.footerright {
	background-image: url(images/footer_right.gif);
	background-repeat: no-repeat;
	width: 238px;
	height: 50px;
}

.style1 {
	color: #FF6600;
	font-weight: bold;
	font-size: medium;
}
.style2 {
	font-size: 36px;
	font-weight: bold;
	color: #0000CC;
}
.style3 {
	color: #333333;
	font-weight: bold;
	font-size: x-large;
}
/*input, select, textarea {
	font-family: Tahoma, Arial, sans-serif;
	color: #000000;
	background-color: #D5D5D5;
	border: thin solid #333333;
}*/
/*--------------*/

label{
	float: left;
	width: 180px;
	font-weight: bold;
	margin-right: 20px;
	text-align: right;	
}

input, select{
	width: 180px;
	margin-bottom: 5px;
	background-color: #D5D5D5;
}

textarea{
width: 350px;
height: 150px;
background-color: #D5D5D5;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}
