@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/main_gradient.jpg);
}
.oneColElsCtr #container {
	width: 850px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #header {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColElsCtr #pageContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColElsCtr #mainFull {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 850px;
	float: right;	
}
.oneColElsCtr #leftSmMain {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 350px;
	float:left;
	border: 1px solid #CCCCCC;
	padding-bottom: 198px;
	background-image: url(images/gradient_greyWhite2.jpg);
}
.oneColElsCtr #leftSmMainalt {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 350px;
	float:left;
	border: 1px solid #CCCCCC;
	background-image: url(images/gradient_greyWhite2.jpg);
}
.oneColElsCtr #leftSmMainalt1 {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 350px;
	float:left;
	border: 1px solid #CCCCCC;
	padding-bottom: 3px;
	background-image: url(images/gradient_greyWhite2.jpg);
}
.oneColElsCtr #leftSmMainalt2 {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 350px;
	float:left;
	border: 1px solid #CCCCCC;
	padding-bottom: 271px;
	background-image: url(images/gradient_greyWhite2.jpg);
}
.oneColElsCtr #rightLgMain {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 485px;
	float: right;
	border: 1px solid #CCCCCC;
	background-image: url(images/gradient_greyWhite2.jpg);
}
.oneColElsCtr #rightLgMainalt {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 485px;
	float: right;
	border: 1px solid #CCCCCC;
	background-image: url(images/gradient_greyWhite2.jpg);
	padding-bottom: 133px;
}
.oneColElsCtr #leftLgMain {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 485px;
	float:left;
	border: 1px solid #CCCCCC;
	background-image: url(images/gradient_greyWhite2.jpg);
	padding-bottom: 45px;
}
.oneColElsCtr #blog {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 850px;
	float:left;
	border: 1px solid #CCCCCC;
	background-image: url(images/gradient_greyWhite2.jpg);
	padding-bottom: 45px;
}
.oneColElsCtr #rightSmMain {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 350px;
	float: right;
	border: 1px solid #CCCCCC;
	background-image: url(images/gradient_greyWhite2.jpg);
}
.oneColElsCtr #rightSmMainalt {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 350px;
	float: right;
	border: 1px solid #CCCCCC;
	background-image: url(images/gradient_greyWhite2.jpg);
	padding-bottom: 390px;
}
.oneColElsCtr #feature {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 485px;
	float:right;
	background-image: url(images/gradient_greyWhite.jpg);
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	height: 300px;
}
.oneColElsCtr #compare {
	width: 350px;
	float: left;
	padding-top: 0px;
	border: 1px solid #CCCCCC;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	background-image: url(images/gradient_greyWhite2.jpg);
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 14pt;
	padding-right: 10px;
	padding-left: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.oneColElsCtr #fullWidth {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 850px;
	float:left;
	border: 1px solid #CCCCCC;
	background-image: url(images/gradient_greyWhite2.jpg);
}
a:link {
	color: #4b0f0e;
	text-decoration: underline;
}
a:visited {
	color: #4b0f0e;
	text-decoration: underline;
}
a:hover {
	color: #4b0f0e;
	text-decoration: underline;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	padding: 10px;
}
.artists {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: 5px;
}
.oneColElsCtr #fullWidthNoBdr {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 850px;
	float:left;
}
.oneColElsCtr #fullWidthNoBdr1 {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 850px;
	float:left;
	padding-top: 12px;
}
.oneColElsCtr #footer {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 838px;
	float:left;
	border: 1px solid #999999;
	margin-top: 13px;
	background-color: #CCCCCC;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 5px;
}
.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	padding: 2px;
}
form.form {
margin:0;
}
form.form fieldset {
margin-right:0;
}
form.form fieldset {
background:#111111 none repeat scroll 0 0;
border:1px solid #333333;
margin:0 auto;
padding:10px;
width:360px;
}
form.form fieldset div {
float:left;
margin:3px;
width:350px;
}
form.form fieldset div label {
display:block;
float:left;
font-size:11px;
margin-top:0;
width:100px;
}
form.form fieldset div input {
border:2px solid #AAAAAA;
display:block;
float:left;
width:222px;
}
form.form fieldset div input.small {
width:80px;
}
form.form fieldset textarea {
display:block;
float:left;
height:130px;
margin:4px 0 0;
width:300px;
}
form.form fieldset select {
display:block;
float:left;
margin:4px 0 0;
padding:2px;
width:223px;
}
form.form fieldset legend {
color:#EEEEEE;
font-size:14px;
font-weight:bold;
padding:0 10px;
}
form.form fieldset select.expiration {
width:100px;
}
table .actions {
text-align:right;
width:60px;
}
input.submit, form.form fieldset input.submit {
cursor:pointer;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
height:25px;
padding:0 8px 2px;
text-align:center;
width:123px;
}
