body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	background:#f2f2f2 top repeat-x url('../images/bg.jpg');
	color:#707070;
	margin:0;
	padding:0;
}
/********************************************************************************************** GLOABAL STYLES */

h1{
	color:#383838;
	font-size:28px;
	}
h2{
	color:#383838;
	font-size:26px;
	}
h3{
	color:#383838;
	font-size:18px;
	}
h4{
	color:#383838;
	font-size:16px;
	}
h5{
	color:#383838;
	font-size:14px;
	}
.space {
	width: 30px;
	height: 30px;
}
h6{
	color:#383838;
	font-size:12px;
	}
h7{
	color:707070;
	font-size:12px;
	line-height: 2em;
	}

small{
	font-size:11px;
	}
b, strong{
	font-weight:bold;}
i, em{
	font-style:italic;
	}
p{
	padding:15px 0px 15px 0px;
	line-height:21px;
	text-align: justify;
	}
.fleft{ float:left;}
.fright{ float:right;}
.alignleft{
	float:left;
	margin: 3px 10px 10px 0px;
	}
.alignleft02{
	float:left;
	margin: 30px 10px 10px 8px;
	color: #999999;
	font-size: 11px;
	}
.alignright{
	float:right;
	margin: 30px 35px 10px 0px;
	color: #999999;
	font-size: 11px;
	}
	
.attention {
	color: #FF0000;
	font-style: italic;
}
	
#content ul, ol{
	position:relative;
	margin:10px 0px;
	}
#content  ul p {
	margin-top: 0px;
	margin-bottom: 5px;
	}
#content ul li, ol li{
	padding:0px 0 0 5px;
	margin:0 0 0 30px;
	}
#content  ul {
	padding-bottom: 20px;
	}
#content ul li{
	list-style-type:circle;
	}
#content ol li{
	list-style-type: decimal;
	}

#content table{
	width:100%;
	border-collapse:collapse;
	margin-top:10px;
	}
#content table tr th{
	background-color:#5B5B5B;
	color:#FFF;
	padding:5px;
	text-align:center;
	border:1px #d6d6d6 solid;
	}	
#content table tr td{
	background-color:#FFFFFF;
	padding:5px;
	text-align:left;
	border:1px #d6d6d6 solid;
	}		
	

#main-container{
	width:962px;
	margin:0px auto 0px auto;
	display:block;
	}
	
	.block{
	border-width:0;
	width:110%;
	margin-bottom:20px;
}
	
	.col{
	float:left;
	width:215px;
	overflow:hidden;
	margin-right: 5px;
	padding-right: 7px;
}
.col  img{
	border: 1px solid #2C7192;
}
.col h4{
	color: #3FA1CB;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	padding-top: 15px;
}
.col  h5{
	color: #000000;
	font-size: 12px;
	font-style: normal;
	text-align: center;
}

/********************************************************************************************** Header */
#header{
	position:relative;
	display:block;
	width:962px;
	height:187px;
	margin:0px auto;
	background:top center no-repeat url('../images/header.jpg');
	}
.logo_link{
	position:absolute;
	width:704px;
	height:171px;
	top:10px;
	left:250px;
	}
	
	
/********************************************************************************************** Twitter */	
	div#twitter_div ul li {
	line-height: 24px;
	margin-top: 0px;
}

ul#twitter_update_list li{display: block; min-height: 0;}	
#twitter p{
	padding:0px 0px 15px 0px;
	line-height:12px;
	text-align: justify;
	}
a#twitter { background-position: left -60px; }
a:hover#twitter { background-position: left -90px; }
h1#twitter_title { background-position: left -25px; }
/********************************************************************************************** Menu */
#menu_wrap {
	display:block;
	width:962px;
	height:50px;
	z-index:1;
	background-image: url(../images/menuBar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 0px;
	margin: 0 auto;
	}
#menu_wrap  a.current{
		/* styles in template_style.css */
	}
/* - more styles for menu are in in superfish.css - */

/********************************************************************************************** Banner */
#banner_wrap {
	position:static;
	display:block;
	width:962px;
	height:362px;
	margin:0px auto;
	background:top center no-repeat url('../images/banner_bg.jpg');
	margin-bottom:10px;
	z-index:100;

	}
/********** styles for banner text slideshow */
#description{
	height:350px;
	width:340px;
	display:inline;
	margin:30px 0 0 30px;
	z-index:100;
	float:left;
	}
#description h2{
	/* styles in template_style.css */
	}
	
#description h3{
		/* styles in template_style.css */
		}	
	
#slideshow2 ul li{
	  display:block;
	  width:340px;
	  height:350px;
	  float:left;
	}
		
#description .readmore{
	display: inline-block;
	width:116px;
	height:34px;
	background:top center no-repeat url('../images/readmore.jpg');
	margin-right:5px;
	margin-top:20px;
	}
#description .see_portfolio{
	display: inline-block;
	width:116px;
	height:34px;
	background:top center no-repeat url('../images/see.jpg');
	margin-right:5px;margin-top:20px;
	}
	
/********** styles for banner images slideshow */	
#imgs{	  
  position:relative;
  width:480px;
  float:right;
  height:300px;
  display:block;
  right:40px;
  top:40px;
  background-color:#333;
  }	
  

#banner_wrap .prev, #banner_wrap .next{
	display:block;
	width:35px;
	height:51px;
	cursor:pointer;
	}

#banner_wrap .prev{
	position:absolute;
	z-index:5;
	top:88px;
	left:-44px;
	}
#banner_wrap .next{
	position:absolute;
	z-index:5;
	top:141px;
	left:-44px;
	}

/********************************************************************************************** Banners for subpages */	
#small_banner_wrap{
	display:block;
	width:932px;
	height:90px;
	margin:0px auto;
	margin-bottom:10px;
	font-size:18px;
	padding:40px 0 0 30px;
	background-image: url(../images/lower_banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
.banner_about{
	background-image: url(../images/small_banner_services.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
.banner_blog{
	background:top center no-repeat url('../images/small_banner_blog.jpg')
	}
.banner_portfolio{
	background:top center no-repeat url('../images/small_banner_portfolio.jpg')
	}
.banner_contact{
	background:top center no-repeat url('../images/small_banner_contact.jpg')
	}
.border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.banner_404{
	background:top center no-repeat url('../images/small_banner_404.jpg')
	}
	
/**********************************************************************************************  Content */
#content_wrap{
	position:relative;
	display:block;
	width:930px;
	padding:20px 1px 20px 31px;
	}
#content{
	display:block;
	width:560px;
	float:left;
	}
#content h2{
	float:left;
	border-bottom: 1px #CCC solid;
	padding-bottom: 10px;
	}
#content img{
	}
	
.content_bg_nosidebar{
	background: repeat-y url('../images/content_bg_white.jpg');
	
 	}
.corners_top_nosidebar{
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	width:962px;
	height:10px;
	background:#F2F2F2 center bottom  no-repeat url('../images/top_corners.jpg'); 
	}
.corners_bottom_nosidebar{
	position:absolute;
	bottom:-1px;
	left:0px;
	display:block;
	width:962px;
	height:11px;
	background:#F2F2F2 center  top no-repeat url('../images/bottom_corners.jpg');
	}

.content_bg_sidebar{
	background: repeat-y url('../images/content_bg_sidebar.jpg');
	
 	}
.corners_top_sidebar{
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	width:962px;
	height:10px;
	background:#F2F2F2 center bottom  no-repeat url('../images/top_corners_subpage.jpg'); 
	}
	
.corners_bottom_sidebar{
	position:absolute;
	bottom:-1px;
	left:0px;
	display:block;
	width:962px;
	height:11px;
	background:#F2F2F2 center  top no-repeat url('../images/bottom_corners_subpage.jpg');
	}

/********************************************************************************************** Portfolio */
.corners_top_portfolio{
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	width:947px;
	height:33px;
	padding:20px 0px 0px 15px;
	background:#F2F2F2 center bottom  no-repeat url('../images/portfolio_top_corners.jpg'); 
	}
.corners_top_portfolio a{
	padding: 0px 15px 15px 15px;
	display:block;
	float:left;
	}	
	
.corners_top_portfolio a:hover, .corners_top_portfolio a.on{
	padding: 0px 15px 16px 15px;
	display:block;
	float:left;
	color:#000;
	background:bottom center no-repeat url('../images/portfolio_menu_mark.jpg');
	}
.corners_top_portfolio .submenu_title{
	float:left;
	padding: 0px 15px 16px 15px;
	display:block;
	float:left;
	color:#686a6f;
	}
	
.project{
	border-bottom:1px #CCC solid;
	padding-bottom:30px;
	margin-top:30px;
	width:890px;
	}
.project table tr td{
	vertical-align:top;
	}
.project table tr td.image a img{
	/* styles in template_style.css */
	}	
.project table tr td.image a img:hover{
	/* styles in template_style.css */
	}	
.project table tr td.break{
	width:20px;
	}
.project table tr td.description{
	vertical-align:text-top;
	}
		
/********************************************************************************************** Sidebar */
.sidebar_box{
	display: inline;
	width:280px;
	float:left;
	margin-right:30px;
	}
.sidebar_box02/********************************************************************************************** Sidebar */
{
	display: inline;
	width:900px;
	float:left;
	margin-right:30px;
	}
.sidebar_box02 img/********************************************************************************************** Sidebar */
{
	display: inline;
	float:left;
	margin: -5px 10px 0px 0px;
	}
.top_margin{
	margin-top:0px;}
.sidebar_box h2{
	color:#383838;
	font-size:21px;
	padding-bottom:10px;
	border-bottom:1px #CCC solid;
	}
.sidebar_box  h3{
	color:#383838;
	font-size:21px;
	padding-bottom:10px;
	border-bottom:1px #CCC solid;
	text-align: center;
	margin: auto 0;
	}
.gallerytitle  {
	color:#000000;
	font-size:21px;
	text-align: center;
	}
p.recent_post{
	border-bottom:1px #CCC solid;
	}

#sidebar{
	width:310px;
	display:block;
	float:right;
	}
	
.sub_menu a{
	display:block;
	width:235px;
	padding:10px 10px 10px 35px ;
	border-bottom:1px #CCC solid;
	}
.sub_menu a:hover{
	/* styles in template_style.css */
	}
	
	
	/********************************************************************************************** Table */		
table {
	border: 0;
	border-collapse: collapse;
	line-height: 2em;
	margin-left: 5px;
	text-indent: 10px;
}
td.desc1 {
	width: 180px;
	text-align: left;
}
td.price1 {
	width: 70px;
	text-align: right;
	padding-right: 15px;
}
td.desc2 {
	width: 180px;
	background: #ddd;
	text-align: left;
}
td.price2 {
	width: 70px;
	background: #ddd;
	text-align: right;
	padding-right: 15px;
}
#content_wrap .sidebar_box02 .block .col h4 {
	margin-bottom: 30px;
}
td.day1 {
	width: 40px;
	text-align: left;
}
td.hours1 {
	width: 150px;
	text-align: center;
	padding-right: 15px;
}
td.day2 {
	width: 40px;
	background: #ddd;
	text-align: left;
}
td.hours2 {
	width: 150px;
	background: #ddd;
	text-align: center;
	padding-right: 15px;
}


	/********************************************************************************************** Gallery */	

#gallery {
	position:relative;
	width:686px;
	border:6px solid #fff;
	background:images/bg
.gif; 																															background-color: #7E7E7E;
	background-image: url(images/bg.gif);
	padding: 10px;
	margin-left: 92px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#images {border:2px solid #9ac1c9; height:225px; background:#eef5f6; margin-bottom:20px}
#image {
	position:relative;
	width:672px;
	height:375px;
	padding:5px;
	border:2px solid #666;
	background-color: #FFF;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#image img {position:absolute; top:5px; left:5px}
#thumbwrapper {margin-top:10px; padding:5px 0; width:682px; height:100px; border:2px solid #666; background:#FFF}
#thumbarea {position:relative; overflow:hidden; height:100px; width:682px; }
#thumbs {position:absolute; list-style:none; margin-left:5px; height:100px; width:10000px; border-right:5px solid #FFF}
#thumbs li {float:left; margin-right:5px; cursor:pointer}
.imgnav {position:absolute; height:375px; width:20%; z-index:100; height:375px; width:20%; z-index:100; outline:none; cursor:pointer}
#previmg {
	left:0;
	border-left:5px solid #FFF;
	background-image: url(../images/left.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#previmg:hover {opacity:1; filter:alpha(opacity=100)}
#nextimg {
	right:0;
	border-right:5px solid #FFF;
	background-image: url(../images/right.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}
#gallery_leftmenu {
	position:static;
	padding:1px;
	font-size: 10px;
	font-style: italic;
	display: inline;
	margin-left: 400px;
}
	
/********************************************************************************************** Blog */	
.post{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px #CCC solid;
	}
.entry{}
.postmeta .link_one{
	/* styles in template_style.css */
	}
.postmeta .link_two{
	/* styles in template_style.css */
	}
.postmeta .link_one:hover,.postmeta .link_two:hover{
	/* styles in template_style.css */
	}
.clear{
	position:relative;
	display:block;
	width:930px;
	height:10px;
	clear:both;
	}



/********************************************************************************************** Contact Form */
span.red{
	color:#F00;}
.message{
	display:block;
	width:90%;
	padding:10px;
	margin:0px auto;
	color:#FFF;
	background-color:#2E3138;
	border:1px #999 solid;
	text-align:center;
	font-size:16px;
	}	
#commentForm { 
	width: 563px;
	background-color:#F9F9F9;
	
	}
#commentForm label.error { 
	width: 250px; text-align:left;  color: #F00; font-size:12px;
	}
#commentForm label.error{
	display:block;
	}

#commentForm input.submit:hover { 
 	background-color:#000000;
	}	
table.quote-form {
	margin:20px 0px;

	}
table.quote-form tr td{
	border:0px!important;
	background-color:#F9F9F9!important;
	}
table.quote-form tr td.field-name{
	width:150px;
	padding:12px;
	text-align:right;	

	}
table.quote-form input, table.quote-form select, table.quote-form textarea{
	width:330px;
	background-color:#F2F2F2;
	border:1px #C5C5C5 solid;
	padding:5px;
	}
table.quote-form select{
	width:342px;
	background-color:#F2F2F2;
	}
table.quote-form textarea{
	width:330px;
	height:200px;
	background-color:#F2F2F2;
	border:1px #C5C5C5 solid;
	padding:5px;
	}
table.quote-form .submit{
	/* styles in template_style.css */
	}
table.quote-form .submit:hover{
	/* styles in template_style.css */
	}	
	


/********************************************************************************************** Footer */


#footer_wrap{
	margin-top:20px;
	position:relative;
	display:block;
	width:962px;
	}
#top_footer{
	position:relative;
	display:block;
	width:930px;
	padding:20px 1px 20px 31px;
	}
#twitter{
	position:relative;
	display: inline;
	width:440px;
	margin-right:0px;
	float:left;
	border-right:1px #CCC solid;
	}
#twitter table tr td{
	vertical-align:top;
	}
#twitter table tr td.follow_me{
	width:170px;
	}
#get_connected{
	position:relative;
	display: inline;
	width:420px;
	margin:0px 30px 0px 0px;
	float:right;
	}
#pawprint01 {
	position:relative;
	display: inline;
	margin:-10px 5
]px 0px 0px;
	float:left;
	margin: 0px 5px 0px 0px;
	}
#pawprint02 {
	position:relative;
	display: inline;
	margin:-10px 5px 0px 0px;
	float:left;
	margin: -5px 0px 0px 0px;
	}
#pawprint03 {
	position:relative;
	display: inline;
	margin:-10px 5px 0px 0px;
	float:left;
	margin: -10px 10px 0px 0px;
	}

#bottom_footer{
	position:relative;
	display:block;
	width:962px;
	height:90px;
	font-size:12px;
	color: #999;
	margin:-5px 0 0 0; /* IE6 */
	padding:10px 0px;
	background: top no-repeat url('../images/footer_bg.jpg');
	}
#bottom_footer a{
	color:#999;
	text-decoration:none;
	}
#bottom_footer a:hover{
	color:#000;
	}
#top_button{
	display:block;
	top:0px;
	left:467px;
	position:absolute;
	width:29px;
	height:17px;
	font-size:9px;
	padding:8px 0 0 0;
	text-align:center;
	background: top no-repeat url('../images/top_bt.jpg');
	}
#bottom_footer a#top_button{
	color: #CCC;
	text-decoration:none;
	}
#bottom_footer a#top_button:hover{
	color:#FFF;
	text-decoration:none;
	}
#footer_menu{
	position:absolute;
	display:block;
	padding:1px;
	top:10px;
	right:15px;
	font-size: 10px;
	}
#footer_leftmenu {
	position:absolute;
	display:block;
	padding:1px;
	top:10px;
	left: 15px;
	font-size: 10px;
	width: 400px;
}
