*,html {
	padding: 0px;
	margin: 0px;
}

body {
	text-align: center;
	background: #fff;
	font-family: "Lucida Sans Unicode", "Arial", "Tahoma";
	font-size: 13px;
	color: #4b4b4b;
	line-height: 24px;
}

a {
	outline: none;
	color: #1c91ae;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.readmore {
	display: block;
	text-align: right;
	margin-top: 10px;
}

div#top {
	width: 100%;
	height: 100px;
	background: #262626 url('../images/top_bg.png') no-repeat center top;
}

div#top div.inner {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

/* NAVIGATION */

div#navigation {
	width: 500px;
	height: 100px;
	float: right;
}

div#navigation ul {
	float: right;
	margin: 0px;
	list-style: none;
	position: relative;
	top: 37px;
}

div#navigation li {
    display: inline;
    margin: 0px;
    padding: 0px;
}

div#navigation a {
  	float: left;
  	margin: 0px 0px 0px 22px;
  	text-decoration: none;
	cursor: pointer;
	font-size: 15px;
	color: #93d5e5;
}
	
#navigation li.current a {
	color: #fff;
}
	
#navigation a:hover {
	color: #fff;
}

/* //NAVIGATION */

div#header {
	width: 100%;
	height: 328px;
	background: url('../images/header_bg.png') repeat-x center top;
}

div#header-sub {
	width: 100%;
	height: 124px;
	background: url('../images/header_bg_subpage.png') repeat-x center top;
}

div#header-bg {
	width: 100%;
	background: url('../images/header_light.png') no-repeat center top;
	height: 100%;
}

div#featured-bg {
	width: 100%;
	height: 329px;
	background: url('../images/featured_bg.png') no-repeat center top;
}

div#header div.inner {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

div#header-sub div.inner{
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

div#header-left {
	width: 490px;
	float: left;	
}

div#slogan {
	height: 247px;
}

div#slogan img{
	border: none;
}

div#slogan div.line {
	width: 100%;
	height: 2px;
	background: url('../images/line.png') repeat-x center top;
	margin: 10px 0px 10px 0px;
}

div#header-right {
	width: 460px;
	float: right;
}

div.slideshow {
	width: 410px;
	height: 255px;
	position: relative;
	top: 35px;
	left: 40px;
}

div.slideshow img {
	width: 410px;
	height: 255px;
	z-index: 5;
	border: none;
}

div#header-right img.featured {
	position: relative;
	z-index: 10;
	top: -229px;
	left: 355px;
}

div#content {
	width: 100%;
	background: url('../images/content_bg.png') repeat-x center top;
	padding-top: 40px;
	margin-bottom: 60px;
}

div#content div.inner {
	margin: 0 auto;
	text-align: left;
	width: 960px;
}

div.box {
	width: 290px;
	float: left;
	margin-right: 44px;
}

div.blast {
	margin-right: 0px;
}

div#main {
	float: left;
	width: 650px;
	padding-top: 15px;
}

/* SIDEBAR */

div#sidebar {
	width: 283px;
	float: right;
}

div#sidebar-top {
	width: 283px;
	height: 21px;
	background: url('../images/sidebar-top.png') no-repeat left top;
}

div#sidebar-content {
	width: 283px;
	background: url('../images/sidebar-bg.png') repeat-y left top;
	padding-bottom: 5px;
}

div#sidebar-bottom {
	width: 283px;
	height: 15px;
	background: url('../images/sidebar-bottom.png') no-repeat left top;
}

ul#sidebar-navigation {
	list-style-type: none;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

ul#sidebar-navigation li{
	display: block;
	width: 223px;
	height: 50px;
}

ul#sidebar-navigation li.current{
	width: 229px;
	height: 50px;
	display: block;
}

ul#sidebar-navigation li a {
	display: block;
	width: 223px;
	height: 50px;
	padding: 0px 0px 0px 25px;
	line-height: 50px;
	border-bottom: 1px solid #d7d7d7;
	position: relative;
	left: 29px;
}

ul#sidebar-navigation li.current a{
	display: block;
	width: 229px;
	height: 50px;
	padding: 0px 0px 0px 54px;
	line-height: 45px;
	background: url('../images/sidebar-arrow.png') no-repeat left top;
	border: none;
	position: relative;
	left: 0px;
	color: #fff;
}

ul#sidebar-navigation li a:hover{
	color: #585858;
	text-decoration: none;
}

ul#sidebar-navigation li.current a:hover{
	color: #fff;
	text-decoration: none;
}

div#sidebar div.sidebar-inner {
	width: 200px;
	color: #4b4b4b;
	font-size: 12px;
	margin-left: 53px;
	padding-bottom: 10px;
}

/* //SIDEBAR */

/* SERVICES */

/* //SERVICES */

div.s-box {
	width: 300px;
	float: left;
	margin: 0px 40px 40px 0px;
}

div.sright {
	margin-right: 0px;
}

/* PORTFOLIO */

div.p-box {
	width: 300px;
	float: left;
	margin: 0px 40px 40px 0px;
}

div.pright {
	margin-right: 0px;
}

div.portfolio-img {
	background: #ebebeb url('../images/portfolio-img.png') repeat-x center bottom;
	margin: 10px 0px;
	border: none;
}

div.portfolio-img img {
	padding: 10px;
}

/* //PORTFOLIO */

/* CONTACT FORM */

input.text {
	height: 15px;
	width: 330px;
	padding: 10px;
	background: #f5f5f5 url('../images/input_bg.png') repeat-x left top;
	border: 1px solid #cecece;
	margin-bottom: 10px;
	font-size: 13px;
	color: #555555;
}

textarea.message {
	height: 130px;
	width: 330px;
	padding: 10px;
	background: #f5f5f5 url('../images/textarea_bg.png') repeat-x left top;
	border: 1px solid #cecece;
	margin-bottom: 10px;
	font-family: "Lucida Sans Unicode", "Arial", "Trebuchet MS";
	font-size: 13px;
	color: #555555;
}

input.submit {
	height: 35px;
	width: 100px;
	background: url('../images/submit_bg.png') no-repeat left top;
	border: none;
	cursor: pointer;
	margin-top: 10px;
}

/* //CONTACT FORM */

div#bottom {
	width: 100%;
	background: #e6e6e6 url('../images/bottom_bg.png') repeat-x center top;
	padding: 25px 0px 20px 0px;
}

div#bottom div.inner{
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

div#bottom div.b-box {
	font-size: 12px;
	width: 630px;
	float: left;
	margin-right: 43px;
}

div#bottom div.c-box {
	font-size: 12px;
	width: 250px;
	float: left;
	margin-right: 33px;
}

div#bottom div.blast {
	margin-right: 0px;
}

div#footer {
	width: 100%;
	height: 75px;
	background: #262626;
	color: #dadada;
}

div#footer a {
	color: #dadada;
}

div#footer div.inner {
	margin: 0 auto;
	text-align: left;
	width: 960px;
}

div#footer div.left {
	height: 75px;
	line-height: 75px;
	float: left;
}

div#footer div.right {
	height: 75px;
	line-height: 75px;
	float: right;
}

/* BUTTONS */

div#buttons {	
	width: 100%;
}

div#buttons a.learnmore_green {
	float: left;
	display: block;
	width: 134px;
	height: 40px;
	background: url('../images/learnmore_green.png') left top;
	margin: 20px 20px 0px 0px;
}

div#buttons a.learnmore_green:hover {
	background-position: 0px -40px;
}

div#buttons a.signup_blue {
	float: left;
	display: block;
	width: 134px;
	height: 40px;
	background: url('../images/signup_blue.png') left top;
	margin: 20px 20px 0px 0px;
}

div#buttons a.signup_blue:hover {
	background-position: 0px -40px;
}

div#buttons a.signup_brown {
	float: left;
	display: block;
	width: 134px;
	height: 40px;
	background: url('../images/signup_brown.png') left top;
	margin: 20px 20px 0px 0px;
}

div#buttons a.signup_blue:hover {
	background-position: 0px -40px;
}

/* TITLES */

h1 {
	font-size: 25px;
	color: #353535;
	margin-bottom: 10px;
	margin: 20px 0px 10px 0px
}

h2 {
	font-size: 20px;
	color: #353535;
	margin-bottom: 10px;
	font-weight: bold;
}

h3 {
	font-size: 18px;
	color: #353535;
	margin: 20px 0px 5px 0px;
}

h4 {
	font-size: 16px;
	color: #353535;
	margin: 20px 0px 5px 0px;
}

h5 {
	font-size: 16px;
	color: #353535;
	margin: 20px 0px 5px 0px;
	font-style: italic;
}

h6 {
	font-size: 16px;
	color: #353535;
	margin: 20px 0px 5px 0px;
	font-style: normal;
	font-weight: normal;
}

div.box h2 {
	margin-top: 15px;
	margin-bottom: 0px;
}

div.s-box h2 {
	margin-bottom: 0px;
}

div.b-box h2 {
	font-size: 16px;
}

div.c-box h2 {
	font-size: 16px;
}

/* TEXT */

p.subheading {
	font-size: 12px;
	color: #6d6d6d;
	margin-bottom: 15px;
}

div#slogan p {
	font-size: 14px;
	color: #092b33;
}

p.tagline {
	float: right;
	text-align: right;
	font-size: 14px;
	color: #092b33;
	padding-top: 50px;
}

div#main p {
	margin-bottom: 20px;
}

p.t-right {
	text-align: right;
	margin-top: 10px;
}

p.testimonial {
	background: url('../images/quotes.png') no-repeat;
	background-position: 0px 10px;
}

/* OTHER */

div.clear {
	clear: both;
}

/* TABLES */

table.main {
	width: 100%;
	color: #5c5c5c;
	font-size: 13px;
	line-height: 24px;
	border-collapse: collapse;
	margin: 15px 0px 15px 0px;
}

table.main tr {
	height: 40px;
	background: #fafafa;
}

table.main tr.dark {
	background: #f8f8f8;
}

table.main tr.caption {
	height: 41px;
	background: #efefef url('../images/table_top_bg.png') repeat-x;
}

table.main td {
	padding: 5px 12px 5px 12px;
	border: 1px solid #d6d6d6;
}

table.main th {
	padding: 5px 12px 5px 12px;
	border: 1px solid #d6d6d6;
	text-align: left;
}

table.main td.center {
	text-align: center;
}

table.main th.center {
	text-align: center;
}


/* IMGS */

img {
	border: none;
}

img.icon {
	float: right;
	margin-right: 10px;
}

img.slogan-sub {
	float: left;
}

img.normal {
	background: #ebebeb url('../images/portfolio-img.png') repeat-x center bottom;
	padding: 10px;
	border: none;
}

img.right {
	float: right;
	margin: 10px 0px 10px 10px;
}

img.left {
	float: left;
	margin: 10px 10px 10px 0px;
}

img.wide {
	margin: 10px 0px 10px 0px;
}

div.portfolio-img img {
	padding: 10px;
}

/* LIST */

ul {
	list-style-type: square;
	margin: 10px 0px 10px 0px;
}

div#footer ul {
	list-style-type: none;
	margin: 0px;
}

div#footer ul li {
	display: inline;
	margin: 0px 0px 0px 10px;
}

div#bottom ul {
	list-style-type: none;
	border-bottom: 1px solid #bababa;
	margin-top: 15px;
}

div#bottom li {
	border-top: 1px solid #bababa;
		padding: 4px 4px 4px 4px;
}

div#bottom li a {
	display: block;
	padding: 4px 4px 4px 4px;
	width: 240px;
	color: #4b4b4b;
	font-size: 12px;
}

div#bottom p {
	font-size: 12px;
}

div#bottom li a:hover {
	background: #e1e1e1;
	text-decoration: none;
}

.paypal_btn{
display: inline-block;
font-family: inherit;
font-size: 16px;
font-weight: bold;
color: #fff;
text-align: center;
padding: 12px 75px;
margin: 0;
background: #a6491c;
border: 0;
cursor: pointer;
outline: none;

}

.paypal_btn:hover{
background: #e05c04;

}