@charset "utf-8";
/*	CSS Document 
	© Copyright CudaWeb.co.uk - any use without written permission will result in legal action.
*/
body {
	background:url(../images/bg-body.jpg) repeat;
	font-family: Arial, Helvetica, sans-serif;
}
html{
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}
h1 , h2{
	font-size: 26px;
}
form input , form select, form textarea{
	float: left;
	clear: both;
	width: 98%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 21px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
#top-image {
	background-repeat: no-repeat;
}
#footer {
	color: #555555;
	line-height: 114%;
}

#footer a {
	text-decoration: none;
	color: #555555;
}

#footer a:hover {
	text-decoration: underline;
}

#footer  p {
	font-size: 12px;
}
#navigation li {
	margin-bottom: 12px;
	color: #eceae4;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
}

#navigation li a {
	text-decoration: none;
	color: #eceae4;
}
#navigation li a:hover {
	background-color: #C00;
	padding: 4px 8px;
}
.btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 92%;
	margin: 4px 0px;
}
.bg-red {
	background-image: url(../images/nav_bg_rep.png);
	background-repeat: repeat-x;
	overflow: hidden;
	background-position: top;
}
.bg-logo {
	background-image: url(../images/logo_bg_rep.png);
	background-repeat: repeat-x;
	background-position: top;
}
.center_body-col {
	background-color: #e8ddbb;
	color: #444444;
}

.container-small {
	width: 215px;
}
.error {
	background-color: #CCC;


}
.fl-left {
	float: left;
}
.font-bigger {
	font-size: 120%;
}
.input_border {
	border: 1px solid #CCC;
}
.left_body-col {
	width: 215px;
	background-color: #e6e3d8;
	color: #444444;
	background-repeat: no-repeat;
	background-position: bottom;
}
.main_table p {
	font-size: 16px;
	line-height: 132%;
}
.main_table p a {
	color: #C00;
	text-decoration: none;
}


.margin-auto {
	margin: 0px auto;
}


.pad-sml {
	padding: 30px 15px;
}
.offer {
	padding: 10px;
	margin-bottom: 20px;
	background-color: #E6E3D8;
	text-decoration: none;
}
a .offer  {
	text-decoration: none;
}
a .offer:hover {
	background-color: #c3c0b4;
}

.offer h3 , a .offer h3{
	font-size: 26px;
	color: #C00;
}
.offer p , a .offer p{
	font-size: 13px;
	color: #444444;
}


.pad-med {
	padding: 30px 25px;
}
.pad-lrg {
	padding: 40px;
}.right_body-col {
	width: 215px;
	background-color: #cc0000;
	color: #FFF;
}
.round_corners_med {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}

.width-site {
	width: 980px;
}
