*, body, html {
	padding: 0;
	margin: 0;
}
body {
	background: #9dbdd5 url(big_bg2.gif) fixed repeat-x;
	font-family: Arial, Verdana;
	font-size: 12px;
}
h1 {
	font-size: 18px;
	color: #538ab5;
	margin: 5px;
	margin-bottom: 7px;
}
h2 {
	font-size: 16px;
	color: #1a4261;
	margin: 3px;
	margin-bottom: 5px;
}
h3 {
	font-size: 14px;
	color: black;
	margin-bottom: 3px;
}
h5 {
	font-size: 13px;
	color: #3979B9 ;
	margin-bottom: 2px;
}
a {
	color:#1a4261 ;
	text-decoration: none;
}
a:hover {
	color: #1a4261;
	text-decoration: underline;
}
#outer_wrapper {
	text-align: center;
	width: 100%;
}
#wrapper {
	text-align: left;
	width: 900px;
	overflow: hidden;
	margin: 10px auto;
}
#header {
	background: transparent;
}
#header a {
	display: block;
	width: 900px;
	height: 200px;
	background: url(kubrickheader.jpg) 0 0 no-repeat !important;
	background: url(logo1.gif) 0 0 no-repeat;
}
#container {
	display: block;
	padding: 10px;
	background: white;
	overflow: hidden;
}
#menu {
	clear: both;
	height: 23px;
	border-top: 3px solid #9dbdd5;
	border-bottom: 3px solid #9dbdd5;
}
#left_menu {
	font-size: 110%;
	padding: 0 10px 10px 0;
	border-right: 1px solid #9dbdd5;
	border-bottom: 1px solid #9dbdd5;
	width: 180px;
}
#left_nav li {
	list-style: none;
	padding-left: 6px;
}
#left_nav li.current {
	font-weight: bold;
}
#footer {
	background: white;
	text-align: right;
	padding: 0px 10px;
}
#estimate {
	padding: 5px;
}
.box {
	padding: 5px;
	overflow: hidden;
}
.right_box {
	width: 650px;
	float: left;
}
.main_box {
	width: 420px;
	float: left;
}
.estimate_box {
	width: 550px;
	float: left;
}
.up_corner {
	background: url(up_corner.gif) top left no-repeat;
}
.up_corner_white {
	background: white url(up_left_white.gif) top left no-repeat;
	padding: 5px;
	margin-left: 5px;
	text-indent: 10px;
	text-align: justify;
}
.offtopic {
	color: gray;
	font-size: 9px;
}
.decorator {
	margin: 5px auto;
	width: 70%;
	border-top: 1px solid #538ab5;
	clear: both;
}
.left_image, .left {
	float: left;
	margin-right: 10px;
	clear: both;
}
.phone {
	font-weight: bold;
	padding-left: 13px;
	background: url(phone.gif) no-repeat;
}
.fax {
	font-weight: bold;
	padding-left: 18px;
	background: url(fax.gif) no-repeat;
}
.email {
	font-weight: bold;
	padding-left: 18px;
	background: url(email.gif) no-repeat;
}
.estimate {
	border: 2px solid #538ab5;
	background: #9dbdd5;
	padding: 10px;
	margin: 5px;
	width: 300px;
	background: #9dbdd5 url(estimate_sm2.gif) top right no-repeat;
	padding-right: 60px;
	padding-top: 10px;
	color: white;
}
.estimate a {
	color: white;
	font-size: 16px;
	font-weight: bold;
}
.elem textarea {
	width: 250px;
	height: 100px;
}
.elem {
	width: 250px;
	float: left;
	margin: 10px 5px;
}
.elem input {
	width: 245px;
}
.elem select {
	width: 245px;
}
.elem label.required {
	font-weight: bold;
}
.check input, .radio input {
	width: auto;
	margin-left: 20px;
}
.radio {
	width: 500px;
}
.button {
	clear: both;
	text-align: center;
}
.float_right {
	float: right;
	border: 1px solid black;
	margin: 10px;
}
.float_left {
	float: left;
	border: 1px solid black;
	margin: 10px;
}
div.feedback {
	padding: 7px;
	margin-bottom: 5px;
	border-bottom: 1px solid #538ab5;
	padding-left: 60px;
	background: url(feedback.gif) no-repeat;
	overflow: hidden;
}
div.feedback .author {
	float: right !important;
	float: none;
	font-weight: bold;
	padding-left: 18px;
	background: url(person.png) no-repeat;
}
h1.discount {
	padding-left: 30px;
	background: url(discount.gif) no-repeat;
}
div.discount {
	width: 50%;
	border: 1px solid #538ab5;
	padding: 20px;
	margin: 20px;
}
div.discount .mail {
	width: 300px;
	height: 32px;
	font-size: 32px;
}
div.discount .submit {
	width: 150px;
	height: 32px;
	font-size: 18px;
}
