@charset "utf-8";
/*----------------------------------------------------
                  Nano - CSS File
------------------------------------------------------*/

body{
	font-family:Arial,Tahoma,Verdana;
	font-size:12px;
	color:#828282;
	line-height:18px;
	padding:0px;
	margin:0px;		
	background-color:#f5f5f5;
}

/* links */
a, a:visited{
	color:#5b979f; 
	text-decoration:none;
}
a:hover{
	color:#83b6bd; 
	text-decoration:underline;
}
a img{
	border:none
}
.imgcenter{
	margin:2px auto 15px auto;
	display:block
}
.imgmiddle{
	vertical-align:middle;
	margin-right:8px;
}
.imgopt{
	margin:-10px auto 15px auto;
	display:block
}

.imgleft{
	float:left; 
	margin:4px 13px 12px 0px;
}
.imgright{
	float:right; 
	margin:4px 0px 12px 13px;
}
hr {
	background-color:#dadada;
	border-width:0;
	color:#dadada;
	height:1px;
	line-height:0;
	margin:30px 0px !important;
	page-break-after:always;
	clear:both;
}
strong{color:#757575;}
.italictext{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
	color:#929292;
	line-height:22px;
	margin-bottom:20px;
}

/* Lists, Blockquotes and Paragraphs */
p, ul, ol{	
	margin-bottom:20px;
}
ul li{
	padding:0px 0px 0px 0px;
	line-height:20px;	
}
code{
	border-left:3px solid #d6d5d5;
	border-top:1px solid #d6d5d5;
	border-right:1px solid #d6d5d5;
	border-bottom:1px solid #d6d5d5;
  	background:#ffffff;
  	padding:7px 10px;
	font-size:11px;
  	display:block;
  	color:#858585;
  	margin-bottom:10px;
}

/* Pullquotes */
.pullquote_right,.pullquote_left{
	color:#9c9c9c;
	float:right;
	font-size:1.2em;
	letter-spacing:0px;
	margin-bottom:0;
	margin-top:7px;
	margin-left:20px;
	padding-left:15px;
	width:40%;
	font-weight:bold;
    font-style:italic; 
    line-height:1.4em;
    border-left:2px solid #cccccc;
}
.pullquote_left{
    border-right:2px solid #cccccc;
    border-left:none;
	float:left;
	margin-left:0px;
	margin-right:10px;
	padding-left:0;
	padding-right:15px ;
}

/* Dropcap */
.dropcap{
	font-family:Georgia, "Times New Roman", Times, serif;		
	font-size:18px;
	font-style:italic;
	color:#868686;
	text-align:center;
	background-color:#dddddd;
	width:27px\0/;
	height:27px\0/;
	background:none\0/;
	background-image:url(../images/ie8-dropcap.png)\0/;
	background-repeat:no-repeat\0/;
	background-position:1px 1px\0/;
	-webkit-border-radius: 100px;
	-webkit-border-top-right-radius: 100px;
	-webkit-border-bottom-right-radius: 100px;
	-moz-border-radius: 100px;
	-moz-border-radius-topright: 100px;
	-moz-border-radius-bottomright: 100px;
	border-radius: 100px;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	margin-right:5px;
	padding:3px 9px 7px 9px;
	padding:4px 3px 3px 1px\0/;
	float:left;
}
:root .dropcap{
	height:25px\0/IE9;
	padding:6px 2px 0px 1px\0/IE9;
}

/* Custom Message Styling */
.info {
	margin: 15px 0;
	color: #478BBF;
	padding: 8px 10px 8px 37px;
	background: #DCEFF5 url(../images/info.png) 12px 9px no-repeat;
	border: 1px solid #B8E7F5;
} 
.success {
	margin: 15px 0;
    color:#3F9153;  
    padding:8px 10px 8px 37px;
    background:#D7F7DF url(../images/success.png) 12px 9px no-repeat;
    border:1px solid #A3F7B8
}
.error {
    margin: 15px 0;
    color: #C24848;  
    padding: 8px 10px 8px 37px;
    background: #FFD6D6 url(../images/error.png) 12px 9px no-repeat;
    border: 1px solid #FFC2C2;
} 
.warning {
    margin: 15px 0;
    color: #CF9E00;  
    padding: 8px 10px 8px 37px;
    background: #FAF2D7 url(../images/warning.png) 12px 9px no-repeat;
    border: 1px solid #FAE8AF;
}
ul.arrow li{
	background-image:url(../images/arrow.gif);
	background-position:0px center;
	background-repeat:no-repeat;
	padding:0px 0px 0px 12px;
	line-height:24px;
	list-style-type:none;
	overflow:hidden;
}
ul.checklist li{
	background-image:url(../images/checklist.png) !important;
	background-position:0px center;
	background-repeat:no-repeat;
	padding:0px 0px 0px 20px !important;
	line-height:24px !important;
	list-style-type:none;
}
ul.circle{
	list-style-type:none;
	margin:0px 0px 25px 0px;
	padding:0px;
	}
ul.circle li{
	line-height:18px;
	background-image:url(../images/circle.png);
	background-repeat:no-repeat;
	background-position:0px 11px;
	padding:4px 0px 4px 18px;
	margin:0px;
	}

ul.nolistblock li{
	padding:0px 0px 0px 0px !important;
	line-height:20px;
	display:inline-block;
	margin:0px 12px 0px 0px;
	background-image:none !important;
}
li.marginoff{margin-right:0px !important;}
ol li{
	list-style:decimal;
	line-height:24px;
	list-style-position:inside
}
blockquote{	
	background-image:url(../images/quote.png);
	background-repeat:no-repeat;
	background-position:0px 5px;
	font-style:italic;
	padding-left:30px;
	float:left;
}
.clear{clear:both;}
.center{text-align:center; margin-bottom:10px;}

/* heading */
h1{font-family:Georgia,"Times New Roman",Times,serif;font-style:italic;font-size:32px;color:#323232;margin-bottom:22px;line-height:28px;font-weight:100;}
h2{font-family:Georgia,"Times New Roman",Times,serif;font-style:italic;font-size:28px;color:#323232;margin-bottom:15px;line-height:26px;font-weight:100;}
h3{font-family:Georgia,"Times New Roman",Times,serif;font-style:italic;font-size:22px;color:#323232;margin-bottom:13px;line-height:24px;font-weight:100;}
h4{font-family:Georgia,"Times New Roman",Times,serif;font-style:italic;font-size:18px;color:#323232;margin-bottom:13px;line-height:18px;font-weight:100;}
h5{font-family:Georgia,"Times New Roman",Times,serif;font-style:italic;font-size:16px;color:#323232;margin-bottom:10px;line-height:16px;font-weight:100;}
h6{font-family:Georgia,"Times New Roman",Times,serif;font-style:italic;font-size:14px;color:#323232;margin-bottom:10px;line-height:16px;font-weight:100;}

/* text styled */
.boldtext-medium{font-size:12px; font-weight:bold; color:#c6c6c6}
.boldtext-strong{font-size:20px; font-weight:bold; color:#c6c6c6}
small{font-size:11px;}

/* Normal Button Styling */
a.button {
    background: transparent url('../images/bg_button_a.png') no-repeat scroll top right;
    color: #537878;
    display: block;
    float: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	text-shadow:0px 1px 0px #cfcfcf;
    height: 39px;
    margin-right: 12px;
    padding-right: 75px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../images/bg_button_span.png') no-repeat;
    display: block;
    line-height: 17px;
    padding: 8px 0 14px 75px;
} 
a.button:active {
    background-position: bottom right;
    color: #537878;
    outline: none; /* hide dotted outline in Firefox */
}
a.button:active span {
    background-position: bottom left;
    padding: 8px 0 14px 75px; /* push text down 1px */
}

a.button2 {
    background: transparent url('../images/bg_button2_a.png') no-repeat scroll top right;
    color: #ffffff;
    display: block;
    float: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	text-shadow:0px 1px 0px #444444;
    height: 39px;
    margin-right: 12px;
    padding-right: 75px; /* sliding doors padding */
    text-decoration: none;
}

a.button2 span {
    background: transparent url('../images/bg_button2_span.png') no-repeat;
    display: block;
    line-height: 17px;
    padding: 8px 0 14px 75px;
} 
a.button2:active {
    background-position: bottom right;
    color: #ffffff;
    outline: none; /* hide dotted outline in Firefox */
}
a.button2:active span {
    background-position: bottom left;
    padding: 8px 0 14px 75px; /* push text down 1px */
} 

a.button3 {
    background: transparent url('../images/bg_button2_a.png') no-repeat scroll top right;
    color: #ffffff;
    display: block;
    float: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	text-shadow:0px 1px 0px #444444;
    height: 39px;
    margin-right: 12px;
    padding-right: 29px; /* sliding doors padding */
    text-decoration: none;
}
a.button3 span {
    background: transparent url('../images/bg_button2_span.png') no-repeat;
    display: block;
    line-height: 17px;
    padding: 8px 0 14px 29px;
} 
a.button3:active {
    background-position: bottom right;
    color: #ffffff;
    outline: none; /* hide dotted outline in Firefox */
}
a.button3:active span {
    background-position: bottom left;
    padding: 8px 0 14px 29px; /* push text down 1px */
} 

a.button4 {
    background: transparent url('../images/bg_button4_a.png') no-repeat scroll top right;
    color: #ffffff;
    display: block;
    float: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	text-shadow:0px 1px 0px #444444;
    height: 79px;
    margin-right: 12px;
    padding-right: 49px; /* sliding doors padding */
    text-decoration: none;
}
a.button4 span {
    background: transparent url('../images/bg_button4_span.png') no-repeat;
    display: block;
    line-height: 17px;
    padding: 14px 12px 1px 29px;
} 
a.button4 span span.heading-button {
    background:none;
    display: block;
    line-height: 0px;
    padding: 14px 0px 8px 0px;
} 

@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0){
a.button4 span span.heading-button {
    background:none;
    display: block;
    line-height: 0px;
    padding: 19px 0px 3px 0px;
} 
}
a.button4 span span.desc-button {
    background:none;
    display: block;
    line-height: 0px;
    padding: 14px 0px 28px 0px;
} 
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0){
a.button4 span span.desc-button {
    background:none;
    display: block;
    line-height: 0px;
    padding: 18px 0px 24px 0px;
} 
}
a.button4:active {
    background-position: bottom right;
    color: #ffffff;
    outline: none; /* hide dotted outline in Firefox */
}
a.button4:active span {
    background-position: bottom left;
    padding: 14px 12px 1px 29px; /* push text down 1px */
}
a.button4:active span span.heading-button {
    padding: 14px 0px 8px 0px; 
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0){
a.button4:active span span.heading-button {
    padding: 19px 0px 3px 0px; 
}
}
a.button4:active span span.desc-button {
    padding: 14px 0px 28px 0px; 
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0){
a.button4:active span span.desc-button {
    padding: 18px 0px 24px 0px; 
}
}


/* CONTAINER
------------------------------------------------------*/
#container{
	margin:0px auto;
}
#top-container{
	height:656px;
	background-image:url(../images/bg-top-container.png);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#84aeb5;	
}
#top-container-inner{
	height:219px;
	background-image:url(../images/bg-top-container.png);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#84aeb5;	
}
#top-content-container{
	height:167px;
	margin-top:96px;
	border-top:11px solid #d5d5d5;
	background-image:url(../images/top-container-line.png);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#ffffff;
}
#top-content-container-alt{
	height:167px;
	margin-top:96px;
	margin-bottom:208px;
	border-top:11px solid #d5d5d5;
	background-image:url(../images/top-container-line.png);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#ffffff;
}
#top-content-container-inner{
	height:42px;
	margin-top:0px;
	background-image:url(../images/top-container-line.png);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#ffffff;	
}
#header-container{
	width:960px;
	margin:0px auto;
}
#bottom-container{
	width:100%;
	border-top:11px solid #d5d5d5;
	background-image:url(../images/bg-footer.png);
	background-repeat:repeat;
	background-color:#84aeb5;
	float:left;
}
#copyright-container{
	height:44px;
	background-image:url(../images/footer-container.png);
	background-repeat:repeat-x;
	background-color:#84aeb5;
}
#slideshow-container{
	width:1188px; 
	height:386px;	
	margin:0px auto;
}
#pagetitle-container{
	width:960px; 
	height:219px;
	background-image:url(../images/pagetitle-glow.png);
	background-repeat:no-repeat;
	background-position:bottom center;	
	margin:0px auto;
}
#midbox-container{
	background-image:url(../images/bg-midbox.jpg);
	background-repeat:repeat-x;
	background-position:0px 66px;
	margin-top:458px;
}
#midbox-container-inner{
	background-image:url(../images/bg-midbox-inner.jpg);
	background-repeat:repeat-x;
}


/* HEADER
------------------------------------------------------*/
#header{
	width:960px;
	height:96px;
	float:left;
}
#logo{
	width:121px;
	margin:25px 18px 0px 24px;
	position:relative;
	z-index:100;
	float:left;
}
#header-slogan{
	width:797px;
	float:left;
}
#header-slogan p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#313131;
	padding:22px 0px 0px 17px;
}
#pagetitle-container h2{
	margin-bottom:7px;
	padding-top:128px;
	text-align:center;
	text-shadow:0px 1px 0px #bfbfbf;
}
#pagetitle-container p{
	text-align:center;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
}


/* MAINMENU
------------------------------------------------------*/
#mainmenu{
	width:797px;
	margin:-12px 0px 0px 0px;
	float:left;
}
#mainmenu ul{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:18px;
	line-height:38px; 
	z-index:100; 
	position:relative; 
	float:left;
}
#mainmenu ul li{
	float:left;
	padding:3px 25px 8px 15px;
	color:#ececec;
	background-image:url(../images/menu-separator.png);
	background-repeat:no-repeat;
	background-position:right 6px;
	position:relative;
}
#mainmenu ul li.last{
	float:left;
	padding:3px 25px 8px 15px;
	color:#ececec;
	background-image:none;
	position:relative;
}
#mainmenu ul li a, #mainmenu ul li a:visited{
	color:#ececec;
	text-decoration:none;
	width:105px;
}
#mainmenu ul li li a{
	display:block;
	float:left;
}
#mainmenu ul li a:hover, #mainmenu ul li.current a{
	text-decoration:none;
	color:#ffffff;
}
#menu li li{
	margin:0 0 0px 0px !important;
	padding:0px !important;
	position:relative;
	z-index:100;
	line-height:20px !important
}
#menu ul{
	display:none;
	position:absolute;
	top:30px;
	left:0px;
	width:139px;
	padding:0px 0px 5px 4px!important;
	background-color:#678a8e;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
#menu ul li{
	background-image:none;
}
#menu ul ul{
	top:0px; left:139px;
}
#menu li ul a, #menu li ul a:visited{
	width:115px;
	padding:3px 10px;
	font-size:12px;
	color:#ffffff !important;
	line-height:24px;
	z-index:100;
	text-decoration:none;
	border-top:1px dotted #84adb1;
}


/* SLIDESHOW
------------------------------------------------------*/
#slideshow{	
	float:left;
}
#slideshow ul, #slideshow li{
	margin:0px auto; 
	padding:0px;
	list-style-type:none;
}
#slideshow li{
	width:1188px; 
	height:386px;
	padding:0px; 
	float:left;
}
.slide-type1{
	width:1188px;
	height:386px;
	background-image:url(../images/slide1-glow.png);
	background-repeat:no-repeat;
	background-position:top center;
	float:left;
}
.slide-type2{
	width:1188px;
	height:386px;
	background-image:url(../images/slide2-glow.png);
	background-repeat:no-repeat;
	background-position:top center;
	float:left;
}
.slide-type3{
	width:1188px;
	height:386px;
	background-image:url(../images/slide3-glow.png);
	background-repeat:no-repeat;
	background-position:top center;
	float:left;
}
.slide-type1-img{
	margin:68px 46px 0px 129px;
	float:left;	
}
.slide-type2-img{
	margin:69px 46px 0px 21px;
	float:left;	
}
.slide-text1{
	width:400px;
	float:left;
}
.slide-text2{
	width:400px;
	margin-left:129px;
	float:left;
}
.slide-text3{
	width:400px;
	margin-left:115px;
	float:left;
}
.slide-type1 h2, .slide-type2 h2{
	width:400px;
	margin:105px 0px 20px 0px;
	text-shadow:0px 1px 0px #bfbfbf;
	float:left;
}
.slide-type3 h2{
	width:800px;
	line-height:34px;
	text-align:center;
	margin:40px auto 38px auto;
	text-shadow:0px 1px 0px #bfbfbf;
}
.slide-type1 p, .slide-type2 p{
	width:400px;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:24px;
	color:#ffffff;
	float:left;
}
.slide-button{
	margin-top:10px;
	float:right;
}
.slide-shadow-left{
	width:476px;
	height:299px;
	margin:68px 67px 0px 125px;
	background-image:url(../images/slide-img-shadow.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	float:left;
}
.slide-shadow-right{
	width:476px;
	height:299px;
	margin:68px 46px 0px 52px;
	background-image:url(../images/slide-img-shadow.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	float:left;
}
.slide-full-img{
	width:733px;
	margin:0px auto;
}
.slide-shadow-left:after{
	content:'';
	position:relative;
	width:469px;
	height:257px;
	border:8px solid #ffffff;
	-khtml-opacity:.40;
	-moz-opacity:.40;
	-ms-filter:"alpha(opacity=40)";
	filter:alpha(opacity=40);
	opacity:.40;
	top:-279px;
	float:left;
	display:none\0/;
}
.slide-shadow-right:after{
	content:'';
	position:relative;
	width:469px;
	height:257px;
	border:8px solid #ffffff;
	-khtml-opacity:.40;
	-moz-opacity:.40;
	-ms-filter:"alpha(opacity=40)";
	filter:alpha(opacity=40);
	opacity:.40;
	top:-273px;
	float:left;
	display:none\0/;
}
iframe{
	width:485px;
	height:273px;
	float:left;
}
#left-fade{
	width:114px; 
	height:386px; 
	position:relative;	
	top:-386px; 
	left:-49px; 
	display:block; 
	background:url(../images/left-fade.png) no-repeat 0 0; 
	float:left; 
}
#right-fade{
	width:114px; 
	height:386px; 
	position:relative;	
	top:-386px; 
	right:-49px; 
	display:block; 
	background:url(../images/right-fade.png) no-repeat 0 0; 
	float:right;  
}

/* Slider checklist */
.slide-checklist{
	width:188px;
	margin-left:10px;	
	float:left;
}
.browser-list{
	width:170px;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
	margin-bottom:5px;
	float:left;
}
.check-img{
	width:9px;
	height:9px;
	margin:7px 9px 0px 0px;
	float:left;
}

/* Slider Navigation styling */
#slider-navigation{
	width:69px;
	height:39px;
	position:relative;
	background-image:url(../images/bg-navigation.png);
	background-repeat:no-repeat;
	margin:0px auto;
	top:467px;
}
#prev a{
	width:10px; 
	height:16px; 
	position:relative;	
	top:-3px; 
	left:575px; 
	display:block; 
	background:url(../images/slide-prev.png) no-repeat 0 0; 
	cursor:pointer;
	z-index:100; 
	float:left; 
}
#next a{
	width:10px; 
	height:16px;
	position:relative;	
	top:-3px; 
	right:575px; 
	display:block; 
	background:url(../images/slide-next.png) no-repeat 0 0; 
	cursor:pointer;
	z-index:100; 
	float:right; 
}

/* Accordion Slider styling */
#accordion-slider{
	width:1188px;
	margin:20px auto 0px auto;
}
.kwicks img{ 
	float:none !important;	
	border:0; 
	display:none;
}
.kwicks{
	background-color:#f1f1f1;	
	list-style: none;	
	position: relative;	
	margin: 0;	
	padding: 0;	
	top: 0;	
	left: 0;	
}
.kwicks li{
	float: left; 
	margin: 0;	
	position: relative;	
	display: block;	
	overflow: hidden;	
	padding: 0;	
	background: url(../images/ajax_loader.gif) 50% 50% no-repeat;	
}
.kwick_shadow{
	height:100%; 
	z-index: 1;	
	position: absolute;	
	right: 0px;	
	width: 25px;		
	background: url(../images/overlay-slide.png) repeat-y;	
}
.last .kwick_shadow{
	background: none !important;	
}
.kwick_title{
	width: 100%;	
	z-index: 1;	
	float: left;	
	height: 20px;
	background-color:#222222;
	color:#ffffff;	
	position: absolute;	
	overflow: hidden;	
	left: 0px;	
	bottom: 0px;	
	padding: 15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
.kwick_highlight{
	background-color:#F00;
}
.kwick_desc{
	bottom: -300px;	
	width: 100%; 
	z-index: 2;	
	padding: 15px;	
	color:#555;
	text-align:center;
	background-color:#222222;	
	position: absolute;
}
.kwick_desc_title{
	display: block;	
	font-size: 23px;	
	line-height: 23px;	
	padding-bottom: 5px;	
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
.slide-shadow-accordion{
	width:1188px;
	height:20px;
	background-image:url(../images/slide-shadow.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	margin:0px auto;
	float:left;
}

/* Coin Slider styling */
#coin-slideshow{
	width:960px;
	height:386px;
	margin:20px 0px 0px 114px;
	float:left;
}
#coin-slideshow ul, #coin-slideshow li{
	width:960px;
	height:386px;
	margin:0px; 
	padding:0px;
	list-style-type:none;
}
#coin-slideshow li{
	width:960px; 
	height:386px;
	margin:0px;
	padding:0px; 
	float:left;
}
.coin-slider{ 
	overflow: hidden; 
	zoom: 1; 
	position: relative; 
}
.coin-slider a{ 
	text-decoration: none; 
	outline: none; 
	border: none; 
}
.cs-buttons { 
	font-size: 0px; 
	padding: 10px; 
	float: left; 
}
.cs-buttons a { 
	margin-left: 5px; 
	height: 10px; 
	width: 10px; 
	float: left; 
	border: 1px solid #B8C4CF; 
	color: #B8C4CF; 
	text-indent: -1000px; 
}
.cs-active { 
	background-color: #B8C4CF; 
	color: #FFFFFF; 
}
.cs-title {
	 width: 930px; 
	 padding: 15px; 
	 background-color: #000000; 
	 color: #FFFFFF;
	 font-family:Georgia, "Times New Roman", Times, serif;
	 font-style:italic;
	 font-size:14px; 
}
.cs-prev, 
.cs-next {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic; 
	background-color: #000000; 
	color: #FFFFFF; 
	padding: 0px 10px 3px 10px; 
}


/* CONTENT
------------------------------------------------------*/
#content{
	width:960px;
	margin:0px auto;
}
.maincontent{
	width:960px;
	margin-top:-200px;
	padding:10px 0px 50px 0px;
	float:left;
}
.maincontent-inner{
	width:960px;	
	margin:0px;
	padding:45px 0px;
	float:left;
}
.maincontent-portfolio{
	width:990px;	
	margin:0px;
	padding:45px 0px;
	float:left;
}
.with-sidebar{
	background-image:url(../images/bg-sidebar.gif);
	background-repeat:repeat-y;
}
#content-left{
	width:680px;
	margin-right:30px;
	padding:0px 0px;
	float:left;
}
#sidebar-right{
	width:250px;
	padding:0px 0px;
	float:left;
}
#breadcumb{
	width:949px;
	margin:0px auto;
	padding:9px 0px 0px 11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#aaaaaa;
}
.bread-img{
	margin:1px 3px 0px 0px;
	float:left;	
}
.bread-img{
	float:left;
}

/* Front Content */
#top-content-main{
	width:960px;
	margin:0px auto;
}
.front-column-row1{
	width:293px;
	margin:38px 30px 10px 0px;
	float:left;
}
.front-column-row1-alt{
	width:293px;
	margin:9px 20px 10px 10px;
	float:left;
}
.front-column-row1-last{
	width:293px;
	margin:38px 0px 10px 0px;
	float:left;
}
.front-column-row1-alt-last{
	width:293px;
	margin:9px 0px 10px 10px;
	float:left;
}
.front-column-row2{
	width:296px;
	margin:38px 36px 10px 0px;
	float:left;
}
.front-column-row2-last{
	width:296px;
	margin:38px 0px 10px 0px;
	float:left;
}
.front-column-row2 h5, .front-column-row2-last h5{
	width:296px;
	margin-top:183px;
	float:left;
}
.front-column-row3{
	width:461px;
	margin:25px 38px 0px 0px;
	float:left;
}
.front-column-row3-last{
	width:461px;
	margin:25px 0px 0px 0px;
	float:left;
}
.front-column-row3 blockquote{
	border-bottom:1px solid #d2d2d2;	
}
.front-column-row3 p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	line-height:23px;
	color:#a2a2a2;	
}
.testi-people{
	width:461px;
	border-top:1px solid #ffffff;	
	float:left;
}
.testi-people p{
	font-family:Arial,Tahoma,Verdana;
	font-size:12px;
	font-style:normal;
	line-height:18px;
	margin:5px 0px 0px 65px;
}
.testi-baloon{
	width:20px;
	height:17px;
	background-image:url(../images/testi-baloon.gif);
	background-repeat:no-repeat;
	margin:-2px 0px 0px 50px;	
}
.testi-border{
	width:50px;
	height:50px;
	background-image:url(../images/testi-avatar-border.png);
	background-repeat:no-repeat;
	position:absolute;
	z-index:100;
	float:left;
}
.testi-border2{
	width:50px;
	height:50px;
	background-image:url(../images/testi-avatar-border2.png);
	background-repeat:no-repeat;
	position:absolute;
	z-index:100;
	float:left;
}
.testi-avatar{
	width:50px;
	height:50px;
	margin-left:0px;
	position:absolute;
	z-index:80;
	float:left;
}
.text-front{
	overflow:hidden;
	margin-bottom:0px;
}
.dot-image{
	width:300px;
	height:164px;
	background-image:url(../images/image-dot-border.png);
	background-repeat:no-repeat;
	position:absolute;
	margin-left:-2px;
	z-index:100;
	float:left;	
}
.front-image{
	width:296px;
	height:160px;
	position:absolute;
	margin:2px 0px 0px -296px;
	z-index:80;
	float:left;
}
:root .front-image{
	margin:2px 0px 0px 0px\0/IE9;
}
/* Chrome CSS Hack */
@media screen and (-webkit-min-device-pixel-ratio:0) {
.front-image{
	width:296px;
	height:160px;
	position:absolute;
	margin:2px 0px 0px 0px;
	z-index:80;
	float:left;
}
}
/* Opera CSS Hack */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0){
.front-image{
	width:296px;
	height:160px;
	position:absolute;
	margin:2px 0px 0px 0px;
	z-index:80;
	float:left;
}
}
.slogan-box{
	width:902px;
	margin:18px 0px 20px 0px;
	padding:25px 23px 12px 35px;
	background-color:#f9f9f9;
	border:1px solid #dcdcdc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	float:left;
}
.slogan-text{
	width:597px;
	float:left;
}
.slogan-text h3{
	margin-bottom:5px;
}
.slogan-text p{
	color:#828282;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}
.slogan-button{
	margin-top:7px;
	float:right;
}
ul.client-list{
	margin:5px 0px;
	list-style-type:none;
	float:left;
}
ul.client-list li{
	width:138px;
	height:66px;
	border:1px solid #dddddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#f9f9f9;
	margin:0px 13px 13px 0px;
	padding:5px 0px 0px 5px;
	float:left;
}
ul.client-list li.client-last{
	width:138px;
	height:66px;
	border:1px solid #dddddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#f9f9f9;
	margin:0px 0px 13px 0px;
	padding:5px 0px 0px 5px;
	float:left;
}

/* Footer Styling */
#footer{
	width:960px;
	min-height:267px;
	padding:30px 0px;
	background-image:url(../images/footer-glow.png);
	background-repeat:no-repeat;
	background-position:top center;
	margin:0px auto;
}
.footer-column{
	width:192px;
	margin-right:30px;
	padding:5px 0px;
	font-size:11px;
	color:#ffffff;
	float:left;
}
.footer-column h5, .footer-column2 h5{
	color:#ffffff;
	padding-bottom:15px;
	background-image:url(../images/footer-line.gif);
	background-repeat:repeat-x;
	background-position:bottom;	
}
.footer-column p{
	margin-bottom:22px;
}
.footer-column2{
	width:263px;
	margin-right:30px;
	padding:5px 0px;
	font-size:11px;
	color:#ffffff;
	float:left;
}
ul.list-bottom{
	margin:0px; 
	padding:0px; 
	list-style-type:none;
}
ul.list-bottom li{
	line-height:24px;
	color:#ffffff;
}
ul.list-bottom li a, ul.list-bottom li a:visited{
	color:#ffffff;
	text-decoration:none;
}
.green-color{
	color:#263d42;	
}
ul.social-list{
	width:263px;
	padding:0px; 
	list-style-type:none;
}
ul.social-list li{
	width:30px;
	margin:5px 4px 0px 0px;
	float:left;
}
.back-to-top{
	font-size:11px;
	margin:-40px 0px 0px 0px;
	position:static;
	bottom:0px;
	color:#ffffff;
	float:right;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.back-to-top{
	font-size:11px;
	margin:-40px 0px 0px 0px;
	position:relative;
	z-index:100;
	bottom:0px;
	color:#ffffff;
	float:right;
}
}
.back-to-top a, .back-to-top a:hover, .back-to-top a:visited{
	color:#ffffff;
	margin-right:5px;
	text-decoration:none;
}
#coypright-text{
	width:960px;
	font-size:11px;
	color:#ffffff;
	text-align:center;
	margin:0px auto;
	padding:12px 0px;
}

/* Newsletter styling */
#newsletter{
	margin:-6px 0px 22px 0px;
	float:left;	
}
#nlt-form{
	width:150px;
	font-size:11px;
	color:#87acb3;
	background:none;
	padding:8px 8px 8px 8px;
	background-color:#53757b;
	background-image:url(../images/newsletter-line.gif);
	background-repeat:repeat-x;
	background-position:top;
	border:none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#nlt-form:focus{
	width:150px;
	font-size:11px;
	color:#87acb3;
	background:none;
	padding:8px 8px 8px 8px;
	background-color:#53757b;
	background-image:url(../images/newsletter-line.gif);
	background-repeat:repeat-x;
	background-position:top;
	border:none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;;
}
#newsletter .sub-button{
	width:88px;
	border:none;
	background: transparent url('../images/button-newsletter.png') no-repeat;
    color: #537878;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:11px;
	text-shadow:0px 1px 0px #cfcfcf;
    text-decoration: none;
	margin-left:5px;
	padding:5px 0px 8px 0px;
	padding:6px 0px 9px 0px\0/;
	cursor:pointer;
	position:relative;
	top:-2px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#newsletter .sub-button{
	padding:6px 0px 9px 0px;
}
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0){
#newsletter .sub-button{
	padding:6px 0px 9px 0px;
}
}

/* Search styling */
#search{
	margin:5px 0px 9px 0px;
	float:left;	
}
#s-form{
	width:195px;
	font-size:11px;
	color:#acacac;
	background:none;
	padding:8px 8px 8px 8px;
	background-color:#e6e6e6;
	background-image:url(../images/search-line.gif);
	background-repeat:repeat-x;
	background-position:top;
	border:none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#s-form:focus{
	width:151px;
	font-size:11px;
	color:#acacac;
	background:none;
	padding:8px 8px 8px 8px;
	background-color:#e6e6e6;
	background-image:url(../images/search-line.gif);
	background-repeat:repeat-x;
	background-position:top;
	border:none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;;
}

/* Sidebar */
.sidebar-content{
	width:212px;
	margin:0px 0px 28px 39px;
	float:left;
}
.sidebar-alt-list{
	margin-top:7px;
	float:left;
}
ul.sidebar-alt-list li{
	width:212px;
	border-bottom:1px solid #dcdcdc;
	line-height:28px;
	padding:3px 0px;
	list-style-type:none;
}
ul.sidebar-alt-list li a, ul.sidebar-alt-list li a:visited{
	color:#828282;
	text-decoration:none;
	padding:0px 0px 0px 14px;
}
ul.sidebar-alt-list li a:hover{
	color:#a6a6a6;
	text-decoration:none;
	padding:0px 0px 0px 14px;
}
ul.sidebar-alt-list li.sidebar-active{
	width:212px;
	height:30px;
	font-weight:bold;
	background-image:url(../images/sidebar-active.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-color:#dddddd;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom:none;
	margin-left:-16px;
	padding-left:16px;
}
.sidebar-list{
	margin-top:-3px;
}
ul.sidebar-list li{
	width:212px;
	border-bottom:1px solid #dcdcdc;
	line-height:28px;
	padding:3px 0px;
	list-style-type:none;
}
ul.sidebar-list li a, ul.sidebar-list li a:visited{
	color:#868686;
	text-decoration:none;
	background-image:url(../images/list-general.png);
	background-position:0px 4px;
	background-repeat:no-repeat;
	padding:0px 0px 0px 14px;
}
ul.sidebar-list li a:hover{
	color:#a6a6a6;
	text-decoration:none;
	background-image:url(../images/list-general.png);
	background-position:0px 4px;
	background-repeat:no-repeat;
	padding:0px 0px 0px 14px;
}


/* ABOUT
------------------------------------------------------*/
.process-box{
	width:620px;
	margin:18px 0px 38px 0px;
	padding:25px 30px 12px 30px;
	background-color:#f9f9f9;
	border:1px solid #dcdcdc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	float:left;
}
.process-text h5{
	width:383px;
	padding-bottom:14px;
	border-bottom:1px solid #dcdcdc;
	float:left;
}
.process-text p{
	width:383px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	line-height:22px;
	float:left;
}
.circle-concept{
	margin-top:-40px;
}
.italic-breadcumb{
	font-style:italic;
}
ul.team-list{
	width:680px;
	margin:5px 0px 10px 0px;
	list-style-type:none;
	float:left;
}
ul.team-list li{
	width:120px;
	margin:0px 20px 0px 0px;
	text-align:center;
	float:left;
}
ul.team-list li.team-last{
	width:120px;
	margin-right:0px;
	text-align:center;
	float:left;
}
ul.team-list li p{
	margin-top:130px;
}
.team-border{
	width:120px;
	height:120px;
	background-image:url(../images/team-border.png);
	background-repeat:no-repeat;
	position:absolute;
	z-index:100;
	float:left;	
}
.team-image{
	width:120px;
	height:120px;
	position:absolute;	
	margin-left:-60px;
	margin-left:0px\0/;
	z-index:80;
	float:left;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.team-image{
	width:120px;
	height:120px;
	position:absolute;
	margin-left:0px;
	z-index:80;
	float:left;
}
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0){
.team-image{
	width:120px;
	height:120px;
	position:absolute;
	margin-left:0px;
	z-index:80;
	float:left;
}
}
.pdf-button{
	width:182px;
	padding:12px 15px;
	background-image:url(../images/pdf-button.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#e9e9e9;
	border:1px solid #e3e3e3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float:left;	
}
.pdf-button h6 a{
	margin-top:8px;
	color:#555555;
	float:left;
}
.pdf-icon{
	margin-right:11px;
	float:left;	
}


/* SERVICES
------------------------------------------------------*/
#top-services-flow{
	height:92px;
	margin:-5px 0px 0px 0px;
	background-image:url(../images/bg-top-services.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#ffffff;
	border-top:1px solid #e3e3e3;
	border-bottom:1px solid #e3e3e3;	
}
#services-flow-wrapper{
	width:960px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0px auto 0px auto;
	padding:0px;
}
ul.flow-list{
	width:960px;
	margin:0px;
	list-style-type:none;
	float:left;
}
ul.flow-list li{
	width:190px;
	height:92px;
	font-size:14px;
	border-left:1px solid #e3e3e3;
	text-align:center;
	float:left;
}
ul.flow-list li.flow-list-last{
	width:190px;
	height:92px;
	font-size:14px;
	border-right:1px solid #e3e3e3;
	text-align:center;
	float:left;
}
ul.flow-list li:hover{
	width:190px;
	height:92px;
	font-size:14px;
	background-color:#ffffff;
	border-left:1px solid #e3e3e3;
	cursor:pointer;
	text-align:center;
	float:left;
}
ul.flow-list li p{
	width:190px;
	color:#828282;
	float:left;
}
.services-number{
	width:12px;
	height:17px;
	padding-bottom:10px;
	padding:2px 17px 9px 7px\0/;
	margin:19px 0px 7px 77px;
}
:root .services-number{
	width:1px\0/IE9;
	padding:2px 17px 9px 11px\0/IE9;
}
.services-column{
	width:462px;
	margin:0px 35px 44px 0px;
	float:left;
}
.services-column-last{
	width:462px;
	margin:0px 0px 44px 0px;
	float:left;
}
.services-column h5, .services-column-last h5{
	width:305px;
	margin-left:153px;
	float:left;
}
.services-column p, .services-column-last p{
	width:305px;
	margin-left:153px;
	float:left;
}
.dot-image2{
	width:135px;
	height:135px;
	background-image:url(../images/image-dot-border2.png);
	background-repeat:no-repeat;
	position:absolute;
	margin-left:-2px;
	z-index:100;
	float:left;	
}
.services-image{
	position:absolute;
	margin:2px 0px 0px -458px;
	z-index:80;
	float:left;
}
:root .services-image{
	margin:2px 0px 0px 0px\0/IE9;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.services-image{
	position:absolute;
	margin:2px 0px 0px 0px;
	z-index:80;
	float:left;
}
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0){
.services-image{
	position:absolute;
	margin:2px 0px 0px 0px;
	z-index:80;
	float:left;
}
}
.services-button{
	float:right;
	margin-right:-12px;
}
.service-ribbon{
	width:100%;
	border-top:1px solid #e3e3e3;
	padding:35px 0px 20px 0px;
	float:left;	
}
.ribbon-column1{
	width:357px;
	height:122px;
	background-image:url(../images/ribbon.png);
	background-repeat:no-repeat;
	margin-left:20px;
	float:left;
}
.ribbon-column2{
	width:516px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:22px;
	margin:14px 0px 0px 47px;
	float:left;
}
.ribbon-column1 h2{
	width:274px;
	margin:47px 0px 0px 20px;
	text-align:center;
	color:#ffffff;
}


/* PRICING
------------------------------------------------------*/
.slogan-font{
	margin:-7px 0px 32px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
.pricing{
	width:178px;
	height:369px;
	padding:20px 20px 0px 20px;
	background-image:url(../images/shadow-pricing.png);
	background-position:right;
	background-repeat:repeat-y;
	background-color:#ffffff;
	float:left;
}
.pr-last{
	background-image:none;
}
.pr-left{
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.pr-right{
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.pricing-left h4{
	width:178px;
	float:left;
}
.price{
	width:178px;
	margin:-10px 0px 18px 0px;
	padding-bottom:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	border-bottom:1px solid #dbdbdb;
	float:left;
}
.pricing-desc{
	font-size:11px;
}
.pr-list{
	min-height:144px;
	margin-top:-10px;
	font-size:11px;
	float:left;
}
.button-pricing{
	width:218px;
	margin-left:-20px;
	padding:15px 0px;
	background-image:url(../images/shadow-pricing.png);
	background-position:right;
	background-repeat:repeat-y;
	background-color:#e6e6e6;	
	float:left;	
}
.button-pricing-last{
	width:218px;
	margin-left:-20px;
	padding:15px 0px;
	background-color:#e6e6e6;	
	float:left;	
}
.btn-left{
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
}
.btn-right{
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
}
.button-pricing span, .button-pricing-last span{
	margin-left:56px;
}
.pricing-feature{
	width:271px;
	margin:0px 0px 42px 35px;
	float:left;
}
.pricing-feature a{
	margin-bottom:25px;
	float:left;
}
.heading-button{
	font-size:22px;
}
.desc-button{
	font-size:12px;
}
.feature-list{
	margin:0px;
	float:left;
}
.feature-list p{
	overflow:hidden;
}
.guarantee-column{
	width:499px;
	margin:10px 31px 10px 0px;
	float:left;
}
.testimonials-column{
	width:428px;
	margin:10px 0px 10px 0px;
	float:left;	
}
.testimonials-column blockquote p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	line-height:23px;
	color:#a2a2a2;	
}
.testimonials-column blockquote{
	border-bottom:1px solid #d2d2d2;	
}
.prici-testi{
	width:428px;
	float:left;	
}


/* PORTFOLIO
------------------------------------------------------*/
ul#portfolio-filter{
	margin:0px; 
	padding:0; 
	text-align:center;
}
ul#portfolio-filter li{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	display:inline; 
}
ul#portfolio-filter li a{
	font-size:14px;
	padding:0px 15px;	
	color:#828282; 
	text-decoration:none; 
}
ul#portfolio-filter li a:hover{
	font-size:14px;
	padding:0px 15px;
	color:#828282; 
	text-decoration:underline;
}
ul#portfolio-filter li a.current{
	font-size:14px;
	padding:0px 15px;
	color:#828282; 
	text-decoration:none;
}

/* 4 column portfolio */
ul#portfolio-list{
	margin:-25px 0px 5px 0px;
	padding:0; 
	list-style:none;
	float:left;
}
ul#portfolio-list li{
	width:221px; 
	display:block; 
	float:left;
	margin:0px 13px 45px 13px; 
	overflow:hidden; 
}
ul#portfolio-list li h5{
	width:218px;
	margin-top:20px;
	float:left;
}
ul#portfolio-list li p{
	width:218px;
	float:left;
}
.pf-image-4column{
	width:217px;
	height:202px;
	margin:2px 0px 0px 2px;
	-webkit-box-shadow:0 0 4px #6d6d6d; 
	-moz-box-shadow: 0 0 4px #6d6d6d; 
	box-shadow:0 0 4px #6d6d6d;
	float:left;
}
.pf-image-4column:after{
	content:'';
	position:relative;
	width:201px;
	height:186px;
	border:8px solid #ffffff;
	-khtml-opacity:.40;
	-moz-opacity:.40;
	-ms-filter:"alpha(opacity=40)";
	filter:alpha(opacity=40);
	opacity:.40;
	top:-208px;
	float:left;
}

/* 3 column portfolio */
ul#portfolio-list2{
	margin:-25px 0px 5px 0px;
	padding:0; 
	list-style:none;
	float:left;
}
ul#portfolio-list2 li{
	width:304px; 
	display:block; 
	float:left;
	margin:0px 13px 45px 13px; 
	overflow:hidden; 
}
ul#portfolio-list2 li h5{
	width:300px;
	margin-top:20px;
	float:left;
}
ul#portfolio-list2 li p{
	width:300px;
	float:left;
}
.pf-image-3column{
	width:300px;
	height:202px;
	margin:2px 0px 0px 2px;
	-webkit-box-shadow:0 0 4px #6d6d6d; 
	-moz-box-shadow: 0 0 4px #6d6d6d; 
	box-shadow:0 0 4px #6d6d6d;
	float:left;
}
.pf-image-3column:after{
	content:'';
	position:relative;
	width:284px;
	height:186px;
	border:8px solid #ffffff;
	-khtml-opacity:.40;
	-moz-opacity:.40;
	-ms-filter:"alpha(opacity=40)";
	filter:alpha(opacity=40);
	opacity:.40;
	top:-208px;
	float:left;
}

/* 2 column portfolio */
ul#portfolio-list3{
	margin:-25px 0px 5px 0px;
	padding:0; 
	list-style:none;
	float:left;
}
ul#portfolio-list3 li{
	width:468px; 
	display:block; 
	float:left;
	margin:0px 13px 45px 13px; 
	overflow:hidden; 
}
ul#portfolio-list3 li h5{
	width:464px;
	margin-top:20px;
	float:left;
}
ul#portfolio-list3 li p{
	width:464px;
	float:left;
}
.pf-image-2column{
	width:464px;
	height:202px;
	margin:2px 0px 0px 2px;
	-webkit-box-shadow:0 0 4px #6d6d6d; 
	-moz-box-shadow: 0 0 4px #6d6d6d; 
	box-shadow:0 0 4px #6d6d6d;
	float:left;
}
.pf-image-2column:after{
	content:'';
	position:relative;
	width:448px;
	height:186px;
	border:8px solid #ffffff;
	-khtml-opacity:.40;
	-moz-opacity:.40;
	-ms-filter:"alpha(opacity=40)";
	filter:alpha(opacity=40);
	opacity:.40;
	top:-208px;
	float:left;
}


/* FAQ STYLING
------------------------------------------------------*/
.ask{
	height:30px;	
	cursor:pointer;
	font-size:12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#dddddd;
	padding:10px 13px 0px 13px;
	clear:both;
}
.question{
	background-color:#ffffff;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	margin:0px 0px 5px 0px;
	padding:15px 18px 1px 18px;
}
.openquestion{
	color:#868686 !important;
	margin-bottom:5px;
}
.closedquestion{
	color:#868686 !important; 
	margin-bottom:5px;
}


/* TESTIMONIALS
------------------------------------------------------*/
.testi-container{
	width:680px;
	background-image:url(../images/testi-quote.jpg);
	background-repeat:no-repeat;
	background-position:16px 0px;
	background-color:#ffffff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	float:left;
}
.testi-left{
	width:415px;
	padding:20px 27px 8px 27px;
	background-image:url(../images/shadow-pricing.png);
	background-repeat:repeat-y;
	background-position:right;	
	float:left;
}
.testi-left blockquote{
	width:417px;
	padding-left:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:23px;
	background-image:none;
}
.testi-right{
	width:211px;
	height:112px;
	text-align:center;
	background-image:url(../images/testi-author.jpg);
	background-repeat:no-repeat;
	background-position:0px 13px;
	float:left;	
}
.testi-right h5{
	margin:36px 0px 4px 0px;
}
.testi-avatar-container{
	width:680px;
	margin:0px 0px 48px 0px;
	float:left;	
}
.testi-page{
	margin:-25px 0px 0px 598px;
}

/* 404 PAGE
------------------------------------------------------*/
.error404-left{
	width:411px;
	margin-bottom:87px;
	padding-right:46px;
	float:left;
}
.error404-right{
	width:459px;
	margin-bottom:87px;
	padding-left:43px;
	border-left:1px solid #dadada;
	float:left;
}
.error404-right p{
	width:360px;
	float:left;
}
.error404-right ul{
	margin-top:-10px;
	float:left;
}
.logo-404{
	margin-top:64px;
	float:right;
}


/* COLUMN
------------------------------------------------------*/
/* used for 4 column */
.col-214 { 
	display:inline-block;
	width:214px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:30px;
}
.col-214-last { 
	display:inline-block;
	width:214px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:0px;
}

/* used for 3 column */
.col-297 { 
	display:inline-block;
	width:297px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:30px;
}
.col-297-last { 
	display:inline-block;
	width:297px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:0px;
}

/* used for 2 column */
.col-461 { 
	display:inline-block;
	width:461px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:30px;
}
.col-461-last { 
	display:inline-block;
	width:461px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:0px;
}
.col-629 { 
	display:inline-block;
	width:629px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:30px;
}
.col-629-last { 
	display:inline-block;
	width:629px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:0px;
}

/* column for faq */
.col-310 { 
	display:inline-block;
	width:310px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:20px;
}
.col-310-last { 
	display:inline-block;
	width:310px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:0px;
}


/* BLOG
------------------------------------------------------*/
.blog-post{	
	margin-bottom:37px;
	padding-bottom:8px;
	float:left;
}
.dot-image3{
	width:200px;
	height:200px;
	background-image:url(../images/image-dot-border3.png);
	background-repeat:no-repeat;
	position:absolute;
	margin-left:-2px;
	z-index:100;
	float:left;	
}
.blog-image{
	position:absolute;
	margin:2px 0px 0px 0px;
	z-index:80;
	float:left;
}
.post-content{
	width:460px;
	margin:0px 0px 0px 220px;
	border-bottom:1px solid #e3e3e3;
}
.post-content-inner{
	width:460px;
	margin:0px 0px 0px 220px;
	padding-bottom:8px;
}
.post-content h4 a, .post-content h4 a:visited, .post-content-inner h4 a, .post-content-inner h4 a:visited{
	color:#323232;
	text-decoration:none;
}
.post-info{
	width:460px;
	margin:-37px 0px 35px 0px;
	float:leff;
}
ul.post-info-list{
	margin-left:-10px;
	padding:30px 0px 0px 0px; 
	list-style-type:none;
}
ul.post-info-list li{
	font-size:11px;
	font-style:italic;
	color:#9a9a9a;
	margin:0px 12px;
	float:left;
}
ul.post-info-list li img{
	margin:2px 5px 0px 0px;
	float:left;
}
.tag-info{
	width:460px;
	margin:0px 0px 0px 220px;
	font-size:11px;
	font-style:italic;
	color:#9a9a9a;
}
.tag-info-list{
	margin-left:22px;
	padding:18px 0px 0px 0px;
	float:left; 
}
.tag-info-list img{
	margin:2px 5px 0px 0px;
	float:left;
}
.blog-button{
	margin:20px -12px 0px 0px;
	float:left;	
}

/* Popular List */
.popular-list{
	margin:10px 0px 12px 0px;
	float:left;
}
ul.popular-list li{
	line-height:6px;
	border-bottom:1px solid #dcdcdc;
	margin-bottom:13px;
	list-style-type:none;
	float:left;
}
ul.popular-list li p.popular-title{
	width:148px;
	font-size:12px;
	font-style:normal;
	margin:-5px 0px 5px 0px;
	line-height:18px;
	overflow:hidden;
}
ul.popular-list li p{
	margin-top:4px;
	font-size:11px;
	font-style:italic;
	color:#868686;
	float:left;
}
ul.popular-list li a, ul.popular-list li a:visited{
	color:#868686;
	text-decoration:none;
}
ul.popular-list li a:hover{
	color:#868686;
	text-decoration:none;
}
.popular-date{
	margin-right:5px;
	float:left;
}
.popular-text{
	width:162px;
	float:left;
}
.popular-arrow{
	width:49px;
	text-align:right;
	float:left;
}

/* Sponsors List */
ul.sponsor-list{
	width:195px;
	height:114px;
	margin:0px;
	padding:16px 0px 0px 16px;
	background-color:#f5f5f5;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border:1px solid #dcdcdc;
}
.sponsor-list li{
	width:178px;
	height:98px;
	margin:0px;
	list-style-type:none;
	display:inline-block;
	float:left;
}

/* Blog Pagination */
.blog-pagination{
	width:635px;
	margin-bottom:22px;
	float:left;
}
.pages{line-height:30px; margin-bottom:10px; clear:left;}
.blogpages{margin:8px 0px;}
.pfpages{margin:-15px 0px 12px 0px;}
.pageof{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:12px;	
	color:#868686;
	padding:8px 12px !important;
	margin:0px;
	float:left;
}
.pages a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:12px;
	background-image:url(../images/pagination-circle.gif);
	background-position:1px 13px;
	background-repeat:no-repeat;
	padding:8px 8px;
	margin:0px 3px;
	color:#868686 !important;
	text-decoration:none;
	float:left;
}
.pages a:hover{
	width:11px;
	color:#868686 !important; 
	background-image:url(../images/pagination-circle-active.gif);
	background-position:0px 10px;
	background-repeat:no-repeat;
	padding-left:10px;
	float:left;	
}
.pages a.current{
	width:11px;
	color:#868686 !important; 
	background-image:url(../images/pagination-circle-active.gif);
	background-position:0px 10px;
	background-repeat:no-repeat;
	padding-left:10px;
	float:left; 
}

/* Related Post */
#recentPostList{
	width:620px;
	background-color:#ffffff;
	border:1px solid #dcdcdc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin:10px 0px 10px 0px;
	padding:19px 30px 0px 30px;
	float:left; 
}
#related-post-title{
	padding:3px 0px 8px 0px;  
	height:20px; 
	font-weight:bold; 
	color:#2f87aa;
}
.related-item-wrapper{
	font-size:11px;
	width:137px;
	padding:8px 0px 8px 0px;
	margin-right:24px;
	float:left;
	color:#adacac;
	cursor:pointer;
}
.related-item-wrapper-last{
	font-size:11px;
	width:137px;
	padding:8px 0px 8px 0px;
	float:left;
	color:#adacac;
	cursor:pointer;
}
.related-item-wrapper p, .related-item-wrapper-last p{
	line-height:18px;
}
.related-item-wrapper a, .related-item-wrapper a:visited, .related-item-wrapper-last a, .related-item-wrapper-last a:visited{
	color:#868686;
}
.related-item-wrapper img:hover, .related-item-wrapper-last img:hover{
	-webkit-box-shadow:0 0 8px #6d6d6d; 
	-moz-box-shadow: 0 0 8px #6d6d6d; 
	box-shadow:0 0 8px #6d6d6d;
}
.related-item-wrapper img, .related-item-wrapper-last img{	
	-webkit-box-shadow:0 0 3px #6d6d6d; 
	-moz-box-shadow: 0 0 3px #6d6d6d; 
	box-shadow:0 0 3px #6d6d6d;
}
.img-related{
	float:left;
	margin:0px 0px 5px 0px;
}

/* Sharing Social */
.sharing-box {
	float:left;
	width: 680px;
	padding:20px 0 10px 0;
	border-top:1px solid #dcdcdc;
	margin:30px 0px 0px 0px;
}
.sharing-box .share-facebook {
	float:left;
	width: 200px;
	padding-top:5px;
}
.sharing-box .share-social {
	margin-top:5px;
	float:right;
}
.sharing-box .share-social li {
	display:block;
	float:left;
	width:32px;
	height:32px;
	overflow:hidden;
	margin-left:8px;
	padding:0;
}
.sharing-box .share-social a {
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	width:32px;
	height:32px;
}
ul.social li {
	background:none;
	list-style-position:inherit;
	list-style-type:none;
	float:left;
	border:0;
	margin-bottom:3px;
	margin-right:3px;	
	padding: 5px;
	border: 1px solid #d4d4d4 !important;
	border-top: 1px solid #f1f1f1 !important;
	border-left: 1px solid #eee !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
	display:block;
}
ul.social li a {
	float:left;
	display:block;
	width:32px;
	height:32px;
}
.social a.twitter,
.share-social a.twitter
{ 
	background:url(../images/social-icons/black-white/twitter.png) no-repeat left top;
}
.social a.delicious,
.share-social a.delicious 
{ 
	background:url(../images/social-icons/black-white/delicious.png) no-repeat left top;
}

.social a.facebook,
.share-social a.facebook
{ 
	background:url(../images/social-icons/black-white/facebook.png) no-repeat left top;
}

.social a.digg,
.share-social a.digg 
{ 
	background:url(../images/social-icons/black-white/digg.png) no-repeat left top;
}

.social a.stumbleupon,
.share-social a.stumbleupon 
{ 
	background:url(../images/social-icons/black-white/stumbleupon.png) no-repeat left top;
}

.social a.reddit,
.share-social a.reddit 
{ 
	background:url(../images/social-icons/black-white/reddit.png) no-repeat left top;
}
.share-social a.designfloat 
{ 
	background:url(../images/social-icons/black-white/designfloat.png) no-repeat left top;
}

.social a.rss { background:url(../images/social-icons/black-white/rss.png) no-repeat left top; }
.social a.flickr { background:url(../images/social-icons/black-white/flickr.png) no-repeat left top; }
.social a.vimeo { background:url(../images/social-icons/black-white/vimeo.png) no-repeat left top; }
.social a.youtube { background:url(../images/social-icons/black-white/youtube.png) no-repeat left top; }
.social a.linkedin { background:url(../images/social-icons/black-white/linkedin.png) no-repeat left top; }
.social a.deviantart { background:url(../images/social-icons/black-white/deviantart.png) no-repeat left top; }
.social a.tumblr { background:url(../images/social-icons/black-white/tumblr.png) no-repeat left top; }
.social a.lastfm { background:url(../images/social-icons/black-white/lastfm.png) no-repeat left top; }


.social a.twitter:hover,
.share-social a.twitter:hover 
{ 
	background:url(../images/social-icons/colorful/twitter.png) no-repeat left top;
}
.social a.delicious:hover,
.share-social a.delicious:hover 
{ 
	background:url(../images/social-icons/colorful/delicious.png) no-repeat left top;
}
.social a.facebook:hover,
.share-social a.facebook:hover
{ 
	background:url(../images/social-icons/colorful/facebook.png) no-repeat left top; 
}
.social a.digg:hover,
.share-social a.digg:hover
{ 
	background:url(../images/social-icons/colorful/digg.png) no-repeat left top; 
}
.social a.stumbleupon:hover,
.share-social a.stumbleupon:hover 
{ 
	background:url(../images/social-icons/colorful/stumbleupon.png) no-repeat left top;
}
.social a.reddit:hover,
.share-social a.reddit:hover 
{ 
	background:url(../images/social-icons/colorful/reddit.png) no-repeat left top; 
}
.share-social a.designfloat:hover
{ 
	background:url(../images/social-icons/colorful/designfloat.png) no-repeat left top;
}
.social a.rss:hover { background:url(../images/social-icons/colorful/rss.png) no-repeat left top; }
.social a.flickr:hover { background:url(../images/social-icons/colorful/flickr.png) no-repeat left top; }
.social a.vimeo:hover { background:url(../images/social-icons/colorful/vimeo.png) no-repeat left top; }
.social a.youtube:hover { background:url(../images/social-icons/colorful/youtube.png) no-repeat left top; }
.social a.linkedin:hover { background:url(../images/social-icons/colorful/linkedin.png) no-repeat left top; }
.social a.deviantart:hover { background:url(../images/social-icons/colorful/deviantart.png) no-repeat left top; }
.social a.tumblr:hover { background:url(../images/social-icons/colorful/tumblr.png) no-repeat left top; }
.social a.lastfm:hover { background:url(../images/social-icons/colorful/lastfm.png) no-repeat left top; }

/* Comment list */
#comment{
	width:648px;
	padding:20px 0px 8px 0px;
	float:left;
}
#comment ol{
	margin:0px;
	padding:10px 0px 0px 0px;
	list-style-type:none !important;
}
#comment ol li ol{
	margin-left:80px;
	}
.commentlist li{
	position:relative; 
	list-style:none; 
	line-height:18px; 
	list-style-position:outside;
}
.commentlist li small{
	font-size:11px; 
	font-style:italic
	}
.avatar{
	position:absolute; 
	top:0; 
	left:0
}
.avatar img{
	width:64px; 
	height:64px; 
	-webkit-box-shadow:0 0 3px #6d6d6d; 
	-moz-box-shadow: 0 0 3px #6d6d6d; 
	box-shadow:0 0 3px #6d6d6d;
}
.comment-text{ margin-left:80px; width:auto; border-bottom:solid 1px #dcdcdc;  padding:0px 0px 5px 0px; margin-bottom:10px;}
.reply{float:right}

/* Comment Form */
#commentform-wrap {
	float: left;
	width: 100%;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
#commentform-wrap h4{
	margin-bottom:0px;
}
#comment-form {
	position: relative;
	width: 496px;
	float: left;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#comment-form div {
	display: inline;
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 15px;
}
#comment-form div label {
	width:100px;
	float: left;
	text-align: left;
	margin:5px 0px 0px 8px;
}
#comment-form input {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:none;
	background-color:#e6e6e6;
	background-image:url(../images/search-line.gif);
	background-repeat:repeat-x;
	background-position:top;
	font-size:12px; 
	width:284px; 
	padding:8px 5px; 
	margin:0px 0px 10px 0px; 
	color:#959494;
	font-family:Tahoma,Arial,Verdana;
	float:left;
}
#comment-form textarea {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:none;
	background-color:#e6e6e6;
	background-image:url(../images/search-line.gif);
	background-repeat:repeat-x;
	background-position:top;
	font-size:12px; 
	width:484px;
	height:130px; 
	padding:8px 5px; 
	margin:0px 0px 10px 0px; 
	color:#959494;
	font-family:Tahoma,Arial,Verdana;
	float:left;
	overflow:hidden\0/;
}
#comment-form input.submit {
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;	
}
#comment-form em {
	color:#db4e43;
	display: inline;
}


/* PORTFOLIO
------------------------------------------------------*/
ul#portfolio-filter{
	width:960px;
	margin:0px 0px 60px 15px; 
	padding:0;
	float:left; 
}
ul#portfolio-filter li{
	margin:0px;
	display:inline;
	float:left; 
}
ul#portfolio-filter a{
	color:#000000; 
	text-decoration:none; 
}
ul#portfolio-filter a:hover{
	color:#000000; 
	text-decoration:none;
}
ul#portfolio-filter a.current{
	color:#000000; 
	text-decoration:none;
}

/* Four Column */
ul#portfolio-list-four{
	margin:-22px 0px 20px 0px;
	padding:0; 
	list-style:none;
	float:left;
}
ul#portfolio-list-four li{
	width:217px; 
	display:block; 
	float:left;
	margin:0px 15px 38px 15px;
	overflow:hidden; 
}
.pf-desc-four{
	width:217px;
	font-size:11px;
	background-color:#dbdbdb;
	float:left;
}
.pf-desc-four h5{
	width:180px;
	margin:14px 0px 8px 19px;
	float:left;
}
.pf-desc-four p{
	width:180px;
	margin:0px 0px 15px 19px;
	float:left;
}
.pf-image-four{
	height:224px;
	background-image:url(../images/pf-shadow.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	float:left;
}

/* Three Column */
ul#portfolio-list-three{
	margin:-22px 0px 20px 0px;
	padding:0; 
	list-style:none;
	float:left;
}
ul#portfolio-list-three li{
	width:300px; 
	display:block; 
	float:left;
	margin:0px 15px 38px 15px; 
	overflow:hidden; 
}
.pf-desc-three{
	width:300px;
	font-size:11px;
	background-color:#dbdbdb;
	float:left;
}
.pf-desc-three h5{
	width:180px;
	margin:14px 0px 8px 19px;
	float:left;
}
.pf-desc-three p{
	width:262px;
	margin:0px 0px 15px 19px;
	float:left;
}
.pf-image-three{
	height:224px;
	background-image:url(../images/pf-shadow2.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	float:left;
}

/* Two Column */
ul#portfolio-list-two{
	margin:-22px 0px 20px 0px;
	padding:0; 
	list-style:none;
	float:left;
}
ul#portfolio-list-two li{
	width:465px; 
	display:block; 
	float:left;
	margin:0px 15px 38px 15px; 
	overflow:hidden; 
}
.pf-desc-two{
	width:465px;
	font-size:11px;
	background-color:#dbdbdb;
	float:left;
}
.pf-desc-two h5{
	width:150px;
	margin:35px 0px 8px 19px;
	float:left;
}
.pf-desc-two p{
	width:258px;
	margin:14px 0px 15px 19px;
	float:left;
}
.pf-image-two{
	height:224px;
	background-image:url(../images/pf-shadow3.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	float:left;
}


/* CONTACT
------------------------------------------------------*/
#top-map{
	height:327px;
	margin:-5px 0px 0px 0px;
	border-bottom:11px solid #d5d5d5;	
}
#map{
	width:100%;
	height:327px;
	float:left;
}

/* Twitter */
.twitter-bird{
	margin:-12px 8px -10px 0px;
	float:left;
}
.twitted {
	width:211px;
	margin-top:15px;	
	margin-bottom:0px;
}

/* IE7 Hack */
*+html .twitted {
	width:211px;
	margin-top:15px;
	margin-bottom:0px;	
}

.twitted p.preLoader {
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: transparent url("../images/loading-contact.gif") 1em center no-repeat;
}
.twitted ul#twitter_update_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.twitted ul#twitter_update_list li {
	width:211px;
	font-size:12px;
	font-style:italic;
	color:#a7a7a7;
	margin:0px 0px 10px 0px;
	padding:0px 0px 10px 0px;
	border-bottom: 1px solid #c5c5c5;
}
.twitted ul#twitter_update_list li span {
	/* tweet content */
	display: block;
}
.twitted ul#twitter_update_list li span a {
	/* links in tweet content */
	color: #a7a7a7;
}
.twitted ul#twitter_update_list li a {
	/* timestamp link */
	color: #a7a7a7;
}
.twitted ul#twitter_update_list li.firstTweet {
}
.twitted ul#twitter_update_list li.lastTweet {
	border-bottom: none;
}
.twitted p.profileLink {
	display: block;
	margin:0px -12px 10px 0px;
	padding: 0.3em 1em;		
	float:right;
}

/* Facebook */
.facebook-like{
	width:191px;
	padding:15px 10px;
	background-color:#f5f5f5;
	border:1px solid #dcdcdc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	float:left;
}
.fb-img{
	margin:1px 15px 0px 5px;
	float:left;
}

/* Contact Form */
#contactFormArea{
	width:628px;
	margin:0px 0px 20px 0px;
	padding:2px 0px 5px 0px;
	float:left;
}
label{
	width:201px;
	margin-bottom:2px;
	float:left;
}
.label-form-inline{
	width:190px;
	margin-right:23px;
	float:left;
}
.label-form-inline-last{
	width:190px;
	margin-right:0px;
	float:left;
}
fieldset{
	border:0px;
}
.textfield{	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:none;
	background-color:#e6e6e6;
	background-image:url(../images/search-line.gif);
	background-repeat:repeat-x;
	background-position:top;
	font-size:12px; 
	width:190px; 
	padding:8px 5px; 
	margin:0px 0px 10px 0px; 
	color:#959494;
	font-family:Tahoma,Arial,Verdana;
}
.input-submit{
	width:131px;
	border:none;
	cursor:pointer;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	text-shadow:0px 1px 0px #444444;
	background-image:url(../images/contact-button.png);
	background-repeat:no-repeat;
	color:#ffffff !important;
	padding:7px 0px 13px 0px;
	padding:8px 0px 14px 0px\0/;
	display: inline-block;
	float:left;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.input-submit{
	padding:8px 0px 14px 0px;
}
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0){
.input-submit{
	padding:8px 0px 14px 0px;
}
}
.textarea{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:none;
	background-color:#e6e6e6;
	background-image:url(../images/search-line.gif);
	background-repeat:repeat-x;
	background-position:top;
	font-size:12px;
	overflow:hidden;
	width:616px; 
	padding:8px 5px; 
	margin:0px 0px 13px 0px; 
	color:#959494;
	font-family:Tahoma,Arial,Verdana;
}
.loading{
    background:url(../images/loading-contact.gif) top left no-repeat;
    padding-left:25px;
	color:#797979;
    margin:10px 20px 0px 10px;
    float:left;
}
.success-contact {
	width:628px;
	text-align:center;
    color:#3F9153;
	margin:-5px 0px 10px 0px;
    padding:4px 0px 8px 0px;
    background-color:#D7F7DF;
	border-top:1px solid #A3F7B8;
	border-right:none;
	border-left:none;
	border-bottom:1px solid #A3F7B8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float:left;
}
.success-icon{
	position:relative;
	margin-right:10px;
	top:3px;
}