html {
	height: 100%
}
body, td, input, select, textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #555;
	font-size: 11px;
}
body {
	padding: 0;
	margin: 0;
	height: 100%;
	min-height: 100%;
	background-color: #3873ac;
	background-image: url(../images/bg.jpg);
}
a:link, a:visited, a:active {
	color: #316f9c;
	text-decoration: none;
}
a:hover {
	color: #f60;
	text-decoration: underline;
}
img {
	border: none;
}

.top_menu {
	height: 36px;
	background: url(../images/top_menu_bg.gif) repeat-x;
	padding: 12px 25px 0 20px;
	font-size: 10px;
}
.top_menu a {
	color: #fff !important;
	text-decoration: none !important;	
}
.top_menu a:hover {
	text-decoration: underline !important;	
}
.top_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.top_menu li {
	display: inline;
	margin-left: 20px;
	padding-left: 10px;
	background: url(../images/top_menu_arrow.gif) left no-repeat;
}

ul.tips {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-right: 17px;
	margin-bottom: -8px;
}
ul.tips li {
	padding: 0;
	margin: 0;
	margin-bottom: 8px;
}
.addspace li {
	padding-bottom: 3px !important;
}

ol.tips {
	list-style: upper-alpha;
	padding: 0;
	margin: 0;
}
ol.tips li {
	margin: 0 0 10px 30px;
	padding: 0;
	color: #f60;
}
ol.tips li p {
	margin: 0;
	padding: 0;
	color: #059;
}

.buy_now_form {
	background: url(../images/buy_now_form_bg.jpg) no-repeat;
	width: 333px;
	height: 254px;
	padding-top: 23px;
	padding-left: 35px;
}
.buy_now_form p {
	margin: 0;
	padding: 0 10px 5px 0;
}
.buy_now_form input.qnt {
	color: #6c8eb1;
	border: 1px inset;
	padding: 3px;
	width: 30px;
	text-align: right;
}
.buy_now_form label {
	cursor: pointer;
}

.contact_form {
	background: url(../images/contact_form_bg.gif) no-repeat;
	width: 333px;
	height: 224px;
	padding-top: 23px;
	padding-left: 35px;
}
.contact_form p {
	margin: 0;
	padding: 0 10px 5px 0;
}
.contact_form input, .contact_form textarea {
	color: #6c8eb1;
	border: 1px inset;
	padding: 3px;
}
.contact_form input {
	width: 185px;
}
.contact_form textarea {
	width: 310px;
	height: 50px;
}

.copyright {
	height: 68px;
	padding-top: 38px;
	background: url(../images/footer_bg.gif) repeat-x;
	text-align: center;
	color: #444;
	font-size: 10px;
}
.copyright a {
	color: #000;
	text-decoration: underline;
}
.copyright a:hover {
	color: #e60;
	text-decoration: none;
}

.caption {
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 15px 0;
	color:#f60;
}
.orange {
	font-size: 16px;
	color: #f60;
}

.required {
    color: red;
}
