/*
Template 2035 Gray Host
http://www.tooplate.com/view/2035-gray-host
*/

body {
	margin: 0px;
	padding: 0px;
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.7em; 
	background-color: #ececec;
	background-image: url(images/tooplate_body.png);
	background-repeat: repeat-x;
	background-position: top;
}

a, a:link, a:visited { 
	color: #ff6600; 
	font-weight: normal; 
	text-decoration: underline; 
	font-size: 12px; 
}

a:hover { text-decoration: none; }

a.more { 
	display: block; 
	width: 152px; 
	line-height: 42px; 
	font-size: 18px; 
	text-align: center; 
	text-decoration: none; 
	font-weight: bold; 
	background: url(images/tooplate_btn_01.png) no-repeat top center; 
	color: #333; 
	text-shadow: 1px 1px 1px #fed450; 
}

a.more:hover { 
	color: #fff; 
	text-shadow: 1px 1px 1px #999; 
}

a.more_small { 
	display: inline-block; 
	width: 76px; 
	line-height: 21px; 
	text-align: center; 
	text-decoration: none; 
	font-weight: bold; 
	background: url(images/tooplate_btn_02.png) no-repeat top center; 
	color: #333; 
	text-shadow: 1px 1px 1px #fed450; 
}

a.more:hover { 
	color: #fff; 
	text-shadow: 1px 1px 1px #999; 
}

p { margin: 0 0 10px 0; padding: 0; }
img { border: none; }
blockquote { font-style: italic; margin: 0 0 0 10px;}
cite { font-weight: bold; color:#3d8e7d; }
cite span { color: #3d8e7d; }
em { color: #000 }

h1, h2, h3, h4, h5, h6 { color: #000; font-weight: normal; }
h1 { font-size: 34px; margin: 0 0 20px; padding: 5px 0 }
h2 { font-size: 28px; margin: 0 0 15px; padding: 5px 0; }
h3 { font-size: 24px; margin: 0 0 15px; padding: 0; }
h4 { font-size: 18px; margin: 0 0 15px; padding: 0; }
h5 { font-size: 16px; margin: 0 0 10px; padding: 0;  }
h6 { font-size: 14px; margin: 0 0 5px; padding: 0; }

.cleaner { clear: both }
.h10 { height: 10px }
.h20 { height: 20px }
.h30 { height: 30px }
.h40 { height: 40px }
.h50 { height: 50px }
.h60 { height: 60px }

.float_l { float: left }
.float_r { float: right }

.image_wrapper { 
	display: inline-block; 
	border: 1px solid #fff; 
	padding: 3px; background: none; 
	margin-bottom: 5px; 
}

.image_fl { 
	float: left; 
	margin: 3px 30px 0 0; 
}

.image_fr { 
	float: right; 
	margin: 3px 0 0 30px; 
}

.tooplate_list { 
	margin: 20px 0 20px 10px; 
	padding: 0; 
	list-style: none; 
}

.tooplate_list li { 
	color:#333; 
	margin: 0; 
	padding: 0 0 5px 20px; 
	background: url(images/tooplate_list.png) no-repeat scroll 0 5px;  
}

.tooplate_list li a { 
	color: #3d8e7d; 
	font-weight: normal; 
	font-size: 12px; 
	text-decoration: none; 
}
.tooplate_list li a:hover { 
	color: #000; 
}

#tooplate_wrapper { 
	margin: 0 auto; 
	width: 960px; 
	padding: 0 10px; 
	background: url(images/tooplate_header.jpg) top center no-repeat; 
}

#tooplate_header { 
	width: 960px; 
	height: 100px; 
}

#site_title { 
	float: left; 
	display: block; 
	height: 65px; 
}

#site_title h1 { 
	margin: 0; 
	padding: 15px 0 0; 
}

#site_title h1 a { 
	display: block; 
	width: 172px; 
	height: 28px; 
	color: #fff; 
	text-indent: -10000px; 
	background: url(images/tooplate_logo.png) no-repeat top left; 
}

/* menu */

#tooplate_menu { 
	clear: both;
	width: 960px; 
	height: 35px; 
}

#tooplate_menu ul { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}

#tooplate_menu ul li { 
	padding: 0; 
	margin: 0; 
	display: inline; 
}

#tooplate_menu ul li a {
	float: left;
	display: block;
    line-height: 35px;
	padding: 0 20px;
	font-size: 14px;
	color: #f00;	
	text-align: center;
	text-decoration: none;
	font-weight: 400;
	outline: none;
}

#tooplate_menu ul li a:hover, #tooplate_menu ul .current {
	background: url(images/tooplate_menu_hover.png) repeat-x bottom;
	color: #fff;
}

/* end of menu */

#tooplate_middle {
	clear: both;
	width: 500px;
	height: 220px;
	padding: 40px 460px 40px 0; 
}

#tooplate_middle h1 { color: #eebc25; padding: 0; margin: 0 0 10px }
#tooplate_middle em { font-size: 18px; font-weight: 700; color: #fff }
#tooplate_middle .tooplate_list li { color: #eebc25; font-size: 14px }
#tooplate_middle .col_w220 { width: 220px }

#tooplate_main {
	clear: both;
	width: 960px;
	padding: 40px 0;
}

.cont_title { 
	font-size: 24px; 
	font-weight: 700; 
	margin-bottom: 20px; 
}

.col_w960 { width: 960px; margin-bottom: 40px }
.col_w600 { width: 600px }
.col_w450 { width: 450px }
.col_w300 { width: 300px }
.col_w200 { width: 200px; margin-right: 50px; }
.col_allw300 { width: 300px; float: left; margin-right: 30px }
.col_last { margin: 0 }

.fp_services { 
	clear: both; 
	width: 960px; 
	padding-bottom: 80px; 
	margin-bottom: 30px; 
	background: url(images/tooplate_divider.jpg) bottom center no-repeat; 
}

.fp_services_box { 
	float: left; 
	width: 300px; 
	margin-right: 30px; 
}

.last_box { 
	margin: 0; 
}

.fp_services_box .fps_title { 
	margin-bottom: 10px; 
	font-size: 30px; 
	color: #dc0000; 
}

.fp_services_box .price { 
	font-size: 14px; 
	font-weight: bold; 
	color: #607c1d; 
}

.fp_services_box .price span { 
	font-size: 18px; 
	color: #dc0000; 
}

table.plans { width: 958px; margin-bottom: 20px; border: 1px solid #333 }
table.plans th { color: #fff; padding: 3px 0 }
table.plans .header { background: #333 }
table.plans .even { background: #ccc }
table.plans .odd { background: #fff }
table.plans .left { padding-left: 20px; text-align: left }
table.plans .features { width: 300px } 
table.plans td { text-align: center }
table.plans .signup { padding: 10px 0; color: #bd0000; font-size: 30px; }
table.plans .more { margin: 15px auto 0 }

#contact_form { padding: 0; width: 400px }
#contact_form form { margin: 0px; padding: 0px; }

#contact_form form .input_field { 
	width: 270px; 
	color: #333; 
	padding: 8px; 
	border: 1px solid #ccc;  
	background: #fff; 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

#contact_form form label { 
	display: block; 
	width: 100px; 
	margin-top: 10px; 
	font-size: 14px; 
	color: #000;
}

#contact_form form textarea { 
	width: 388px; 
	height: 200px; 
	padding: 8px; 
	color: #333; 
	border: 1px solid #ccc;  
	background: #fff; 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

#contact_form form .submit_btn {
	margin: 10px 0px;
	padding: 8px 14px;
	background: #fff;
	color: #333;
	border: 1px solid #ccc;
	font-size: 14px;
	font-weight: bold;
}

#tooplate_footer_wrapper {
	clear: both;
	width: 100%;
	background: #212121;
}

#tooplate_footer {
	clear: both;
	width: 940px;
	padding: 10px 0; 
	color: #ccc;
	text-align: center;
	margin: 0 auto;
}

#tooplate_footer a { 
	color: #fff; 
	text-decoration: underline; 
}