body {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:23px;
	color:#666;
	background-color: #fff;
	margin:0 auto;



}

.home {
font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:23px;
	margin:0px;
	background-color: #fff;
	background-image: url(images/bg-index2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	

}
.home3{
font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:23px;
	margin:0px;
	background-color: #fff;

}

html{
min-height:100%;
height:100%;


}

hr {
	border: 0 #ccc  dotted;
	border-top-width: 1px;
	clear: both;
	height: 0;
	

	
}
/* `Spacing
----------------------------------------------------------------------------------------------------*/
ol li {
	list-style: circle;
margin-left:20px;	
	

}
ul li {
	list-style-type: circle;
	margin-left:20px;	
	
}

/* imgage alignment
----------------------------------------------------------------------------------------------------*/
.alignright {
float: right; 
margin: 0 0 20px 20px;

}
.alignleft {
float: left; 
margin: 0 20px 10px 0;

}
.aligncenter {
text-align:center;
}
a img {
border:none;
}

a{
color:#ec5c10;
text-decoration:none;
}
a:hover{
color:#000;

}


p {
	font-weight:normal;
	margin:0px 0 20px 0;
	
}

small {
	font-size:10px;
	margin:0;
}
.line {
	border-bottom:1px dashed #000;
	margin-top:15px;
	margin-bottom:15px;	
}

.imgborder {
	border:1px solid #D6D6D6;
	padding:4px;
	background:#fff;

}
blockquote {
	border:1px solid #eee;
	background-color:#fff;
	padding:10px 10px 10px 20px;
	margin:10px 0px 10px 0px;
	border-left:3px solid #eee;
	font-size:11px;
	color:#666;
}

.read, .button {
	background:#eee;	
	text-transform:uppercase;
	font-size:10px;
	padding:5px 10px;
	color:#333;
	width:180px;
	line-height:15px;
	border:1px solid #ddd;
		
}

.read:hover, .button:hover {	
	
	background-color:#fff;
	border:1px solid #ddd;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: bold; color: #000; }

h1 { font-size: 2.00em; line-height: 1em; margin-bottom: 20px; }
h2 { font-size: 1.50em; margin: 0 0 15px 0; letter-spacing:0px; }
h3 { font-size: 1.50em; line-height: 1em; margin-bottom: 15px; }
h4 { font-size: 1.25em; line-height: 1.25em; margin-bottom: 10px; }
h5 { font-size: 1.00em; font-weight: normal; margin-bottom: 10px; }
h6 { font-size: .75em; font-weight: normal; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

/* messsages
-------------------------------------------------------------- */

.allert-message{
background-color: #FFFFCC;
color:#333;
padding:10px;
border:1px solid #FFCC66;

}

.warning-message{
background-color: #FF3300;
color:#fff;
padding:10px;
border:1px solid #CC3300;

}
.success-message{
background-color:#99CC33;
color:#333;
padding:10px;
border:1px solid  #999003;

}


/* background effect
-------------------------------------------------------------- */
.main_page {
	width:960px;
	

	

}

.sub_page {
	width:960px;
	height:180px;
	

}

.menu_bg {
	height:40px;
	float:right;
	font-size:11px;
	text-transform:uppercase;
	margin-top:26px;
	margin-right:0px;
	padding-left:0px;

}
/* Logo 
-------------------------------------------------------------- */
.logo {
	margin:18px 0 0px 0px;

}

.logo a{
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	display:block;
	width:192px;
	height:81px;
	z-index:222;
	
}
.logo img{
z-index:-1;


}
/* slider
-------------------------------------------------------------- */

.sliderbg{
	background:url(images/slider-bg.png) no-repeat;
	width:960px;
	height:370px;
	position:relative;	
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;

	
}

#slider_nav {
	position:absolute;
	top: 360px;
	right:445px;
	z-index:100;
	}

#slider_nav a, #slider_nav a:visited {
	background:url(images/gallery_nav.png) 0 0 no-repeat;
	float: left; 
	margin-left:5px;
	width: 13px;
	height: 13px;
	overflow: hidden;
	text-decoration: none;
	text-indent: -9999px;

}

#slider_nav a:hover {
	background:url(images/gallery_navhover.png) 0 0 no-repeat;
}

#slider_nav a.activeSlide {
	background:url(images/gallery_navhover.png) 0 0 no-repeat;
}

.slideimgs img{
background:transparent;
margin-left:14px;
margin-top:14px;
border:1px solid #fff;
width:930px; 
height:310px;


}


/* slider2 / index 2 / home page 2
-------------------------------------------------------------- */

.sliderbg2{
	
	width:960px;
	height:370px;
	position:relative;	
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;

	
}

.sliderbg2 #slider_nav {
	position:absolute;
	top: 345px;
	right:445px;
	z-index:100;
	}

.sliderbg2 #slider_nav a, .sliderbg2 #slider_nav a:visited {
	background:url(images/gallery_nav.png) 0 0 no-repeat;
	float: left; 
	margin-left:5px;
	width: 13px;
	height: 13px;
	overflow: hidden;
	text-decoration: none;
	text-indent: -9999px;

}

.sliderbg2 #slider_nav a:hover {
	background:url(images/gallery_navhover.png) 0 0 no-repeat;
}

.sliderbg2 #slider_nav a.activeSlide {
	background:url(images/gallery_navhover.png) 0 0 no-repeat;
}

.sliderbg2 img{

border:1px solid #fff;



}


/* slider2 / index 2 / home page 2
-------------------------------------------------------------- */

.sliderbg3{
	width:960px;
	height:370px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	background-image: url(images/slider-bg3.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	
}


/* middle part
-------------------------------------------------------------- */
.mid_bg_home {
	width:960px;	
	background-color: #f9f9f9;
	margin:0 auto;
	margin-top:15px;
	background-image: url(images/grad-strip.jpg);
	background-repeat: repeat-x;
	background-position: top;
	overflow:hidden;
	
	
}


.mid_bg {
	width:960px;
	background-color: #f9f9f9;
	margin:0 auto;
	overflow:hidden;
background-image: url(images/grad-strip.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.mid_content {
	padding:30px 20px;
	margin:0 auto;
	background-image: url(images/grad-strip.jpg);
	background-repeat: repeat-x;
	background-position: top;
	
	
}

.newsbox {
	height:50px;
	padding:8px 0px 5px 20px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	background-color: #fff;
	background-repeat: repeat-x;
}

.twitter{
	height:48px;
	float:left;
	margin-right:40px;
}
.newsbox p {
	height:50px;
	line-height:45px;
	padding-left:30px;
	margin:0px;
	

}
.newsbox p li {
list-style:none;
	

}
.iconbox {
	width:246px;
	float:left;
	text-align:center;	
	margin:20px 0px;
	padding:0 30px;
	border-right:1px solid #DEDEDE;

}

.iconbox p {
	text-align:left;
}

.iconbox img {
	padding-bottom:15px;

}

.last {
	border:none;
	clear:right;
}


/* subpage
-------------------------------------------------------------- */
.subpage {
	width:920px;
	background:#fff;
	margin-top:15px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;	
	padding:20px;
	height: auto;
	
}

.subpage h2 {
	padding:10px 40px 5px 10px;
	float:left;
	color:#000;
	background-image: url(images/subpage-arrow.png);
	background-repeat: no-repeat;	
	background-position: right center;
	margin-right:20px;
	text-transform: uppercase;
	font-weight:bold;
	width: auto;
	

	

}

.subpage_text {
	display:block;
	padding-left:20px;
		

	
}

.services-desc{
border:1px solid #eee;
padding:20px;
background-color:#fff;
margin-bottom:20px;


}
.services-desc p, .services-desc strong, .services-desc h4, .services-desc .read{
margin-left:90px;


}
/* sub menu
-------------------------------------------------------------- */		
ul.submenu{
	margin:0px 0 20px 0px;
	padding:0;
	background-color:#ccc;

	}

	ul.submenu li {	
		margin-bottom:0px;
		list-style:none;
		margin-left:0px;

		
		}

	ul.submenu li a {
		height:28px;	
		background:#fff url(images/menu_arrow.gif) 10px 13px no-repeat;
		display:block;
		border-bottom:1px solid #eee;
		color:#000;
		padding:7px 0 0px 30px;
		margin-bottom:0px;		
		text-decoration:none;
	
		}

	ul.submenu li a:hover {	
		background:url(images/menu_arrowhover.gif) 10px 13px no-repeat;			
		color:#ec5c10;
		padding:7px 0 0px 30px;	
		text-decoration:none;
		background-color:#fff;
			
		}	
		
	ul.submenu li.current a {	
		background:url(images/menu_arrowhover.gif) 10px 13px no-repeat;			
		font-weight:bold;
		background-color:#fff;
			}
		
/* news headlines
-------------------------------------------------------------- */
ul.headlines{
	margin:0px 0 20px 0;
	padding:0;
	}

	ul.headlines li {		
		margin-bottom:15px;
		list-style-type:none;
		margin-left:0px;
		
		}

	ul.headlines li a {
		width:239px;
		height:40px;
		display:block;
		background:#fff;
		padding:10px;			
		text-decoration:none;
		border-bottom:1px solid #eee;
		border-right:1px solid #eee;
		}

	ul.headlines li a:hover {
			text-decoration:none;	
		}
		
	ul.headlines strong {
		color:#000;	

		}		

/* portfolio
-------------------------------------------------------------- */
.gallery li{

	width:228px;
	height:255px;
	background:#fff;
	float:left;
	border:1px solid #E8E8E8;
	padding:15px;
	margin-right:15px;
	margin-left:5px;
	margin-bottom:20px;
	overflow:hidden;
}


.gallery li:hover {
	background:#E9E9E9;
	border:1px solid #D1D1D1;	
	color:#333;
}

.Portfolio_box p {
	padding:6px 0 0 0;
}

.Portfolio_box2 {
	height:210px;
	margin-top:30px;
	margin-bottom:40px;
	border-bottom:1px  dotted #ddd;
	padding-bottom:40px;

}

/* common lists
-------------------------------------------------------------- */
ul.lists {
		padding:0px;
		margin:10px 0 10px 35px;
}

ul.lists li{
		list-style-type:disc;
		margin:0;
		padding:3px 0;
}



/* blog
-------------------------------------------------------------- */

.post {
width:580px;
margin-bottom:30px;
}

.post h2{
margin-bottom: 10px;

}
.post h2 a{
color:#000;


}
.date{
padding:0px 0 5px 0;

}

.entry {
margin:10px 0 5px 0;

}






/* footer
-------------------------------------------------------------- */	
	
.footer {
	width:960px;
	background:#fff;	
	padding:15px 0;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;	
	margin:0px auto 30px 0px;
	overflow:hidden;
	
}

.footer_left  {
		margin:10px 0px 0 20px;
}

.footer p, .footer h3 {
		margin:5px 0;
	
}

.logo_small {

	background-image: url(images/small_logo.png);
	background-repeat: no-repeat;
	width:160px;
	height:51px;
	display:block;

	
}


/* form
----------------------------------------------------------------------------------------------------*/		
		
label {
	display:block;
	float:none;
	font-size:12px;
	width:auto;
}

input {
	border:1px solid #C8C8C8;
	padding:2px;
	font-size:16px;
	color:#333;
	margin-top:5px;

}

.send {
	background:none;
	border:0;
}

textarea {
	padding:5px;
	border:1px solid #C8C8C8;
	width:375px;
}



/* @ comments style
----------------------------------------------------------------------------------------------------*/
	
h3#comments, #respond {
	color:#222;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border:1px solid #DADADA;
}
#commentform textarea {
	width: 99%;
	padding: 2px;
	border:1px solid #DADADA;
	color:#333;
	overflow:auto;
}

#commentform #submit2, #contactForm #submit2 {
	margin: 0;
	float: left;
	border:none;
	width:91px;
	height:28px;
	padding: 5px 10px;
	font-weight:bold;
	background-image: url(images/submit.gif);
	background-repeat: no-repeat;
	
}

#commentform #submit2:hover, #contactForm #submit2:hover {
	cursor: pointer;
}


.alt {
	margin: 0;
	padding: 10px;
}
ol.commentlist {
	margin:0px;
	padding:0px;
}
.commentlist a:link, .commentlist a:visited {
	color:#0099CC;
}
.commentlist li {
	margin: 5px 0 10px 0;
	padding: 15px 5px 10px 10px;
	list-style: none;
	border:1px solid #ccc;
	background-color:#f1f1f1;
	color:#333;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children {
	padding: 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
.navigation {
	background-image: url(images/pf-bg.jpg);
	background-repeat: repeat-x;
	background-position: -50px;
	font-size:2em;
}
.avatar {
	padding:5px;
	background-color:#fff;
	border:1px solid #ddd;
	float:right;
	width:auto;
}
