/* 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:url(/images/body_bg.jpg) repeat-x #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;
}

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;
}

/* End Text styles */

/* Core layout */

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

.clear_space{
	height: 14px;
}

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

.container_inner{}

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

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

#header{
	padding:25px 0 0 0;
	height:106px;
}

#logo{
	float:left;
	padding:17px 0 0 27px;
	width:199px;
}

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

#header_menu{
	font-size:10px;
	text-transform:uppercase;
	padding:13px 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:#dbdbdb;
	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;
}

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

#top_menu{
	clear:both;
	background:url(/images/top_menu_bg.jpg) repeat-x;
	height:34px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#top_menu .menu_item, #top_menu .menu_item_sel {
	float:left;
	height:34px;
	padding:0 2px 0 0;
	background:url(/images/top_menu_divider.jpg) no-repeat right;
}

#top_menu .menu_item_sel{
	background:url(/images/top_menu_divider_sel.jpg) no-repeat right;
}

#top_menu .menu_item a, #top_menu .menu_item_sel a{
	display:block;
	float:left;
	color:#ababab;
	text-decoration:none;
	padding:11px 12px 0 12px;
	height:23px;
}

#top_menu .menu_item_sel a{
	background:url(/images/top_menu_bg_sel.jpg) repeat-x;
	color:#fff;
}

#top_menu .menu_item a:hover{
	color:#fff;
	background:url(/images/top_menu_bg_hov.jpg) repeat-x;
}

#top_menu .menu_item_home a{
	background:url(/images/top_menu_home.jpg) no-repeat center;
	width:18px;
}

#top_menu .menu_item_home a:hover{
		background:url(/images/top_menu_home_hov.jpg) no-repeat center;
}

#top_menu .menu_item_home a{
	padding:10px 8px 0 6px;
}

#top_menu_l{
	background:url(/images/top_menu_left.jpg) no-repeat;
	width:4px;
	float:left;
	height:34px;
}

#top_menu_r{
	background:url(/images/top_menu_right.jpg) no-repeat;
	width:4px;
	float:right;
	height:34px;
}

#content_area{
	background:url(/images/content_bg.png) repeat-y center;
	width:960px;
	padding:0 6px;
}

#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 15px;
	float:left;
	width:720px;
	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/divider_coloured.jpg) no-repeat;
	height:5px;
	font-size:0;
}

#base_content{
	background:url(/images/footer_content_bg.jpg) no-repeat;
	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:url(/images/footer_bg.jpg) no-repeat;
	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 15px;
}

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

/* End Core layout */

/* Sub Header */

#sub_header{
	height:130px;
	overflow:hidden;
	border-top:3px solid #535353;
	border-bottom:3px solid #3a3a3a;
	color:#f5f5f5;
}

#sub_header a{
	color:#f5f5f5;
	text-decoration:none;
}

#sub_header a:hover{
	text-decoration:underline;
	color:#fff;
}

#sub_header ul{
	padding:0 0 8px 14px;
	margin:8px 0 0 0;
}

#sub_header li{
	margin:0 0 0 0;
	color:#fff;
	font-size:11px;
}

#sub_header h3{
	color:#f5f5f5;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight:normal;
	margin:12px 0 0 0;
}

#sub_col_1, #sub_col_1_hov{
	width:227px;
	padding:0 0 0 15px;
	height:181px;
	float:left;
	background:url(/images/sub_col_1_hov.jpg) no-repeat;
}

#sub_col_1{
	background:url(/images/sub_col_1.jpg) no-repeat 0 -15px;
}

#sub_col_2, #sub_col_2_hov{
	background:url(/images/sub_col_2_hov.jpg) no-repeat;
	width:227px;
	padding:0 0 0 10px;
	height:181px;
	float:left;
}

#sub_col_2{
	background:url(/images/sub_col_2.jpg) no-repeat 0 -15px;
}

#sub_col_3, #sub_col_3_hov{
	background:url(/images/sub_col_3_hov.jpg) no-repeat;
	width:227px;
	padding:0 0 0 10px;
	height:181px;
	float:left;
}

#sub_col_3{
	background:url(/images/sub_col_3.jpg) no-repeat 0 -15px;
}

#sub_col_4, #sub_col_4_hov{
	background:url(/images/sub_col_4_hov.jpg) no-repeat;
	width:234px;
	padding:0 0 0 10px;
	height:181px;
	float:left;
}

#sub_col_4{
	background:url(/images/sub_col_4.jpg) no-repeat 0 -15px;
}

/* End Sub Header */

/* 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 */

#home_content{
	padding: 5px 12px;
}

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

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

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

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

.home_content_box h2 {
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 17px;
}

.home_content_box_left_col{
	float:left;
	width:290px;
}

.home_content_box_right_col{
	float:right;
	width:290px;
}

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

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

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

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

.home_side_box_plain{
	padding:8px 16px 5px 16px;
}

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

/* End Home Page */

/* Service Page */

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

#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;
}