@charset "utf-8";

body {
	background-image:url('images/bg.png');
	background-repeat:repeat;
	font-family:Verdana, Geneva, Arial, sans-serif;
	font-size:1em;
}

#home_link {
	position:absolute;
	top:20px;
	left:80px;
	width:200px;
	height:80px;
	margin:0px;
	padding:0px;
}

/* Typography */
h1 {
	font-size:18px;
	line-height:28px;
	font-weight:normal;
	color:#766758;
	text-transform:uppercase;
}
h2 {}
p {
	font-size:14px;
	line-height:18px;
	color:#63899a;
}

/* Links */
#primary {
	font-family:Arial, Helvetica, sans-serif;
}
#primary ul {
	margin:0px;
	padding:0px;}
#primary ul li {
	list-style:none;
	margin:0px;
	padding:0px;
}
#primary ul a {
	width:360px;
	display:block;
	color:#3a425c;
	background-color:#c8d7dd;
	background-image:url('images/primary_link_bg.png');
	list-style:none;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	/*border-top:4px solid #fff;*/
	padding:10px 0 10px 20px;
	margin:0px;
}
#primary ul a:hover {
	color:#d1eef9;
	text-decoration:none;
	background-color:#a8c7dd;
	background-image:url('images/primary_link_bg_on.png');
}

a, a:visited, a:active {
	color:#565744;
}
a:hover {
	text-decoration:none;
	color:#505040;
}

/* Areas */
#header {
	background-image:url('images/header.gif');
	background-repeat:no-repeat;
	background-color:#fff;
	border-bottom:1px solid #ccc;
	position:relative;
}

#header_links {
	position:absolute;
	top:0px;
	right:0px;
}
#header_links a {
	color:#6af;
	border:1px solid #6af;
	border-top:none;
	border-right:none;
	font-size:14px;
	padding:5px;
	text-decoration:none;
	margin:0px;
	float:left;
	background-color:#fafafa;
}
#header_links a:hover {
	background-color:#6af;
	color:#fff;
}

#splash {
}

#content {
	padding:30px;
	width:568px;
	min-height:400px;
	text-align:justify;
	background-image:url('images/content_bg.png');
	background-repeat:repeat-x;
}

#ad_block {
	background-image:url('images/ad_block_bg.png');
	background-repeat:repeat-x;
	background-color:#fff;
	text-align:center;
	/*border-top:4px solid #fff;*/
}

#social {
	text-align:center;
}
#social hr {
	border:1px solid #dedede;
	width:250px;
}

#footer {
	border-top:1px solid #aaa;
	height:100px;
}

#footer_lt {
	font-family:'Times New Roman', Times, serif;
	font-size:18px;
	color:#c2c2c2;
	text-align:center;
	border-right:1px solid #aaa;
	width:350px;
	height:80px;
	padding:20px 0 0 0;
	float:left;
}
#footer_rt {
	width:630px;
	text-align:center;
	padding:20px 0 0 0;
	float:right;
}

/* Forms */
#form {
	font-size:12px;
}
#form label {
	display:block;
	width:200px;
	float:left;
	clear:both;
	margin-bottom:10px;
	padding:5px 5px 0 0;
	font-size:12px;
	text-align:right;
	font-weight:bold;
}
#form .text_box {
	display:block;
	width:220px;
	float:left;
	margin-bottom:10px;
}
#form radio, #form checkbox {
	font-size:12px;
}

/* Services */
.services_box {
	background-color:#efefef;
	margin-bottom:35px;
}
.services_box p {
font-size:12px; color:#777; margin:0; padding:10px;
}
.services_price {
	font-size:12px;
	font-weight:bold;
	color:#666;
	background-color:#eaeaea;
	margin:0 0 20px 0;
	padding:3px;
	border-bottom:1px dotted #999;
}
.services_box  h3 {
background-color:#4b586a; font-family:Georgia, 'Times New Roman', Times, serif; letter-spacing:-.07em; color:#fff; font-size:30px; line-height:28px; padding:5px 0 10px 5px; margin:0 0 5px 0; font-weight:normal;
}
.services_box h4 {
color:#555; margin:0; font-weight:normal; padding:10px 0 0 10px; letter-spacing:-.03em;
}

/* Specials */
.specials_box {
	background-color:#efefef;
	margin-bottom:35px;
}
.specials_box h3 {
background-color:#c00; font-family:Georgia, 'Times New Roman', Times, serif; letter-spacing:-.07em; color:#fff; text-transform:; font-size:30px; line-height:28px; padding:5px 0 10px 5px; margin:0 0 5px 0; font-weight:normal;}
.specials_box h4 {
color:#555; margin:0; font-weight:normal; padding:10px 0 0 10px; letter-spacing:-.03em;
}
.specials_box p {
font-size:12px; color:#777; margin:0; padding:10px;
}
.specials_price {
	font-size:12px;
	font-weight:bold;
	color:#666;
	background-color:#eaeaea;
	margin:0 0 20px 0;
	padding:3px;
	border-bottom:1px dotted #999;
}

/* b2b */

.b2b_link {
	font-size:12px;
	line-height:12px;
	display:block;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.b2b_link img {
	border:none;
	margin-right:10px;
	vertical-align:middle;
	height:30px;
}