/*
Basic Reset
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}

/*
General Styles
*/
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
.width_wrap {
    width:960px;
    margin:0 auto;
    position: relative;
}
ul {
	list-style-type: none;
}
.clear_it {
	clear:both;
}
/*
Header Styles
*/
#header {
	background: transparent url('../images/header_bg.jpg') repeat-x scroll;
	height:185px;
}
h1 {
    padding:20px 0px 49px 0px;
    text-align:right;
    font-size:40px;
    font-weight:normal;
    color:#009cb9;
    letter-spacing: -2px;
    margin-right:140px;
    top:30px;
    position: relative;
}

h1 span {
	color:#907653;
}
.logo_icon {
	position:absolute;
	top:24px;
	right:-95px;
}
/*
Nav Styles
*/
#main_nav  {
	font-size:22px;
}
#main_nav li {
	float:left;
	display: inline;
	margin:20px 80px 0px 0px;
}
#main_nav li a {
	color:#fff;
	text-decoration: none;
	line-height:37px;
	padding-right:20px;
}
#main_nav li a span {
	padding-left:17px;
}
#main_nav li a.active{
	background: transparent url('../images/sd_right.jpg') no-repeat scroll top right;
	display:block;
	height:37px;
	float:left;
}
#main_nav li a.active span {
	background: transparent url('../images/sd_left.jpg') no-repeat scroll top left;
	display:block;
	line-height:37px;
}	
/*
Featured Section
*/
#featured_section {
	background: transparent url('../images/featured_bg.jpg') repeat-x scroll;
	height:317px;
	position: relative;
}
.image_box {
	background: transparent url('../images/featured_glow.jpg') no-repeat scroll;
	height:315px;
	width:544px;
}
.tagline{
	text-indent:-9000%;
	margin:55px 0px 0px 0px;
	background: transparent url('../images/tagline-trans.png') no-repeat scroll;
	width:416px;
	display:inline;
	height:111px;
	float:right;
}
#featured_section p {
	position: absolute;
	color:#dfd3b6;
	top:175px;
	right:10px;
	width:400px;
    font-size:17px;
}
#featured_section ul.feature_list {
	color:#fff;
	position:absolute;
	top:240px;
	right:10px;
	width:400px;
	font-size:14px;
}
#featured_section ul.feature_list li {
	float:left;
	display:inline;
	margin:0px 60px 10px 0px;
	background: transparent url('../images/featured_icon-trans.png') no-repeat scroll;
	padding-left:20px;
}
#featured_section ul.second_set {
    top:265px;
}
#featured_section ul.second_set li {
    margin-right:94px;/*Change this as needed*/
}
.anythingSlider {
	float:left;
	display:inline;
}
.anythingSlider .wrapper ul li img{
    margin:20px 0px 0px 0px;
}
/*
Content Styles
*/
#content {
	color:#555;
	width:540px;
	font-size:15px;
	float:left;
}
#content h1 {
	/*H1 styles for content have to be overridden from logo */
	padding:0px;
    text-align:left;
    font-size:40px;
    font-weight:normal;
    color:#372f2d;
    letter-spacing:0px;
    padding:0px 0px 20px 0px;
    position: relative;
}
#content h2, h3, h4, h5, h6 {
	margin:30px 0px 10px 0px;
	font-weight: normal;
	font-family: Helvetica;
	color:#372f2d;
}
#content h2 {
	font-size:34px;
}
#content h3 {
	font-size:28px;
}
#content h4 {
	font-size:22px;
}
#content h5 {
	font-size:18px;
}
#content h6 {
	font-size:15px;
}
#content p {
	margin:20px 0px 30px 0px;
	line-height:26px;
}
#content ul {
	list-style-type: circle;
	margin:10px 0px 10px 30px;
}
#content ul li ul {
	list-style-type: disc;
}
#content a {
	color:#fff;
	text-decoration: none;
	background-color:#0eadd0;
	padding:2px;
}
#content a:hover {
	background-color:#15bde1;
	color: #fff;
	font-style: italic;
}
.error {
	margin:20px 0px;
	background: #F6DCD9 url(../images/cross_circle-trans.png) no-repeat scroll 10px 10px;
	border:1px solid #D7BBB8;
	padding:10px 0px 10px 20px;
	text-align:center;
	font-family: Georgia;
	font-style: italic;
}
.error:hover {
	background-color:#d74f4f;
	color:#fff;
	cursor:pointer;
	text-decoration: underline;
}
.success {
	margin:20px 0px;
	background: #DFE9B8 url(../images/tick_circle-trans.png) no-repeat scroll 10px 10px;
	border:1px solid #CAD3A6;
	padding:10px 0px 10px 20px;
	text-align:center;
	font-family: Georgia;
	font-style: italic;
}
.success:hover {
	background-color: #58e26a;
	color:#fff;
	cursor: pointer;
	text-decoration: underline;
}
/*
Sidebar Styles
*/
.sidebar_wrap {
	background-color: #e6ddc7;
	border:1px solid #c0c0c0;
	width:255px;
	margin:35px 10px 0px 0px;
	padding:7px;
	float:right;
	display:inline;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	box-shadow:2px 2px 20px #ddd;
	-moz-box-shadow:2px 2px 20px #ddd;
	-webkit-box-shadow:2px 2px 20px #ddd;
	
}
.sidebar {
	background-color:#ececec;
	border:1px solid #cbc1ab;
	color:#857f7d;
}
.sidebar .side_box {
	margin:20px auto;
	width:180px;
	background-color:#fff;
	padding:5px;
	border:1px solid #d9d9d9;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.sidebar .side_box img {
	vertical-align: middle;
}
.sidebar h2 {
	color:#35302d;
	text-align:center;
	font-size:34px;
	margin:15px 0px;
	border-bottom:1px solid #d2d2d2;
	font-family:Helvetica;
	font-weight: normal;
}
p.testimonial {
	margin:10px auto;
	width:230px;
	text-align: justify;
	font-style: italic;
	font-family:Georgia;
	line-height:23px;
	font-size:13px;
}
/*
Footer Styles
*/
#footer {
	background:#0294b4 url('../images/footer_bg.jpg') repeat-x scroll;
	min-height:338px;/*No need to fix for IE as Dean Edwards script fixes this issue*/
	color:#fff;
	font-size:14px;
}
#footer h2 {
	font-weight:normal;
	font-family: Helvetica;
	font-size:34px;
	background: transparent url('../images/footer_divide.jpg') no-repeat scroll bottom left;
	letter-spacing: 1px;
}
#footer .footer_box {
	width:313px;
	float:left;
	display:inline;
	margin:20px 30px 0px 0px;
}
#footer .twitter p{
	background:transparent url('../images/twitter_status-trans.png') no-repeat scroll;
	width:305px;
	height:207px;
	color:#666;
	margin:15px 0px 0px 0px;
	position:relative;
}
#footer .twitter a {
	color:#0eadd0;
	text-decoration: none;
}
#footer .twitter p .tweet_list span {
	position:absolute;
	top:10px;
	width:270px;
	left:10px;
	display:block;
}
#footer .twitter span#follow_us a {
	position:absolute;
	display: block;
	color:#a6a6a6;
	top:75px;
	right:20px;
}
#footer .twitter span#follow_us a:hover {
	color:#333;
}
#footer .contact ul {
	margin:20px 0px 0px 0px;
}
#footer .contact ul li {
	background: transparent url('../images/mail_icon-trans.png') no-repeat top left;
	padding-left:40px;
	margin:0px 0px 20px 0px;
}
#footer .contact a {
	color:#fff;
	text-decoration: none;
	border-bottom:1px dotted #fff;
}
#footer .recent_post {
	width:232px;
}
#footer .recent_post ul {
	margin:20px 0px 0px 0px;
}
#footer .recent_post li {
	background: transparent url('../images/sticky_icon-trans.png') no-repeat top left;
	padding-left:30px;
	margin:0px 0px 20px 0px;
}
#footer .recent_post a {
	color:#fff;
	border-bottom:1px dotted #fff;
	text-decoration: none;
}
#footer p#copyright {
	color:#111;
	margin:30px 0px 0px 0px;
}
#footer p#copyright a {
	color:#fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

.testimonial_box {
padding: 10px;
}

.portfolio_small {
float: left;
padding-right: 20px;
}
