/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/back.jpg);
	background-repeat:repeat-x;
	background-color: #8a8888;
	text-align:center;
	color:#D2CCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

}
a:link, a:active, a:visited{
color:#EEAA32;
text-decoration:none;
}
a:hover{color:#FFFFFF;text-decoration:underline;}

.borders{
border:1px solid #878585;
}
.home_containers{
background-color:#7A7A7A;
margin-bottom:10px;
border:1px solid #878585;
}
.home_containers_pad{
padding-top:5px;
padding-right:5px;
padding-left:5px;
padding-bottom:5px;
display:block;
}
.home_containers_pad_products{
padding-top:5px;
padding-right:5px;
padding-left:5px;
padding-bottom:5px;
display:block;
height:175px;
}
#products{
width:135px;
float:left;
text-align:center;
padding:5px 0 0 5px;
}

.home_containers_pad_agony{
background-image:url(images/new_agony.gif);
background-position:left-top;
background-repeat:no-repeat;
padding-top:5px;
padding-right:5px;
padding-left:5px;
padding-bottom:5px;
display:block;
}
#contentHeader{
background-image:url(images/gray_stripe.gif);
width:439px;
height:95px;
}
.subheading {
	color:#FFFFFF;
	font-weight:bold;
	}
.footer {
	color:#EE7A32;
	font-size:9px;
	}

.smallText {
	color:#D2CCCC;
	font-size:9px;
}
.heading {
font-size:16px;
color:#EEAA32;
font-weight:bold;
}
.white{
color:#FFFFFF;
}
.orange{
color:#EEAA32;}

input, textarea{
border:1px solid #D2CCCC;
font-size:12px;
color:#D2CCCC;
background-color:#333333;
}
.buttons{
	border:1px solid #D2CCCC;
	font-size:12px;
	color:#333333;
	background-color:#999999;
	background-image: url(/images/1px_clear.gif);
}
#comp1{
background-repeat:no-repeat;
background-position:bottom;
width:157px;
margin-bottom:10px;
}

/* phplist specific styles */
form {
	margin:0;
}
.adminmessage {
	width:auto;
}
.required {
	font-weight:bold;
}
table.subscribetable {
	width: 100%;
}
table.subscribetable tr {
	background-image: url(/images/gray_stripe.gif);
}
table.subscribetable tr td {
	border: 1px solid #333333;
	padding:5px;
	border-collapse:collapse;
}
.attributeinput {
}

#icons_left{
	float:left;
}

/*#icons_right{
	float:right;
	margin-right:18px;
	margin-top:11px;
}*/

#icons_right{
	float:right;
	margin-right:10px;
	margin-top:4px;
}

.icons_right_input{
	width:95px;
}

.icons_right_submit{
	border:1px solid #D2CCCC;
	font-size:12px;
	color:#333333;
	background-color:#999999;
	background-image: url(/images/1px_clear.gif);
	width:45px;
}