/*****Basic Elements*****/  

body {
	background: #ffffff;
	text-align: center;
	line-height: 1.6;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #616161;
}
	
h1, h2, h3, h4, h5, h6 {
	color: #4b4745;
	font-weight: normal;
}

h1 {
	font-size: 26px;
	margin-bottom: 30px;

}

h2 {
	font-size: 21px;
	margin-bottom: 30px;
}
#content h2{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:26px;

}

h3 {
	font-size: 18px;
	margin-bottom: 12px;
}

h4 {
	font-size: 16px;
	margin-bottom: 11px;
}

h5 {
	font-size: 14px;
	margin-bottom: 10px;
}

h6 {
	font-size: 13px;
	margin-bottom: 10px;
}

a {
	text-decoration: none;
	color:#333333;
}


a:hover {
	text-decoration: underline;	
}

a:visited{
color:#333333;
}
#footer a:visited{
color:#CCCCCC;
}
#footer a{
color:#CCCCCC;
}
#sidebar em{
color:#444;
}


p, pre {
	margin-bottom: 10px;
	line-height:25px;
}

strong {
	color: #333131;
	font-weight: bold;
}

ol {
	list-style-type: decimal;
}
ul.tick{

color:#555;
line-height:25px;
}
ul.tick li{
padding-left:20px;
vertical-align:middle;
padding:3px 0;
background-image:url(images/tick.png) no-repeat;
}
ul.cool-li {
	list-style-type: none;
	margin-bottom: 15px;
	line-height:22px;
}

ul.cool-li li {
	padding: 0px 0px 0px 15px;
	background: url(images/list-item.gif) no-repeat 0px 8px;
}

em, dfn {
	font-style: italic;
}

abbr,acronym {
	color: #353535;
	border-bottom: 1px dashed #868585;
}

dfn, dt {
	color: #353535;
}

dd {
	margin: 0px 0px 0px 10px;
}

div.hr {
	border-top: 1px solid #e9eced;
	height: 1px;
	width: 100%;
	margin: 10px 0px;
	clear: both;
} /* use this div with a class "hr" instead of the standart hr element */

fieldset {
	border: 3px solid #eeeeee;
	padding: 10px;
}

legend {
	font-size: 14px;
	color: #a1a0a0;
	font-weight: bold;
}

fieldset label {
	display: block;
	font-size: 13px;
}

fieldset input, fieldset textarea {
	background: #F1F1F1;
	border:1px solid #E2E2E2;
	padding:3px;	
	color:#4C4C4C;
}

blockquote span {
	color: #77868b;
	font-weight: bold;
}

p.author {
	color:#333333;
	font-size:13px;
	
}

p.author em {
	font-weight: normal;
	color: #616161;
}

/*****Generic Classes*****/ 

.minmargin {
	margin-bottom: 1px;
}

.nomargin {
	margin-bottom: 0px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.container {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.clearfix {
	clear: both; 
}

/*****Basic Layout*****/  

/** Header **/

#header {
	background: url(images/header_bg.gif);
	height: 112px;
}

/** Logo **/

#header h1 {
	background: url(images/logo-trans.png) no-repeat;
	width: 300px;
	height: 90px;
	text-indent: -9990px;
	margin: 10px 0px 5px 0px;
}

#header #slogan {
	font-style: italic;
	color:#C2D1D3;
	font-size: 13px;
	margin-top:-10px;
	text-indent: -9990px;
}

/*** Main Menu ***/

#header ul#top_menu {
	list-style-type: none;
	position: absolute;
	right: 0px;
	top: 42px;
	overflow: hidden;
}

#header ul#top_menu li {
	float: left;
}

#header ul#top_menu li a {
	color: #ccc;
	display: block;
	padding: 5px 25px;
	
	font-family: 'Yanone Kaffeesatz', arial, serif;
	font-size:180%;
}

#header ul#top_menu li a {
	text-decoration: none;
}

#header ul#top_menu li.active a, #header ul#top_menu li a:hover {

	color: #fff; 
	
}

#header ul#top_menu li.active {

color:#000033;

	
	margin: 0px auto;
}

/*** Content ***/

#main {
	float: left;
	width: 630px;
}

#content {

	padding: 33px 0px;
}

/*** Sidebar ***/

#sidebar {
	float: right;
	width: 220px;
	background:url(images/sidebar_right_bg.gif) no-repeat;
	padding-left:89px;
}

#sidebar h2 {
	font-size: 17px;
	color:#555;
	
}
#sidebar strong{
color:#444;
}
#sidebar .author{
color:#555;
font-size:13px;
}
#sidebar a{
font-weight:bold;
color:#444;
}
#sidebar .block {
	padding: 1px;
	margin-bottom: 25px;
	
}

#sidebar .block-inner {
	padding: 14px 0px 8px 20px;
	color:#555;
}

#sidebar ul{
    border-top: 1px solid #DDDDDD;
    font-weight: normal;
    margin: 0;
    padding-top: 2px;
}
#sidebar li{
    border-bottom: 1px solid #DDDDDD;
    font-weight: normal;
    margin: 0;
    padding-top: 2px;
	padding-left:37px;
	}
#sidebar ul.tick li{background:url(images/tick.png) 12px 6px no-repeat;}

/*** Footer ***/

#footer {
	clear: both;
	border-top: 1px solid #eaedf0;
	padding: 20px 0px 15px;
	color:#666666;
	background:#222;
}

#footer p#bottom-menu {
	float: left;
}

#footer p#bottom-menu a, h6 {
	color:#ccc;
}

#footer p#bottom-menu a.active, #footer p#bottom-menu a:hover {
	color:#fff;
	text-decoration: none;
}

#footer h6 {
	float: right;
}

#footer strong {
	color:#fff;
	font-weight: normal;
}

/***** Home Page ****/

/** Featured Area **/

#featured_area {
	background: url(images/featured_area_bg.jpg);
	height: 320px;
	overflow: hidden;
	position: relative;
	color:#FFFFFF;
}

#featured_area div#mySlides {
	
}

#featured_area .description {
	float: left;
	width: 475px;
	margin-top:30px;

}
#featured_area a{
color:#FFFFFF;
font-weight:bold;
}
#featured_area a:visited{
color:#FFFFFF;
font-weight:bold;
}

#featured_area .description p {
font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#FFFFFF;
	margin-bottom: 15px;
	font-weight: normal;
}
#featured_area .description h1 {
	font-family:'Yanone Kaffeesatz', arial, serif; 
	font-size: 47px;
	color:#FFFFFF;
	margin-bottom: 15px;
	
	
}


#featured_area .description a.learn_more {
	font-size: 11px;
	text-transform: uppercase;
	color:#CCCCCC;
}

#featured_area .photo {

	padding:0;
	margin-top:20px;
	
	float: right;
	position: relative;
	overflow:hidden;
}

#featured_area .photo img {
	width: 430px;
	height: 280px;
}

#featured_area .slide {
	overflow: hidden;
}

#featured_area .container {
	height: 308px;
	
}

.ribbon {
	position: absolute;
	right: 76px;
	top:0px;
	width: 87px;
	height: 89px;
	z-index: 5;
}
.view_button {
	position: absolute;
	right: 19px;
	top: 205px;
	width: 80px;
	height: 20px;
	z-index: 6;
	background-color:#151515;
	color:#FFFFFF;
	text-align:center;
	display:none;
}
.view_button a{
color:#ccc;
}
.get_quote_area{
height:71px;
font-family:Arial, Helvetica, sans-serif;
font-size:25px;
padding-top:20px;
background-image:url(images/getaquote_bg.jpg);
background-repeat:repeat-x;
color:#333;
}
.get_quote_area img{
vertical-align:middle;

}

.ribbon.webdesign {
	background: url(images/webdesign-trans.png) right top no-repeat;
}

.ribbon.print {
	background: url(images/print-trans.png) right top no-repeat;
}

.ribbon.flash {
	background: url(images/flash-trans.png) right top no-repeat;
}
.ribbon.latest {
	background: url(images/latest-ribbon.png) right top no-repeat;
}
.ribbon.included {
	background: url(images/included-ribbon.png) right top no-repeat;
}
a.jFlowPrev, a.jFlowNext {
	display: block;
	width: 105px;
	height: 57px;
	position: absolute;
	bottom: 0px;
	text-indent: -9999px;
	cursor: pointer;
}

a.jFlowPrev {
	background: url(images/prev-trans.png) no-repeat;
	left: 0px;
}

a.jFlowNext {
	background: url(images/next-trans.png) no-repeat;
	left: 150px;
}

div#myController {
	display: none;
}

/** Page Name **/

#pagename {
	background: #e9edf0 url(images/pagename_bg.gif) repeat-x top left;
	border-bottom: 1px solid #A2AFC4;
	height: 109px;
}

#pagename h2 {
	color:#555;
	margin: 22px 0px 0px;
	font-size: 400%;
	font-family: 'Yanone Kaffeesatz', arial, serif;
}

/** Home Page Content **/

body#home #content h2 {
	margin-bottom: 20px;
}

body#home div#services {
	width: 560px;
	float: left;
}

body#home div#services ul {
	overflow: hidden;
	list-style-type: none;
}

body#home div#services ul li {
	float: left;
	width: 195px;
	margin: 0px 70px 15px 0px;
	overflow: hidden;
	padding: 0px 0px 0px 45px;
}

body#home div#services ul li#first {
	background: url(images/service1.jpg) 0px 11px no-repeat;
}

body#home div#services ul li#second {
	background: url(images/service2.jpg) 0px 11px no-repeat;
}

body#home div#services ul li#third {
	background: url(images/services6.jpg) 0px 11px no-repeat;
}

body#home div#services ul li#fourth {
	background: url(images/service3.jpg) 0px 11px no-repeat;
}

body#home div#services ul li.last {
	margin-right: 0px;
}

body#home div#services ul li h3 {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 2px;
}

body#home div#services ul li p {
	color: #4d4c4c;
	line-height: 1.5;
}

body#home div#contact-info {
	float: right;
	width: 300px;
}

body#home div#contact-info p strong {
	color:#FFFFFF;
	font-weight: normal;
}

body#home #content div.hr {
	margin: 25px 0px;
}

body#home #content .bottom-block {
	float: left;
	width: 310px;
	margin-right: 40px;
}
body#home #content #corner-block {
	float: left;
	width: 310px;
	margin-right: 40px;
}
body#home #content .about-block {
	float: right;
	width: 330px;
	margin-right: 5px;
}

body#home #content .bottom-block.last {
	margin-right: 0px;
}

body#home #content .bottom-block ul {
	list-style-type: none;
}

body#home #content .bottom-block h2 {
	font-size: 19px;
	color: #8ca5b4;
}

/** Services Page **/

ul#latest_blog {
	list-style-type: none;
}

/** Portfolio Page **/

#search {
	background: url(images/search.jpg) no-repeat;
	width: 261px;
	height: 32px;
	position: absolute;
	top: 36px;
	right: 0px;
}

#search fieldset {
	border: 0px;
	padding: 8px 3px 3px;
	overflow: hidden;
}

#search fieldset input {
	color:#4C4C4C;
	border: 0px;
	background: none;
	padding: 0px;
}

#search fieldset input#search-field {
	width: 223px;
	font-size: 13px;
	color: #8b8a8a;
	float: left;
}

#search fieldset input#search-button {
	text-indent: -9999px;
	cursor: pointer;
	width: 18px;
	margin-left: 4px;
	padding-top: 27px;
	float: left;
}

ul#categories {
	list-style-type: none;
}

ul#categories li {
	margin-bottom: 11px;
}


/** Post **/

.post {
	overflow: hidden;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e9eced;
}

.post h2 {
	margin-bottom: 0px;
}

.post h2 a {
	color: #4B4745;
}

div.post-meta {
	font-size: 11px;
	text-transform: uppercase;
	color: #bfbfbf;
	margin-bottom: 30px;
}

div.post-meta a.category {
	color: #ccdbe4;
}

div.post-meta a.category:hover {
	color: #8ca5b4;
}

div.post-meta em {
	font-family: Palatino Linotype, Georgia, serif;
	font-size: 14px;
}

.post img {
	border: 3px solid #e4e3e3;
	margin-bottom: 30px;
}

a.button {
	text-transform: uppercase;
	color: #fbfbfb;
	background:#14263E;
	padding: 5px 10px;
	display: inline-block;
	font-size: 11px;
}

a.button:hover {
	text-decoration: none;
	background: #658294;
}

.post a.button {
	margin-top: 14px;
	float: right;
}

#pagination  {
	overflow: hidden;
	margin-bottom: 20px;
}

#pagination a {
	font-size: 11px;
	text-transform: uppercase;
}

/** Blog **/

p.in_category {
	font-style: italic;
	color: #616161;
	margin-top: 1px;
	padding: 0px 0px 5px;
}

p.in_category  a{
	color: #8dadc7;
}


/** Contact Page **/

p#tip {
	font-weight: bold;
	font-size: 13px;
}

/** Contact us Form **/

#contact_us {
	width: 460px;
	margin: 25px 0px 0px;
}

p.label_name, p.input_form {
	float: left;
}


p.label_name {
	width: 80px;
	clear: both;
	color: #7f7e7e;
	font-size: 14px;
}
p.label_name_big {
	width: 130px;
	clear: both;
	color: #7f7e7e;
	font-size: 14px;
}


#contact_us input, #contact_us textarea {
	width: 370px;
	background:#E7ECF1;
	border: 1px solid #8399BA;;
	font-size: 13px;
	padding: 4px;
	margin-bottom: 15px;
	color: #797676;
}

#contact_us .small{
	width: 200px;
	background:#E7ECF1;
	border: 1px solid #8399BA;;
	font-size: 13px;
	padding: 4px;
	margin-bottom: 15px;
	color: #797676;
}


#contact_us input.button {
	text-transform: uppercase;
	color: #fbfbfb;
	background: #14263E;
	padding: 5px 10px;
	display: inline-block;
	font-size: 11px;
	width: 60px;
	border: 0px;
	cursor: pointer;
}

div#feedback {
	margin-top: 20px;
}

p.error {
	display: none;
	padding: 5px 0px;
	color: #8dadc7;
	font-weight: bold;
}

p#submit {text-align:right;}

p#success {
	display: none; 
	font-size: 16px; 
	text-align: center; 
	margin-bottom: 20px;
	cursor: pointer;
	color: #9e9595;
	font-style: italic;
}

#about_pic{
float:left;
margin-right:25px;	
background: #fff;
border: solid 1px #888;
padding: 5px;
}

/*============================================================================================*/
/* 5. GALLERIES LAYOUT */
/*============================================================================================*/
/*----------------------------------------------*/
/* 5.1 One Column with sidebar  */
/*----------------------------------------------*/
.gallery-list {
	clear:both;}
	
.gl_col_1 .gallery-item {
	clear:both;
	margin:0 0 64px 0}

.gl_col_1 .gallery-image {
	float:left;
	position:relative;
	width:373px;
	height:211px;
	margin-right:22px;}

.gl_col_1 .gallery-image .borderImg,
.gl_col_2 .gallery-image .borderImg,
.gl_col_3 .gallery-image .borderImg,
.gl_col_4 .gallery-image .borderImg{
	background:#fff;
	border:1px solid #d9d9d9;
	padding:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;}

.gallery-image:hover .gallery-zoom {
	display:block;}

.gallery-image:hover .borderImg{
	background:url(images/blank_hover.png);}

.ribbon-new {
	display:block;
	position:absolute;
	top:-3px;
	right:5%;
	z-index:10;
	text-indent:-9999px;
	background:url(images/ribbon_new.png) no-repeat;
	width:30px;
	height:53px;}

.gallery-zoom {
	display:block;
	position:absolute;
	top:6px;
	left:6px;
	background:url(images/blank_hover.png);
	width:361px;
	height:199px;
	display:none;}

.gallery-zoom img {
	position:relative;
	left:43%;
	top:41%}

.gl_col_1 .gallery-item-name h2{
	font-size:27px;
	margin:0px 0 0 0}
	
.gallery-item a {
	color:#2e88c7}
	
.gallery-item-name h2 a:hover{
	color:#5E2F7F;}
	
.gl_col_1 .gallery-text {
	float:left;
	width:235px;
	color:#595959}

.gl_col_1 .gallery-description {
	font-size:13px;
	text-shadow:#fff 0 1px 1px;
	margin:10px 0 20px 0}

.gl_col_1 .gallery-more a span {
	padding:5px 15px 16px 45px;
	color:#454c62;
	line-height:20px;}

.gl_col_1 .gallery-more a:active span {
	padding:5px 15px 16px 45px;}

.clear{clear:both;}

.gallery-more a{ position:relative; display:block; width:141px; height:39px; background:url(images/view_btn.gif) no-repeat;}

.gallery-more span{display:none;}

.shiftUpLeft{margin-left:-7px; margin-top:-10px;}
