/* CSS Document 
   ____ ____ ____    _              ____ ____     _    ___ ____   _     ___  _   _  ____ __  __ _   _ ___ ____  
  / ___/ ___/ ___|  | |__  _   _   / ___|  _ \   / \  |_ _/ ___| | |   / _ \| \ | |/ ___|  \/  | | | |_ _|  _ \ 
 | |   \___ \___ \  | '_ \| | | | | |   | |_) | / _ \  | | |  _  | |  | | | |  \| | |  _| |\/| | | | || || |_) |
 | |___ ___) |__) | | |_) | |_| | | |___|  _ < / ___ \ | | |_| | | |___ |_| | |\  | |_| | |  | | |_| || ||  _ < 
  \____|____/____/  |_.__/ \__, |  \____|_| \_\_/   \_\___\____| |_____\___/|_| \_|\____|_|  |_|\___/|___|_| \_\
                           |___/                                                                                                                                                              
*/
/* CSS layout */
body {
	text-align:center;
	font-family:sans-serif;
	font-size: .9em;
	padding:0;
	margin: 0;
	background-color: #eaeae9;
	background-image: url(siteimages/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#frame {
	margin:0 auto;
	position:relative;
	text-align:left;
	width:940px;		
}

#header {
	background-image: url(siteimages/header_BG.jpg);
	background-repeat: no-repeat;
	height: 106px;
	width: 940px;
}

#col_1 {
	width:295px;
	float:left;
	min-height:325px;
	margin-top: 0px;
	margin-right:25px;
}

#col_2 {
	width:295px;
	float:left;
	min-height:325px;
	margin-top: 0px;
	margin-right:25px;}

#col_3 {
	width:295px;
	float:left;
	min-height:325px;
	margin-top: 0px;
	margin-right:0px;
}

#portfolio{
	margin-top:25px;
	margin-bottom:20px;
}

#portfolio p{
	margin-bottom:50px;
}


/* CSS ul, li, p, headings */

p {
	color:#575757;
	padding-left:4px;
	display:block;
	font-size: .8em;
	line-height: 1.8em;
	margin-bottom: 15px;
}

p a {
	color: #666666;
	text-decoration:underline;
}

h1 {
	color:#fff;
	padding:7px;
	display:block;
	font-size: 1em;
	line-height: 1.7em;
	margin-top: 40px;
	text-shadow: #2e5a8a 0 1px 0;
	background-image: url(siteimages/h1_BG.jpg);
	background-repeat: no-repeat;
}

h2 {
	padding-left:5px;
	font-size:0.8em;
	display:block;
	line-height: 1.5em;
	margin-bottom: 3px;
}

h2 a{
	color:#333;
	display:inline;
	margin-bottom: 3px;
}

h2 a:hover{
	color:#0099ff;
	display:inline;
	margin-bottom: 3px;
}

h4 {
	padding-left:5px;
	font-size:0.9em;
	display:block;
	line-height: 1.5em;
	margin-bottom: 40px;
}


a:hover {
	color: #333333;
}

.contact{
vertical-align:middle
}

/* main navigation styles*/
#nav {
	width:450px;
	float:right;
	color: #333;
	margin-top:53px;
	font-size:0.9em;
	text-align:right;
}

#nav ul {
	margin: 0px;
	padding: 0px;
}

#nav li {
	margin: 0px;
	display:inline;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 26px;
}

#nav ul li a {		
	color:#999999;
	text-decoration: none;
}

#nav ul li a:hover {
	color:#666666;
}

/* like btm */
#like{
	width:940px;
	height:344px;
	background-image: url(siteimages/testimonials.jpg);
	background-repeat: no-repeat;
}

#share a {
	text-indent:-9999px;
	display: block;
	border:0;
	padding:0;
	margin:10px auto;
	width: 940px;
	height: 344px;
	overflow: hidden;
	text-decoration:none !important;
	background-image: url(siteimages/testimonials.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* footer styles*/
#footer {
	clear:both;
	width:100%;
	text-align:center;
	background-color:#e7e7df;
	font-size:1em;
	background-image: url(siteimages/vtip_bg.jpg);
	background-repeat: repeat;
	height: 75px;
	background-position: top;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
}

#footer ul {
	color:#666;
	text-align:center;
	font-size:0.7em;
	padding-top:0px;

}

#footer ul li a:hover {
	color:#666;
	background-color:transparent;
}

#footer ul li a {
	color:#333333;
	text-decoration:none;

}

#footer ul li {
	display:inline;
	margin:0;
	padding:0;

}
	
	  
/*home page slider*/
#slider{}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:940px;
	height:334px;
	overflow:hidden; 
	}	
	
#prevBtn, #nextBtn{ 
	display:block;
	width:40px;
	position:absolute;
	left:-20px;
	top:106px;
	}
		
#prevBtn{ 
	left:-20px;
	}

#nextBtn{ 
	left:917px;
	}
															
#prevBtn a, #nextBtn a{  
	display:block;
	width:40px;
	height:350px;
	background:url(images/back.png) no-repeat 0 0;	
	}	
	
#nextBtn a{ 
	background:url(images/next.png) no-repeat 0 0;	
	}
	
/* image replacement for buttons*/
.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }

/* client testimonials hover */
p#vtip {
	width:400px;
	display: none;
	position: absolute;
	padding: 10px;
	left: 5px;
	font-size: 0.9em;
	border: 1px solid #666;
-moz-border-radius: 5px; -webkit-border-radius: 5px; 		z-index: 9999;
	text-align: left;
	background-image: url(siteimages/vtip_bg.jpg);
	background-repeat: repeat;
}
p#vtip #vtipArrow { position: absolute; top: -10px; left: 5px }


/* contact form */

.form{
	color:#666;
	padding-left:4px;
	display:block;
	font-size: .8em;
	line-height: 1.5em;
	margin-bottom: 0px;
    margin-top: 10px;
}

input, textarea{
	background-image: url(siteimages/form_bg.jpg);
	background-repeat: repeat;
	border:1px solid #999; 
}

.submit{
	border:0px; 
}
