/* www.hexadamsel.com CSS - Main Styles*/
/*June 2009*/


/*Start Layout*/
body {
	background: url(../img/BG.jpg) repeat-x fixed;
	background-color: #ffffff;
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #666666;
	}
	
	#wrapper {
		width: 927px;
		margin: 0 auto;
		padding: 0 20px;
		}
		
		#content {
			background: #EDE9F2;
			height: 630px;
			width: 901px;
			margin: 0 auto;
			position: relative;	
			}
		
		#content_bg {
			background: url(../img/content_bg.gif) repeat-x #cccccc;
			width: 927px;
			}
			
			
		#copy {
			position: absolute;
			top: 100px;
			left: 35px;
			z-index: 10;
			}
			
			#col_left {
				width: 530px;
				float: left;
			}
			
			#col_right {
				width: 265px;
				float: left;
				margin-left: 35px;
			}
/*End Layout*/			

	
/*Start Header*/
#header {
	position: absolute;
	top: 60px;
	right: 60px;
	color: #7b5da2;
	font-weight: bold; 
	font-size: 12px;
	z-index: 20;
	}
	
#header a {
	font-weight: bold;
	color: #7b5da2; 
	text-decoration: none;
	}

#header a:hover {
	text-decoration: underline;
	}
	
#logo {
	position: relative;
	left: -35px;
	z-index: 20;
	width: 214px;
	}
/*End Header*/

			
/*Start navigation*/
#nav {
height: 35px;
width: 339px;
background: url(../img/nav.jpg) no-repeat 0 0;
list-style: none;
margin: 0px;
padding: 0px;
display: inline;
float: right;
margin-right: 30px;
}

#nav li {
float: left;
}

#nav a {
float: left;
display: block;
text-indent: -999px;
overflow: hidden;
text-align: center;
height: 35px;
}

#nav a:hover {
background: url(../img/nav.jpg) no-repeat 0 0;
}

#nav .examples a {height:35px; width: 113px;}
#nav .about a {height:35px; width: 113px;}
#nav .resume a {height:35px; width: 113px;}

#nav .examples a:hover {background-position: 0px -40px; height: 45px;}          
#nav .about a:hover {background-position: -113px -40px; height: 45px;}
#nav .resume a:hover {background-position: -226px -40px; height: 45px;}
/* End Navigation */

/*Start Sub Navigation*/
	#subnav {
		list-style: none;
		width: 150px;
		margin: 0px;
		padding: 0px;
		margin-left: 35px;
		padding-top: 5px;
		}
	#subnav li {
		text-transform: uppercase;
		font-weight: bold;
		padding-bottom: 20px;
		}
		
		#subnav ul {
			list-style: none;
			margin: 0px;
			padding: 0px;
			padding-top: 5px;
			}
			
		#subnav ul li {
			border-top: 1px solid #dbd3de;
			text-transform: none;
			font-weight: normal;
			padding: 0px;
			}
			
		#subnav ul li a {
			text-decoration: none;
			display: block;
			padding: 4px 5px;
			}
			
		#subnav ul li a:hover {
			color: #7b5da2;
			background: #dbd3de;
			}
			
/*End Subnav*/



/*Start Footer*/			
#content_ftr {
	background: url(../img/content_ftr.gif) no-repeat;
	width:927px;
	height: 25px;
	}

#copyright {
	padding: 10px 0px 20px 0px;
	text-align: center;
	color: #cccccc;
	font-size: 12px;
	}
/*End Footer*/


/*Start Common*/
img {
	border: 0px;
	}
	
p {
	margin-top: 0px;
	margin-bottom: 8px;
	}
	

	
a {
	color: #7b5da2;
	text-decoration: none;
	}
	
a:hover {
	color: #82be45;
	text-decoration: underline;
	}
	
h1 {
	margin-top: 0px;
	font-weight: bold;
	font-size: 16px;
	color: #7b5da2;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
	
h1.example_title {
	color: #666666;
	font-size: 13px;
	letter-spacing: normal;
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
	}
	
h1 span.web_link {
	text-transform: none;
	font-weight: normal;
	padding-left: 20px;
	}
	
h1.title_main {
	border-bottom: 1px solid #dbd3de;
	padding-left: 100px;
	padding-right: 3px;
	display: inline;
	
		}
	
h1.title_side {
	border-bottom: 1px solid #dbd3de;
	padding-left: 25px;
	padding-right: 3px;
	display: inline;
	clear: both;
	}
		
.example_img {
	height: 280px;
	width: 408px;
	text-align: center;
	float: right;
	margin-right: 30px;
	}
	
.example_btn {
	float: right;
	width: 20px;
	}
	
.example_btn a:link, .example_btn a:visited, .example_btn a:active  {
	height: 15px;
	width: 20px;
	margin-bottom: 10px;
	background: url(../img/btn_lp.gif) no-repeat top;
	border: 1px solid #000000;
	display: block;
	border: 0px;
	}
	
.example_btn a:hover {
	background: url(../img/btn_dp.gif) no-repeat top;
	}
	
.center {
	text-align: center;
	}
	
.right {
	text-align: right;
	}
	
#facts {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#faq li, #facts li{
	margin-bottom: 10px;
	font-weight: bold;
	}
	
	#faq .answer, #facts .answer {
		font-weight: normal;
		}
		
.testimonial {
	font-style: italic;
	text-align: left;
	width: 100%;
	}
	
	.testimonial2 {
		font-style: normal;
		text-align: right;
				}
				
.green {
	color: #82be45;
	}
	
.grey {
	color: #666666;
	}
	
.dpurple {
	color: #7b5da2;
	}
	
.lpurple {
	color: #ede9f2;
	}
	
#service_list {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 235px;
	}
	
#service_list li {
	width: 117px;
	float: left;
	padding-bottom: 4px;
	}
	
#follow_me {
	position: absolute;
	bottom: 50px;
	right: 40px;
	}
	
#follow_me img {
	padding: 0px 10px;
	}
	
#recent_proj {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: right;
	display: inline;
	margin-top: 15px;
	}
	
#recent_proj li {
	float: left;
	margin: 0px 11px;
}

	
