/* CSS Document */

*{
	margin:0;
	padding:0;
}

img{
	border:none;
}

ul, ol{
	padding:10px 0 10px 20px;
	color:#4f4f4f;
}

li{
	margin:0 0 10px 0;
	line-height:17px;
}

body{
	background:#224160;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* Text styles */

a{
	color:#254564;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

h1{
	color:#244362;
	font-size:18px;
	font-weight:bold;
	padding:12px 0 12px 5px;
}

#blog_content h1{
	padding-left:14px;
}

h2{
	color:#353535;
	font-size:17px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:2px 0 10px 0;
	position:relative;
	z-index:51;
}

h2 a{
	color:#353535;
}

h2 .subtitle{
	color:#848484;
}

h2 .subtitle_highlight{
	color:#244362;
}

h3{
	color:#244362;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0 0 5px 0;
	font-weight:normal;
}

h4{
	color:#244362;
	font-size:18px;
	font-weight:normal;
	padding:10px 0 8px 5px;
}

h5{
	color:#353535;
	font-size:13px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h6{
	color:#244362;
	font-size:16px;
	font-weight:bold;
}

h6 a{
	color:#244362;
}

p{
	color:#4f4f4f;
	line-height:17px;
	padding:0 0 12px 0;
}

.content_link{
	color:#4f4f4f;
	text-decoration:none;
	border-bottom:1px solid #dddddd;
	padding:1px;
}

.content_link:hover{
	background:#557a9f;
	color:#fff;
	border-bottom:none;
}

.tick_list, .cross_list{
	list-style:none;
	padding:10px 0 15px 0;
}

.tick_list li{
	background:url(/images/icon_green_tick.jpg) no-repeat left 2px;
	padding:0 0 0 25px;
}

.cross_list li {
	background:url(/images/icon_red_cross.jpg) no-repeat left 2px;
	padding:0 0 0 25px;
}

.tick_list_large{
	list-style:none;
	padding:0;
	font-size:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#353535;
}

.tick_list_large li{
	background:url(/images/icon_green_tick_large.jpg) no-repeat left;
	padding:0 0 0 30px;
}

small {
	line-height: 120%;
	color: #777;
}

.content_linepad {
	line-height: 150%;
}

.content_pspace_top {
	padding-top: 12px;
}

.content_lineshort {
	padding-bottom: 3px;
}

.nostylelink a {
	color: #4f4f4f;
}

.image_align_middle{
	margin:0 0 .25em 0;
	vertical-align:middle;
}

/* End Text styles */

/* Core layout */

.clear, .clear_space{
	clear:both;
	height:0;
	font-size:0;
}

.clear_space{
	height: 14px;
}

.container{
	width:990px;
	margin:0 auto;
}

.container_inner{}

.content_container{
	margin:0 auto;
	width:990px;
	position:relative;
	z-index:50;
}

#header{
	background:url(/images/v2_header_bg_rpt.jpg) repeat-x;
	height:107px;
}

#header .container{
	background:url(/images/v2_header_bg.jpg) no-repeat;
	height:107px;
}

#logo{
	float:left;
	padding:29px 0 0 28px;
	width:200px;
}

#header_content{
	float:right;
	width:500px;
}

#header_menu{
	font-size:10px;
	text-transform:uppercase;
	padding:19px 0 0 0;
	height:15px;
}

#header_menu div{
	float:right;
	padding:0 14px;
}

#header_menu div a{
	color:#b5c0ca;
	text-decoration:none;
}

#header_menu div a:hover{
	color:#fff;
}

#header_contact{
	text-align:right;
	color:#7794a1;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:22px 14px 0 0;
}

#header_contact a{
	color:#dbdbdb;
}

#header_contact #phone_number{
	font-size:16px;
	padding:0 0 0 5px;
	color:#dbdbdb;
}

#header_contact #phone_number strong {
	font-size:20px;
	font-weight:normal;
}

#top_menu{
	clear:both;
	background:url(/images/v2_top_menu.jpg) repeat-x;
	height:49px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-bottom:1px solid #fff;
}

#top_menu .container{
	width:980px;
}

#top_menu .menu_item, #top_menu .menu_item_sel {
	float:left;
}

#top_menu .menu_item a, #top_menu .menu_item_sel a{
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	padding:11px 16px 0 16px;
	height:38px;
	text-shadow: 2px 2px 1px #000;
	-moz-text-shadow: 2px 2px 1px #000;
	-webkit-text-shadow: 2px 2px 1px #000;
}

#top_menu .menu_item a{
	opacity: .6;
	filter: alpha(opacity = 60);
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}

#top_menu .menu_item a:hover{
	opacity: 1;
	filter: alpha(opacity = 100); /* for IE */
}

#top_menu .menu_item_sel a{
	color:#70b2ff;
}

#top_menu div span{
	color:#aaa;
	font-size:11px;
}

#latest_tweet{
	background:url(/images/v2_sub_header.jpg) repeat-x;
	height:21px;
	padding:9px 0 0 0;
	border-bottom:1px solid #fff;
	color:#262626;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-indent:50px;
}

#latest_tweet .container{
	width:960px;
	padding:0 0 0 32px;
}

#latest_tweet img{
	position:absolute;
	z-index:50000;
	margin:-3px 0 0 -50px;
}

#content_area{
	background:#ebebeb;
}

#content_area .content_container{
	width:970px;
	padding:0 0 0 20px;
}

#services_bar{
	border-top:1px solid #ffffff;
	border-bottom:1px solid #798c9f;
	background:#f2f2f2;
	height:43px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#services_bar_text{
	padding:15px 0 0 35px;
	float:left;
	width:710px;
	color:#505050;
	font-size:12px;
}

#services_bar_text a{
	color:#505050;
	font-weight:bold;
	text-decoration:none;
}

#services_bar_icons{
	float:right;
	width:130px;
	padding:5px 0 0 0;
}

#services_bar_icons img{
	cursor:pointer;
}

#coloured_divider{
	background:url(/images/v2_coloured_divider.jpg) repeat-x center;
	height:5px;
	font-size:0;
}

#base_content{
	background:#27323c;
	height:220px;
	padding:20px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#base_content p{
	color:#b8b8b8;
	line-height:14px;
}

#base_content_l{
	border-right:1px solid #252d33;
	float:left;
	width:616px;
	padding:0 0 0 29px;
	height:220px;
}

#base_content_r{
	border-left:1px solid #343e47;
	float:left;
	width:238px;
	padding:0 0 0 42px;
	height:220px;
	color:#fbfbfb;
	font-size:11px;
}

#base_content_r p{
	margin:15px 0 0 0;
	padding:0 0 0 20px;
}

#base_content_r a{
	color:#b8b8b8;
	text-decoration:none;
}

#base_content_r a:hover{
	color:#fff;
}

.base_content_title{
	color:#fbfbfb;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}

.base_list{
	float:left;
	width:205px;
	font-size:11px;
}

.base_list ul{
	list-style:none;
	padding:15px 0 0 0;
}

.base_list ul ul{
	margin:0;
	padding:0 0 0 10px;
}

.base_list li{
	margin:2px 0 0 0;
	line-height:12px;
}

.base_list ul a{
	color:#fbfbfb;
	text-decoration:none;
}

.base_list ul ul a{
	color:#b8b8b8;
}

.base_list a:hover{
	text-decoration:underline;
}

#base_bg{
	background:url(/images/base_bg.jpg) no-repeat bottom;
	height:408px;
	clear:both;
}

#footer{
	text-transform:uppercase;
	font-size:10px;
	color:#707070;
	background:#222222;
	height:26px;
	padding:14px 0 0 0;
}

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

#footer a:hover{
	color:#fff;
}

#footer_left{
	float:left;
	width:500px;
	padding:0 0 0 30px;
}

#footer_right{
	float:right;
	text-align:right;
	width:300px;
	padding:0 15px 0 0;
}

/* End Core layout */

/* General Layout Classes */

.content_box_top{
	background:url(/images/content_box_top.jpg) no-repeat;
	height:4px;
	font-size:0;
}

.content_box{
	background:url(/images/content_box.jpg) repeat-y;
	padding:8px 15px 10px 15px;
}

.content_box_left_col{
	float:left;
	width:305px;
}

.content_box_right_col{
	float:right;
	width:315px;
}

.content_box_right_col_negative{
	width:335px;
	float:right;
	text-align:right;
}

.content_box_bottom{
	background:url(/images/content_box_bottom.jpg) no-repeat;
	height:5px;
	font-size:0;
	margin:0 0 10px 0;
}

.action_button{
	padding:15px 0 0 0;
}

.feature_list{
	float:left;
	width:305px;
	padding:10px 15px 10px 0;
	color:#4f4f4f;
	line-height:17px;
}

.feature_list_icon{
	float:left;
	width:48px;
}

.feature_list_content{
	float:left;
	width:233px;
	padding:0 0 0 15px;
}

/* End General Layout Classes */

/* Buttons! */

.button{
	margin:5px 0 0 0;
}

.button a{
	display:block;
	height:19px;
	padding:5px 0 0 4px;
	float:left;
	color:#f2f2f2;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.button_left{
	float:left;
	height:24px;
	width:9px;
}

.button_right{
	float:left;
	width:10px;
	height:24px;
}

.pink_button a{
	background:#7d3e82;
}

.pink_button_over a{
	background:#a056a6;
}

.pink_button_left{
	background:url(/images/button_pink_left.jpg) no-repeat;
}

.pink_button_left_over{
	background:url(/images/button_pink_left_over.jpg) no-repeat;
}

.pink_button_right{
	background:url(/images/button_pink_right.jpg) no-repeat;
}

.pink_button_right_over{
	background:url(/images/button_pink_right_over.jpg) no-repeat;
}

.blue_button a{
	background:#406e96;
}

.blue_button_over a{
	background:#5b94c5;
}

.blue_button_left{
	background:url(/images/button_blue_left.jpg) no-repeat;
}

.blue_button_left_over{
	background:url(/images/button_blue_left_over.jpg) no-repeat;
}

.blue_button_right{
	background:url(/images/button_blue_right.jpg) no-repeat;
}

.blue_button_right_over{
	background:url(/images/button_blue_right_over.jpg) no-repeat;
}

.yellow_button a{
	background:#9aa211;
}

.yellow_button_over a{
	background:#b3bb26;
}

.yellow_button_left{
	background:url(/images/button_yellow_left.jpg) no-repeat;
}

.yellow_button_left_over{
	background:url(/images/button_yellow_left_over.jpg) no-repeat;
}

.yellow_button_right{
	background:url(/images/button_yellow_right.jpg) no-repeat;
}

.yellow_button_right_over{
	background:url(/images/button_yellow_right_over.jpg) no-repeat;
}

.green_button a{
	background:#1c5436;
}

.green_button_over a{
	background:#29714a;
}

.green_button_left{
	background:url(/images/button_green_left.jpg) no-repeat;
}

.green_button_left_over{
	background:url(/images/button_green_left_over.jpg) no-repeat;
}

.green_button_right{
	background:url(/images/button_green_right.jpg) no-repeat;
}

.green_button_right_over{
	background:url(/images/button_green_right_over.jpg) no-repeat;
}

/* End Buttons */

/* Home Page */

#intro_box{
	background:url(/images/v2_intro_bg.jpg) no-repeat center;
	width:981px;
	margin:0 auto;
	height:291px;
	padding:15px 0;
}

#intro_text_title{
	color:#fff;
	font-size:17px;
	font-weight:bold;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	float:left;
	width:445px;
	padding:31px 0 0 33px;
	text-align:justify;
	
	height: 49px;
}

#intro_text{
	color:#fff;
	font-size:13px;
	float:left;
	clear:left;
	width:445px;
	padding:11px 0 0 33px;
	text-align:justify;
	line-height:20px;
	
	height: 120px;
}

#intro_text p{
	color:#fff;
}

.home_service_box{
	float:left;
	width:228px;
	border:1px solid #dfdfdf;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	margin:0 12px 20px 0;
}

.home_service_box_inner{
	border:1px solid #fff;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#f2f2f2;
	padding:10px 7px 7px 7px;
}

.home_service_img{
	text-align:center;
	padding:7px 0;
}

.home_service_img img{
	border:1px solid #d3d3d3;
}

.home_service_txt{
	padding:7px;
	color:#4f4f4f;
	line-height:18px;
}

#home_content{
	padding: 5px 12px;
}

#home_content_left{
	float:left;
	width:631px;
}

#home_content_right{
	float:right;
	width:295px;
}

.home_divider{
	height:0;
	font-size:0;
	border-top:1px solid #d5d5d5;
	border-bottom:1px solid #f5f5f5;
}

#slidey{
	padding:10px 20px 0 0;
}

.slidey_img{
	float:right;
	width:445px;
}

#featured_sash{
	width:110px;
	height:105px;
	position:absolute;
}

#featured_sash img{
	position:relative;
	left:868px;
	top:-290px;
}

#intro_buttons{
	float:left;
	width:465px;
	padding:20px 0 0 0;
	clear:left;
}

.silver_button{
	float:left;
	padding:6px 0 0 30px;
}

#award_winning{
	position:absolute;
	width:57px;
}

#award_winning img{
	position:relative;
	top:-65px;
	left:208px;
}

/* End Home Page */

/* Service Page */

#service_container{
	background:url(/images/content_bg_service.jpg) repeat-y left;
	border-left:1px solid #ccc;
}

#service_menu{
	float:left;
	width:252px;
	padding:13px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#service_content{
	float:left;
	padding:8px 0 0 11px;
	width:671px;
}

.service_title{
	border-top:1px solid #e8e8e8;
	border-bottom:1px solid #d1d1d1;
	width:239px;
}

.service_title a{
	height:26px;
	padding:12px 0 0 40px;
	color:#4c4b4b;
	text-decoration:none;
	display:block;
	font-size:12px;
}

.service_title a:hover{
	background:url(/images/service_item_hover.jpg) repeat-y right;
	color:#333;
}

.service_title_sel a{
	height:26px;
	padding:12px 0 0 40px;
	color:#e7e7e7;
	text-decoration:none;
	display:block;
	font-size:12px;
}

.service_title_open a{
	height:26px;
	padding:12px 0 0 40px;
	color:#e7e7e7;
	text-decoration:none;
	display:block;
	font-size:12px;
}

#service_title_web_design{
	background:url(/images/service_title_web_design.jpg) no-repeat 9px 4px;
}

#service_title_sel_web_design{
	background:url(/images/service_title_sel_web_design.jpg) no-repeat;
}

#service_title_open_web_design{
	background:url(/images/service_title_open_web_design.jpg) no-repeat;
}

#service_title_ecommerce{
	background:url(/images/service_title_ecommerce.jpg) no-repeat 9px 8px;
}

#service_title_sel_ecommerce{
	background:url(/images/service_title_sel_ecommerce.jpg) no-repeat;
}

#service_title_open_ecommerce{
	background:url(/images/service_title_open_ecommerce.jpg) no-repeat;
}

#service_title_seo{
	background:url(/images/service_title_seo.jpg) no-repeat 9px 8px;
}

#service_title_sel_seo{
	background:url(/images/service_title_sel_seo.jpg) no-repeat;
}

#service_title_open_seo{
	background:url(/images/service_title_open_seo.jpg) no-repeat;
}

#service_title_hosting{
	background:url(/images/service_title_hosting.jpg) no-repeat 9px 8px;
}

#service_title_sel_hosting{
	background:url(/images/service_title_sel_hosting.jpg) no-repeat;
}

#service_title_open_hosting{
	background:url(/images/service_title_open_hosting.jpg) no-repeat;
}

#service_title_quote{
	background:url(/images/service_title_quote.jpg) no-repeat 9px 8px;
}

.service_sub_container{
	border-bottom:1px solid #d1d1d1;
	width:239px;
	font-size:11px;
}

.service_sub_item a{
	display:block;
	padding:9px 20px 9px 42px;
	color:#5a5858;
	text-decoration:none;
	background:url(/images/service_sub_item.jpg) no-repeat 220px 13px #e7e7e7;
}

.service_sub_item a:hover{
	background:url(/images/service_sub_item_hover.jpg) no-repeat 220px 13px #cccccc;
}

.service_sub_item_sel a{
	display:block;
	width:188px;
	padding:9px 20px 9px 42px;
	color:#fff;
	text-decoration:none;
	background:url(/images/service_sub_item_sel.jpg) no-repeat;
}

#service_menu_top{
	height:0;
	font-size:0;
	width:239px;
	border-bottom:1px solid #d1d1d1;
}

#service_menu_base{
	height:0;
	font-size:0;
	width:239px;
	border-top:1px solid #e8e8e8;
}

/* End Service Page */

/* Portfolio Page */

#portfolio_container{
	background:url(/images/content_bg_service.jpg) repeat-y left;
}

#portfolio_menu{
	float:left;
	width:252px;
	padding:13px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#portfolio_content{
	float:left;
	padding:8px 0 0 11px;
	width:671px;
}

.portfolio_title{
	border-top:1px solid #e8e8e8;
	border-bottom:1px solid #d1d1d1;
	width:224px;
	height:26px;
	padding:12px 0 0 15px;
	color:#4c4b4b;
	font-size:13px;
	font-weight: bold;
}

.portfolio_sub_container{
	border-bottom:1px solid #d1d1d1;
	border-top:1px solid #e8e8e8;
	width:239px;
	font-size:11px;
}

.portfolio_sub_item a{
	display:block;
	padding:9px 20px 9px 17px;
	color:#5a5858;
	text-decoration:none;
	background:url(/images/blog_sub_item.jpg) no-repeat 220px 13px #dcdcdc;
}

.portfolio_sub_item a:hover{
	background:url(/images/service_sub_item_hover.jpg) no-repeat 220px 13px #cccccc;
}

.portfolio_sub_item_sel a{
	display:block;
	width:213px;
	padding:9px 20px 9px 17px;
	color:#fff;
	text-decoration:none;
	background:url(/images/service_sub_item_sel.jpg) no-repeat;
}

#portfolio_menu_top{
	height:0;
	font-size:0;
	width:239px;
	border-bottom:1px solid #d1d1d1;
}

#portfolio_menu_base{
	height:0;
	font-size:0;
	width:239px;
	border-top:1px solid #e8e8e8;
}

.portfolio_box_left_col{
	float:left;
	width:220px;
}

.portfolio_box_right_col{
	float:right;
	width:400px;
}

.portfolio_tags{
	font-size:11px;
}

/* End Portfolio Page */

/* Content Page */

#content_page_container{
	width:911px;
	margin:0 auto;
	padding:8px 0 10px 0;
}

.content_box_wide_top{
	background:url(/images/content_box_wide_top.jpg) no-repeat;
	height:6px;
	font-size:0;
}

.content_box_wide{
	background:url(/images/content_box_wide.jpg) repeat-y;
	padding:8px 16px 5px 16px;
}

.content_box_wide_left_col{
	float:left;
	width:432px;
}

.content_box_wide_right_col{
	float:right;
	width:432px;
}

.content_box_wide_bottom{
	background:url(/images/content_box_wide_bottom.jpg) no-repeat;
	height:6px;
	font-size:0;
	margin:0 0 10px 0;
}

.content_col_left{
	float:left;
	width:436px;
}

.content_col_right{
	float:right;
	width:436px;
}

.content_col_top{
	background:url(/images/content_col_top.jpg) no-repeat;
	height:4px;
	font-size:0;
}

.content_col{
	background:url(/images/content_col.jpg) repeat-y;
	padding:8px 16px 5px 16px;
}

.content_col_bottom{
	background:url(/images/content_col_bottom.jpg) no-repeat;
	height:5px;
	font-size:0;
	margin:0 0 10px 0;
}

/* End Content Page */

/* Blog Page */

#blog_container{
	background:url(/images/content_bg_service.jpg) repeat-y left;
}

#blog_menu{
	float:left;
	width:252px;
	padding:13px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#blog_content{
	float:left;
	padding:8px 0 0 0;
	width:682px;
}

.blog_title{
	border-top:1px solid #e8e8e8;
	border-bottom:1px solid #d1d1d1;
	width:224px;
	height:26px;
	padding:12px 0 0 15px;
	color:#4c4b4b;
	font-size:13px;
	font-weight: bold;
}

#blog_title_category{
	color:#63427b;
}

.blog_sub_container{
	border-top:1px solid #e8e8e8;
	border-bottom:1px solid #d1d1d1;
	width:239px;
	font-size:11px;
}

.blog_sub_item a{
	display:block;
	padding:9px 20px 9px 17px;
	color:#5a5858;
	text-decoration:none;
	background:url(/images/blog_sub_item.jpg) no-repeat 220px 13px #dcdcdc;
}

.blog_sub_item a:hover{
	background:url(/images/service_sub_item_hover.jpg) no-repeat 220px 13px #cccccc;
}

.blog_sub_item_sel a{
	display:block;
	width:188px;
	padding:9px 20px 9px 42px;
	color:#fff;
	text-decoration:none;
	background:url(/images/service_sub_item_sel.jpg) no-repeat;
}

#blog_menu_top{
	height:0;
	font-size:0;
	width:239px;
	border-bottom:1px solid #d1d1d1;
}

#blog_menu_base{
	height:0;
	font-size:0;
	width:239px;
	border-top:1px solid #e8e8e8;
}

.blog_item_date{
	float:left;
	width:50px;
	padding:5px 0 0 0;
	position:relative;
	z-index:10;
	color:#646464;
	text-align:center;
	background:url(/images/blog_arrow.jpg) no-repeat right 16px;
}

.blog_date_month{
	font-size:11px;
	line-height:11px;
	text-transform:uppercase;
}

.blog_date_day{
	font-size:22px;
	line-height:22px;
	font-weight:bold;
}

.blog_date_year{
	font-size:10px;
	line-height:11px;
}

.blog_item_content, .home_blog_item_content{
	float:left;
	width:610px;
	position:relative;
	z-index:9;
	left:-1px;
	border-left:1px solid #d7d7d7;
	border-right:1px solid #d9d9d9;
	background:#f2f2f2;
	padding:10px;
	margin:0 0 8px 0;
}

.home_blog_item_content{
	width:559px;
}

#home_blog{
	padding:8px 0 0 0;
}

/* End Blog Page */

/* Forms */

.form_table td{
	padding:5px 7px;
	color:#4f4f4f;
}

.form_text_input, .form_textarea, .form_text_input_error, .form_textarea_error{
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #dfdfdf;
	width:230px;
}

.form_text_input_error, .form_textarea_error{
	border:1px solid #920000;
}

.required_field{
	color:#920000;
	font-size:15px;
}

#form_purple_action{
	text-align:right;
	font-weight:normal;
	color:#7d3e82;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:28px 26px 6px 0;
}

#form_purple_action img{
	padding:0 0 0 10px;
}

#error_message{
	background:url(/images/form_error_box.png) no-repeat;
	width:325px;
	height:46px;
	padding:20px 10px 20px 7px;
	font-size:11px;
	color:#ad2f2f;
	position:absolute;
	margin:-38px 0 0 120px;
	z-index:100;
	text-align:center;
}

#error_message strong{
	color:#683a3a;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	padding:0 0 3px 0;
	display:block;
}

#success_message{
	background:url(/images/form_success_box.png) no-repeat;
	width:325px;
	height:46px;
	padding:20px 10px 20px 7px;
	font-size:11px;
	color:#4b7711;
	position:absolute;
	margin:-38px 0 0 120px;
	z-index:100;
	text-align:center;
}

#success_message strong{
	color:#4c6038;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	padding:0 0 3px 0;
	display:block;
}

.form_select{
	padding:2px;
	border:1px solid #dfdfdf;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.form_select option{

}

/* End Forms */

.table_spec th {
	border-bottom: 2px solid #ccc;
	padding: 3px;
	margin: 0;
	text-align: left;
}

.table_spec td {
	border-bottom: 1px solid #d5d5d5;
	padding: 5px 3px;
	margin: 0;
}

.table_spec_base td {
	border-top: 1px solid #d5d5d5;
	border-bottom: none;
}

#our_customers{
	padding:8px 0;
	width:934px;
	margin:0 auto;
}

.tweet{
	padding:10px 0 0 8px;
	color:#515151;
}

#tweet_time{
	padding:5px 0 5px 8px;
	font-size:11px;
	color:#888;
}

#tweet_time a{
	color:#888;
	text-decoration:none;
}