
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


.container {
	margin-left: auto;
	margin-right: auto;
	padding-top:140px;
	width: 840px;
}

.container2 {
	margin-left: auto;
	margin-right: auto;
	padding-top:40px;
	width: 840px;
}



.grid_0,
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}



.alpha {margin-left: 0;}
.omega {margin-right: 0;}



.container .grid_0 {width:120px;}
.container .grid_1 {width:190px;}
.container .grid_2 {width:260px;}
.container .grid_3 {width:400px;}
.container .grid_4 {width:540px;}
.container .grid_5 {width:680px;}
.container .grid_6 {width:820px;}



.container2 .grid_0 {width:120px;}
.container2 .grid_1 {width:190px;}
.container2 .grid_2 {width:260px;}
.container2 .grid_3 {width:400px;}
.container2 .grid_4 {width:540px;}
.container2 .grid_5 {width:680px;}
.container2 .grid_6 {width:820px;}



.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}


.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}



body {
	font-family: Georgia, Garamond;
	font-size:15px;
	line-height:21px;
	color:#333;
	background: #f6f6ec url("../images/bg.jpg") repeat-x top left;
}



.top {
	background:url("../images/background/top_border.png") no-repeat;
	height:11px;
	margin-bottom:10px;
}
.bottom {
	background:url("../images/background/bottom_border.png") no-repeat;
	height:21px;
	margin-top:7px;
}
.separator {
	border-top:#cccccc dotted 1px;
	padding-top:21px;
	height:1px;
}



.pusher21 {
	margin-top:21px;
}
.pusher14 {
	margin-top:14px;
}
.pusher7 {
	margin-top:7px;
}


#header_wrapper {
	width:100%;
	height:172px;
	margin:0;
	padding:0;
	background:url("../images/background/header.jpg") repeat-x;
	z-index:20;
	position:fixed;
	top:0;
	left:0;
}

	#header {
		width: 820px;
		margin:0px auto;
		position: relative;
		height: 140px;
	}
	#logo {
		background:url("../images/logo.png");
		float:left;
		width:385px;
		height:120px;
	}

/* Menu */

#menu {
	background:none;
	margin:34px 0px 0px 0px;
	list-style:none;
	float:right;
}

	#menu li {
		list-style:none;
		float:left;
	}
		#menu li a {
			font-family:Georgia, "Times New Roman", Times, serif;
			text-decoration:none;
			color:#ffffff;
			margin-left:28px;
			font-size:18px;
			position:relative;
			z-index:888;
		}
		#menu li a:hover {
			border:none;
			color: #018cd4;
		}
		#menu li a.highlight {
			border-bottom:#ffffff solid 1px;
			color:#ffffff;
			padding-bottom:3px;
		}
	



p {	
	font-size:16px;
	text-align:justify;
	margin-bottom:16px;
	line-height:21px;
}
a {
	text-decoration:none; 
}
a:hover.noborder {
	border:none;
}

/* Headings */

h1 {
	font-size:48px;
	color: #000;
	line-height:45px;
	margin-bottom:0px;
	font-weight: bold;
	letter-spacing: -1px;
}

h1 span{
	color: #56304c;
}

h2 {
	font-size:38px;
	margin-bottom:14px;
	line-height:28px;
}

h2 {
	color: #fff;
	margin-top: 10px;
}

h3 {
	font-size:36px;
	color: #000;
	margin-bottom:14px;
	line-height:28px;
}


h4 {
	font-size:32px;
	margin-bottom:4px;
	line-height:21px;
	text-transform:none;
	color: #000;
}

h4 span{
	text-align: right;
	margin-bottom:4px;
	line-height:21px;
	text-transform:none;
	color: #fff;
}

h5 {
	font-size:14px;
	color:#555555;
	text-transform:uppercase;
	border-bottom:#cccccc solid 1px;
	padding-bottom:7px;
	margin-bottom:7px;
}
.strong {
	font-weight:bold;
}
.dropcap {
	display:block;
	float:left;
	font-size:45px;
	line-height:36px;
	margin:3px 8px 0 0;
}


.note_book {
	background:url("../images/icons/note_book.png") left 3px no-repeat;
	padding-left:20px;
}
.photo {
	background:url("../images/photo.png") left 3px no-repeat;
	padding-left:20px;
}
.business_user {
	background:url("../images/icons/business_user.png") left 3px no-repeat;
	padding-left:20px;
}

.testimonials {
	margin-bottom:0px;
	padding-left:17px;
	background:url("../images/icons/testimonials1.png") left 5px no-repeat;
	font-style:italic;
	font-size:14px;
	color:#767676;
}
.testimonials_author {
	font-style:normal;
	background:url("../images/icons/testimonials2.png") right 5px no-repeat;
	padding-left:17px;
	margin-bottom:21px;
	color:#767676;
	margin-top:0;
}


.address_icon {
	background:url("../images/icons/address_icon.png") left 6px no-repeat;
	padding-left:25px;
}
.phone_icon {
	background:url("../images/icons/phone_icon.png") left 5px no-repeat;
	padding-left:25px;
}
.mail_icon {
	background:url("../images/icons/mail_icon.png") left 5px no-repeat;
	padding-left:25px;
}
.textbox {
	border:#cccccc solid 1px;
	padding-bottom:7px;
	background-color:#fffffd;
	width:auto;
	float:left;
}
.textbox li {
	padding:7px 14px 7px 14px;
}
.textbox .box_title {
	font-size:21px;
	margin-bottom:7px;
	padding:7px 14px 7px 14px;
	background-color:#efefef;
	border-bottom:#cccccc solid 1px;
}


.color1, .color2, .color3, .color4 {
	border:#cccccc solid 1px;
	padding:5px 15px 5px 15px;
	color:#444444;
	background-color:#fffffd;
}
.color1 {
	border-left:#333333 solid 7px;
}
.color2 {
	border-left:#814444 solid 7px;
}
.color3 {
	border-left:#808080 solid 7px;
}
.color4 {
	border-left:#C3B091 solid 7px;
}

/* Lists */

.bullet_list {
	margin-bottom:21px;
	color:#767676;
}
	.bullet_list li {
		list-style-image: url("../images/icons/bullet.png");
		margin-left:14px;
	}
.bullet_list_right {
	margin-bottom:21px;
	color:#767676;
}
	.bullet_list_right li {
		list-style-image: url("../images/icons/bullet_link.png");
		margin: 7px 0px 7px 14px;
		padding:7px 0px 6px 0px;
	}
.numbered_list {
	color:#767676;
	list-style:decimal;
	margin-bottom:20px;
}
	.numbered_list li {
		margin-left:20px;
	}


#alert {
	margin-bottom:0px;
	padding-bottom:14px;
}
#alert li {
	padding:7px;
}
.error {
	background-color:#feded9;
	border:#a8130d solid 1px;
	color:#a40802;
}
.sent {
	background-color:#ddeec1;
	border:#5a6f34 solid 1px;
	color:#53682b;
}




.portfolio {
	margin:0;
	padding:0;
	overflow: hidden;
}
	.portfolio li {
		float: left;
		margin:0px 20px 7px 0px;
		padding: 0;
		position: relative;
	}
		.portfolio li a:hover {
			border:none;
		}
		.portfolio li.last {
			margin-right:0px;
		}
		
	.portfolio260 {
		background:url("../images/bg260.png") no-repeat;
		width:250px;
		height:152px;
		padding:11px 5px 15px 5px;
	}
	.portfolio190 { 
		background:url("../images/bg190.png") no-repeat;
		width:180px;
		height:116px;
		padding:12px 5px 17px 5px;
	}

.thumbnails {
	margin:0;
	padding:0;
	overflow: hidden;
}
	.thumbnails li {
		float: left;
		margin:0px 10px 14px 0px;
		padding: 0;
		position: relative;
	}
	.thumbnails li.last {
		margin-right:0px;
	}
.thumbnail80 { 
	background:url("../images/bg80.jpg");
	padding:5px;
}
.social_icons li {
	margin-right:14px;
	width:24px;
	float:left;
}


ul {
	margin: 0;
	padding: 0 0 0 46px;
	line-height: 26px;
	float: left;
	list-style-image: url("../images/bullit.gif")
}



ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}
ul.tabs li {
	float: left;
	width:auto;
	margin: 0px 14px 0px 0px;
	overflow: hidden;
	position: relative;
	text-align:center;
}
ul.tabs li a { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	text-decoration: none;
	float:left;
	color:#1C1C1C;
	height:40px;
	padding:6px 8px 6px 8px;
	outline: none;
}
ul.tabs li a:hover {
	color:#3f106b;
	text-decoration: none;
	border:none;
}
.left { 
	height:33px;
	left:0;
	position:absolute;
	top:0;
	width:4px;
	background:url("../images/tabs/tabs_left.png") no-repeat  left top;
}
.right { 
	height:33px;
	right:0;
	position:absolute;
	top:0;
	width:4px;
	background:url("../images/tabs/tabs_right.png") no-repeat  right top;
}
html ul.tabs li.current a, html ul.tabs li.current a:hover  {
	background:url("../images/tabs/tabs_middle.png") no-repeat top center;
	color:#FFFFFE;
	margin:0px 4px 0px 4px;
}
.tab_content {
	padding: 0px;
}
.tab_container {
	overflow: hidden;
	clear: both;
	float: left; 
	width: 100%;
}



.form {
	padding-bottom:50px;
}
	.form label {
		font-family:Garamond;
		font-size:18px;
		font-weight:bold;
		padding:0;
		margin:0;
		float:left;
		width:120px;
	}

	.form ul li {
		list-style:none;
		display:inline;
	}

	#name, #email, #message { 
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		padding:0;
		border:none; 
		margin:15px 0 15px 0;
		display:block;
	}
	
		#name, #email {
			width:417px;
			height:29px;
			background:url("../images/form/fields.png");
			padding-left:3px;
		}
		
		#message {
			width:414px;
			height:204px;
			overflow:auto;
			padding:3px;
			background:url("../images/form/message.png");
		}
		#name:focus, #email:focus {
			background:url("../images/form/fields_focus.png");
		}
		#message:focus {
			background:url("../images/form/message_focus.png");
		}
	
	.button {
		font-family:Garamond;
		font-size:14px;
		font-weight:bold;
		background:url("../images/form/send_reset.png");
		padding:3px;
		width:72px;
		height:32px;
		border:none;
		margin-left:15px;
		float:right;
	}
	
		.button:hover {
			color:#FFFFFE;
			background:url("../images/form/send_reset_hover.png");
		}

	.message {
		display:none;
	}
	.contact ul {
		list-style-type:none;
	}
		.contact li {
			list-style-type:none;
		}
			.contact li.special {
				display:none;
			}




#footer_wrapper {
	width:100%;
	margin:0;
	padding:0px 0px 35px 0px;
	background:url("../images/background/footer.jpg") repeat-x top #0E0E0E;
	margin-top:45px;
	height:auto;
	position:relative;
	float:left;
}
	#footer {
		width: 840px;
		margin:0px auto;
		position: relative;
	}
	#footer .container {
		padding:35px 0px;
	}
	#footer p, #footer h1, #footer h2, #footer h3, #footer .bullet_list {
		color:#FFF;
	}
	#footer h1, #footer h2, #footer h3 {
		border-bottom:#767676 dotted 1px;
	}
	
	iframe {
			border:#efefef solid 1px;
			background-color:#ffffff;
			padding:20px;
		}

