@charset "utf-8";
body {
	background-color:#000000;
	margin:0;
	text-align:center;
}
body,table,td,p,input,textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}
html {
	height:100%;
}
img {
	border:0;
	outline:none;
}
a {
	outline:none;
}
object {
	outline:none;
}
#topContainer {
	background-image:url(/images/topContainerBackground.png);
	background-repeat:repeat-x;
	background-position:bottom;
	height:100px;
}
#topContainerWrapper {
	width:900px;
	margin:auto;
}
#topMenu {
	float:left;
	margin:47px 0 0;
}
#logo {
	float:right;
	margin:35px 0 0;
}
#middleContainer {
	background-image:url(/images/middleContainerBackground.png);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}
#bottomContainer {
	background-image:url(/images/bottomContainerBackground.png);
	background-repeat:repeat-x;
	height:270px;
}
#mainContainer {
	width:900px;
	background-image:url(/images/mainContainerBackground.png);
	text-align:left;
	margin:0 auto;
}
#mainContainer .padding {
	padding:10px 30px;
}
#mainContainer ul {
	margin:0;
	padding:0;
}
#mainContainer li {
	list-style-image:url(/images/li.png);
	margin:0 0 0 15px;
	padding:0 0 1px;
}
#topSpace {
	background-image:url(/images/topSpaceBackground.png);
	height:30px;
}
#bottomMenu {
	width:900px;
	height:90px;
	background-image:url(/images/bottomWrapperBackground.png);
	background-repeat:no-repeat;
	text-align:left;
	margin:0 auto;
}
#bottomMenu .padding {
	padding:30px 0 0 12px;
}
#bottomMenu ul {
	margin:0;
	padding:0;
}
#bottomMenu li {
	float:left;
	list-style-type:none;
	margin:0;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:25px;
	color:#666;
	margin:0 0 15px;
	padding:0 0 5px;
	border-bottom:solid 1px #CCCCCC;
}
h2 {
	font-family:Century Gothic;
	font-weight:normal;
	font-size:18px;
	margin:0 0 8px;
	padding:0;
}
h3 {
	font-weight:bold;
	font-size:12px;
	margin:0;
	padding:0;
}
h4 {
	font-family:Century Gothic;
	font-weight:normal;
	font-size:15px;
	margin:0 0 8px;
	padding:2px 0 5px;
	background-image:url(/images/h4Background.png);
	background-repeat:repeat-x;
	color:#CCC;
	text-indent:15px;
}
p {
	margin:0;
	display:block;
}
.caption {
	font-size:10px;
	display:block;
	margin-top:4px;
}

#main1 {
	float:left;
	width:330px;
	padding-right:30px;
}
#main2 {
	float:left;
	width:210px;
	border-right:1px #CCC solid;
	border-left:1px #CCC solid;
	padding:0 30px;
}
#main2 a:link, #main2 a:active, #main2 a:visited {
	color:#666666;
	text-decoration:none;
}
#main2 a:hover {
	color:#7e9402;
	text-decoration:none;
}
#main3 {
	float:left;
	padding:0 0 0 30px;
}

#menuLeft {
	width:250px;
}
#mainLeft {
	float:left;
	width:379px;
	border-right:1px #CCC solid;
	padding-right:40px;
	margin-right:40px;
}
#mainRight {
	float:left;
	width:379px;
}


/*LINKS*/
#bottomMenu li a:link, #bottomMenu li a:active, #bottomMenu li a:visited {
	display:inline-block;
	padding:20px 20px;
	height:20px;
	font-family:Century Gothic;
	font-size:15px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
	background-image:url(/images/bottomMenuBackground.png);
	background-repeat:no-repeat;
	background-position:left;
}
#bottomMenu li a:hover {
	color:#8b983d;
	/*
	background-image:url(/images/bottomMenuHoverBackground.png);
	background-repeat:no-repeat;
	background-position:left;
	*/
}

a:link, a:active, a:visited {
	color:#7e9402;
}
a:hover {
	color:#666666;
}

#rightContent {
	width:563px;
	float:right;
}
#calculateBox {
	background-image:url(/images/priceCalculatorBackground.png);
	background-repeat:no-repeat;
}
#calculateBox .padding {
	padding:10px 15px;
}
#calculateBox select {
	margin-left:20px;
	float:right;
}
#calculateBox .price {
	width:70px;
	text-align:right;
}
#calculateBox .checkbox {
	width:30px;
	text-align:right;
}

/*FORMS*/
label {
	font-size:10px;
	display:block;
}
.submit {
	cursor:pointer;
}
.input {
	border:solid 1px #CCC;
	width:180px;
	font-size:11px;
	color:#999;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
}

#amount {
	text-align:right;
	margin-right:18px;
}
#amount .price {
	font-size:20px;
}

.phone {
	font-size:18px;
}

#address {
	font-family:Century Gothic;
	margin:50px 0 0 20px;
}
#dandomainLogo {
	float:right;
	margin:40px 0 0;
}
#facebookLogo {
	float:right;
	margin:43px 13px 0 0;
}