/*

	Theme Name: Monomuse
	Description: Premium html/css template
	Author: fireform 
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0
	
	Designed & Coded by Fireform
	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

	--------------------------------------------------------------------------

	0.	CSS Reset

	1.	Document Setup (body, common classes, structure etc.)
	
	2.	Header Styles:
		2-1.	Phone, Email
		2-2		Login
		2-3.	Logo And Nav Menu
		2-4.	Slider
		
	3.	Main Content Styles
		3-1. 	Buy Now	
		3-2.	Short Tour
		3-3.	Content Sliders	
		3-4.	Buttons
		3-5.	Images
		3-6.	Testimonials

	4.	Page Templates
		4-1.	Home Template
		4-2.	About Template
		4-3.	Services Template

	5.	Blog Template
		5-1.	Posts
		5-2.	Comments
		5-3.	Sidebar
		5-4.	Tabs
		5-5.	Accordions
		5-6.	Tags
		5-7.	Forms
		5-8.	Pagination
		
	7.	Footer Styles

*/
/*--------------------------- 0 - START CSS RESET ---------------------------*/
* {
	margin:0;
	outline:none;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
	text-decoration:none
}

/*--------------------------- 0 - END CSS RESET -----------------------------*/
/*--------------------------- 1 - START DOCUMENT SETUP, COMMON CLASSES ------*/
body {
	color:#7c7c7c;
	font-size:12px;
	min-height:100%;
	height:auto!important;
	height:100%;
	background:#cbcbcb
}

body p {
	line-height:1.8em
}

html,body {
	font-family:Verdana,Helvetica,Arial;
	width:100%;
	height:100%
}

.header-color {
	position: absolute;
	width: 100%;
	height: 354px;
	background: #831427;
}

.header-color1 {
	position: absolute;
	width: 100%;
	height: 68px;
	background: #831427;
}

.line-top {
	width:100%;
	height:6px;
	background:url(../img/line-top.png) repeat-x
}


.patterns {
	width:100%;
	height: 348px;
}

.patterns1 {
	width:100%;
	height: 62px;
}

.shaddy {
	width:100%;
	height:58px;
	background:url(../img/shaddy.png) repeat-x	
}

.header-shadow {
	width:100%;
	height:100%;
	background:url(../img/header-shadow.png) repeat-x
}

.slider-nav-bg {
	width:100%;
	height:117px;
	background:url(../img/slider-nav-bg.png) repeat-x	
}

.wrapper {
	min-width:1062px;
	margin:0 auto
}

a,a:visited,a:hover {
	color:#7c7c7c;
	text-decoration:none
}

a img {
	border:none
}

h1 {
	font-size:28px;
	color:#40cbcd
}

h2 {
	color:#831427;
	font-size:22px
}

h3 {
	font-size:16px
}

h4 {
	font-size:14px
}

.strong {
	font-weight:700
}

.overflow {
	overflow:hidden
}

.left {
	float:left
}

.right {
	float:right
}

.clear {
	clear:both
}

.selection {
	text-align:left;
	color:#40cbcd
}

.space {
	padding-bottom:15px
}

.space1 {
	color:#a1a1a1;
	font-size:11px;
	padding-bottom:10px
}

.ten-px {
	margin-left:10px
}

/*--------------------------- 1 - END DOCUMENT SETUP, COMMON CLASSES -------*/
/*--------------------------- 2 - START HEADER -----------------------------*/

.centered-container,.centered-container1 {
	z-index:50;
	position:relative;
	top:0px;
	width:1034px;
	margin:0 auto;
	background:url(../img/toplight.png) no-repeat 50% 0
}

.header {
	height:465px
}

/*--------------------------- 2-1 - START PHONE, EMAIL ---------------------*/
.info-top {
	margin-left:8px;
	text-align:left;
	color:#bbc1c1;
	width:auto;
	height:40px;
	position:relative
}

a.info-top:link,a.info-top:visited {
	color:#bbc1c1
}

a.info-top:hover {
	color:#fff
}

img.letter-icon {
	margin-left:16px
}

.phone-email,.login {
	position:absolute;
	margin-top:10px
}

.phone-email {
	left:28px
}

.login {
	right:28px
}

/*--------------------------- 2-1 - END PHONE, EMAIL ------------------------*/
/*--------------------------- 2-2 - START LOGIN -----------------------------*/
#overlay {
	position:fixed;
	width:100%;
	height:100%;
	display:none;
	background:url(../img/bg.png);
	z-index:500
}

#box {
	position:absolute;
	top:30%;
	left:25%;
	width:50%;
	text-align:center
}

#form {
	position:relative;
	background:#fff;
	width:340px;
	height:245px;
	margin:0 auto;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	behavior:url(pie.htc)
}

#close {
	position:absolute;
	top:0;
	right:0;
	width:30px;
	height:30px;
	background:url(../img/close.png) no-repeat 0 0
}

#close:hover {
	cursor:pointer;
	background:url(../img/close.png) no-repeat 0 -30px
}

#logotype {
	margin:15px 0
}

.login-bg {
	margin:0 auto;
	margin-bottom:20px;
	padding-right:15px;
	background:url(../img/login-r.png) no-repeat scroll top right;
	width:270px
}

.login-bg input {
	width:260px;
	font-weight:700;
	color:#aaa;
	text-align:center;
	height:37px;
	font-size:12px;
	line-height:37px;
	padding-left:15px;
	background:url(../img/login-l.png) no-repeat scroll;
	display:block
}

#submit {
	float:right;
	display:block;
	width:72px;
	height:28px;
	background:url(../img/signin.gif) no-repeat scroll top
}

#submit:hover {
	cursor:pointer;
	background-position:bottom
}

.sign {
	margin:0 auto;
	width:284px;
	overflow:hidden
}

#loginform a {
	height:28px;
	line-height:28px;
	color:#40cbcd;
	float:left
}

/*--------------------------- 2-2 - END LOGIN ------------------------------*/
/*--------------------------- 2-3 - START LOGO AND NAV MENU ----------------*/

.logo-nav {
	z-index:100;
	position:relative;
	width:1000px;
	height:127px;
	margin:0 auto;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-moz-border-radius-bottomright:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
	behavior:url(pie.htc);
	background:url(../img/separator-bg.gif) #fff repeat-x bottom
}

.logo {
	position:absolute;
	left:10px;
	top:5px
}

.menu {
	z-index:5000;
	height:50px;
	position:absolute;
	right:30px;
	bottom:0
}

.menu li {
	position:relative;
	float:left;
	list-style:none;
	margin-left:38px
}

.menu li a {
	z-index:102;
	display:block;
	color:#969696;
	font-size:14px;
	height:50px;
	line-height:100%
}

.menu li a:hover,.menu li a.active {
	color:#5a5a5a;
	background:url(../img/hover_new.gif) repeat-x bottom
}

.menu li ul {
	display:none;
	padding-top:20px;
	position:absolute;
	top:50px;
	left:0;
	width:200px;
	background:#fff;
	list-style:none;
	-moz-border-radius-bottomright:4;
	-moz-border-radius-bottomleft:4;
	-webkit-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
	border-left:1px #e4e4e4 solid;
	border-right:1px #e4e4e4 solid;
	border-bottom:1px #e4e4e4 solid
}

.menu li ul li {
	line-height:100%;
	clear:both;
	width:100%;
	height:30px;
	margin-left:0;
	margin-bottom:15px;
	background:url(../img/px.gif) repeat-x bottom
}

.menu li ul li a:hover {
	color:#40cbcd;
	background:transparent
}

.menu li ul li a {
	color:#7c7c7c;
	text-indent:20px;
	font-size:11px
}

ul li.current > a {
	background:url(../img/hover_new.gif) repeat-x bottom
}

/*--------------------------- 2-3 - END LOGO AND NAV MENU ------------------*/
/*--------------------------- 2-4 - START SLIDER ---------------------------*/
#slider-wrapper {
	position:relative;
	background:url(../img/slider-holder.png) no-repeat;
	width:1034px;
	height:270px;
	margin:0 auto
}

#slider {
	position:absolute;
	width:982px;
	height:320px;
	top:9px;
	left:26px;
	background:url(../img/loading.gif) no-repeat 50% 50%
}

#slider img {
	position:absolute;
	width:982px;
	height:320px;
	top:0;
	left:0;
	display:none
}

#slider a {
	border:0;
	display:block
}


.anim_text1 {
	position:absolute;
	top:10px;
	left:55px;
	z-index:101;
	opacity:0;
	filter:alpha(opacity=0);
}


.anim_text2 {
	position:absolute;
	top:100px;
	left:125px;
	z-index:101;
	opacity:0;
	filter:alpha(opacity=0);
}


.anim_text3 {
	position:absolute;
	bottom:10px;
	left:55px;
	z-index:101;
	opacity:0;
	filter:alpha(opacity=0);
}

/*--------------------------- 2-4 - END SLIDER -----------------------------*/
/*--------------------------- 2 - END HEADER -------------------------------*/
/*--------------------------- 3 - START MAIN CONTENT STYLES ----------------*/
/*--------------------------- 3-1 - START BUY NOW -------------------------*/
.buy-container {
	padding-top:25px;
	padding-bottom:25px;
	overflow:hidden;
	width:800px;
	margin:0 auto
}

.buy-text {
	line-height:1.6em;
	float:left;
	width:573px;
	font-size:28px;
	color:#8a8a8a
}

.dark {
	color:#5a5a5a
}

/*--------------------------- 3-1 - END BUY NOW ---------------------------*/
/*--------------------------- 3-2 - START SHORT TOUR ----------------------*/
.short-tour-wrapper {
	clear:both;
	background-color:#f3f8f8
}

.short-tour {
	overflow:hidden;
	width:100%;
	padding:42px 0;
	background:url(../img/separator-bg.gif) repeat-x top
}


.short-tour a {
	font-size:26px;
	font-style:italic
}

#chat {
	text-align:center
}

.short-tour a img {
	margin-left:15px;
	width:63px;
	height:63px;
	vertical-align:middle
}

.width-940 {
	width:940px;
	margin-left:30px
}

.grid {
	width:100%
}

.grid-m1 {
	float:left;
	width:15px;
	height:1px
}

.grid-c1,.grid-c2,.grid-c3 {
	float:left;
	width:300px
}

.news_grid{
  background-color:#cbcbcb;
	border:1px solid #831427;
	padding: 50px 30px;
	color: #fff;
	width:200px
}

.grid-c1and2 {
	float:left;
	width:590px;
	border:1px solid #831427;
	padding: 50px;
	color: #831427
}


.grid-content {
	float:left;
	width:865px;
	border:1px solid #831427;
	margin-left:15px;
	padding: 50px;
	color: #831427
}

.grid-m2,.grid-m3 {
	float:left;
	width:15px;
	height:1px
}

.grid-heading {
	display:block;
	margin-bottom:15px;
	font-size:20px;
	color:#3a3a3a
}

.grid1 {
	overflow:hidden;
	width:940px
}

.numbers {
	margin-right:14px
}

/*--------------------------- 3-2 - END SHORT TOUR ------------------------*/
/*--------------------------- 3-3 - START CONTENT SLIDERS -----------------*/
.widget-nav {
	position:relative;
	height:18px;
	width:100%;
	background:url(../img/middle-nav.gif) repeat-x;
	margin-bottom:22px
}

.left-nav {
	position:absolute;
	left:0;
	width:58px;
	height:18px;
	background:url(../img/left-nav.gif) no-repeat
}

.jflow-content-slider {
	padding-left:10px;
	overflow:hidden;
	height:185px
}

.jflow-content-slider1 {
	padding:0 10px;
	overflow:hidden;
	height:218px
}

#myController,#myController1 {
	position:absolute;
	left:0;
	top:5px
}

#myController span,#myController1 span {
	float:left;
	cursor:pointer
}

#myController span.jFlowSelected,#myController1 span.jFlowSelected1,.jFlowControl,.jFlowControl1,.jFlowControl:hover,.jFlowControl1:hover {
	width:7px;
	height:7px;
	background:url(../img/nav-dots.gif) no-repeat
}

#myController span.jFlowSelected,#myController1 span.jFlowSelected1 {
	background-position:0 0
}

.jFlow-arrows {
	float:right;
	background-color:#fff
}

.jFlowControl,.jFlowControl1 {
	background-position:-7px 0
}

.jFlowControl:hover,.jFlowControl1:hover,.jFlowPrev,.jFlowPrev1,.jFlowNext,.jFlowNext1 {
	background-position:0 0
}

.jFlow-arrows span {
	margin-left:6px;
	float:left
}

.jFlowPrev,.jFlowPrev1,.jFlowNext,.jFlowNext1 {
	width:17px;
	height:17px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:0 0
}

.jFlowPrev,.jFlowPrev1 {
	background:url(../img/prev.gif) scroll
}

.jFlowNext,.jFlowNext1 {
	background:url(../img/next.gif) scroll
}

.jFlowPrev:hover,.jFlowPrev1:hover,.jFlowNext:hover,.jFlowNext1:hover {
	background-position:-17px 0
}

.jflow-content-slider2 {
	padding:0 10px;
	float:left;
	width:940px;
	height:186px;
	margin-top:27px;
	overflow:hidden
}

.jFlowControl2-wrap {
	position:relative;
	width:100%;
	height:140px;
	background:url(../img/tour-bg1.png) repeat-x
}

#myController2 {
	padding-left:30px;
	position:absolute;
	height:95px;
	bottom:0
}

.jFlowControl2 {
	display:block;
	float:left;
	color:#a1a1a1;
	padding-right:10px;
	line-height:1.8em;
	height:95px;
	width:183px
}

.tour-arrow {
	margin-right:20px;
	float:left;
	width:37px;
	height:95px;
	background:url(../img/arrow1.gif) no-repeat
}

.jFlowControl2:hover,#myController2 span.jFlowSelected2 {
	color:#7c7c7c;
	cursor:pointer
}

#myController2 span.jFlowSelected2 {
	background:url(../img/tour-arrow.gif) no-repeat scroll bottom
}

.jFlowPrev2,.jFlowNext2 {
	float:left;
	width:17px;
	height:17px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:0 0
}

.jFlowNext2 {
	margin:109px 0 0;
	background:url(../img/next.gif) scroll
}

.jFlowPrev2 {
	margin:109px 0 0 3px;
	background:url(../img/prev.gif) scroll
}

.jFlowPrev2:hover,.jFlowNext2:hover {
	background-position:-17px 0
}

.slide-wrapper,.slide-wrapper2 {
	overflow:hidden
}

/*--------------------------- 3-3 - END CONTENT SLIDERS -------------------*/
/*--------------------------- 3-4 - START BUTTONS -------------------------*/
.buy-btn:hover,.readmore-btn:hover,.intouch:hover,.follow-btn:hover,.portfolio-btn:hover,.services-btn:hover,.contact-btn:hover,.about-btn:hover,.profile-twit:hover,.profile-faceb:hover,.profile-flickr:hover,.profile-linkd:hover,.serv-btn1:hover,.serv-btn2:hover {
	background-position:bottom
}

.buy-btn {
	overflow:hidden;
	display:block;
	float:right;
	width:169px;
	height:47px;
	background:url(../img/buynow-btn.gif) no-repeat scroll
}

.readmore-btn,.follow-btn {
	display:block;
	float:left;
	width:131px;
	height:36px;
	background-repeat:no-repeat
}

.readmore-btn {
	background:url(../img/readmore-btn.gif) no-repeat scroll
}

.intouch {
	float:left;
	display:block;
	width:141px;
	height:36px;
	background:url(../img/intouch-btn.gif) no-repeat scroll
}

.follow-btn {
	margin-left:20px;
	background:url(../img/follow-btn.gif) scroll
}

.nav-btns {
	float:right
}

.portfolio-btn,.services-btn,.contact-btn,.about-btn {
	float:left;
	display:block;
	width:132px;
	height:36px;
	background-repeat:no-repeat;
	background-position:top
}

.btn-indent {
	float:left;
	width:15px;
	height:1px
}

.portfolio-btn {
	background:url(../img/portfolio-btn.png) no-repeat scroll
}

.services-btn {
	background:url(../img/services-btn.png) no-repeat scroll
}

.serv-btn1,.serv-btn2 {
	float:left;
	display:block;
	width:133px;
	height:30px;
	background-repeat:no-repeat;
	background-position:top
}

.serv-btn1 {
	background:url(../img/serv-btn1.png) no-repeat scroll
}

.serv-btn2 {
	margin-left:15px;
	background:url(../img/serv-btn2.png) no-repeat scroll
}

.contact-btn {
	background:url(../img/contact-btn.png) no-repeat scroll
}

.about-btn {
	background:url(../img/about-btn.png) no-repeat scroll
}

.profile-twit,.profile-faceb,.profile-flickr,.profile-linkd {
	display:block;
	width:21px;
	height:21px;
	background-repeat:no-repeat;
	background-position:top
}

.profile-twit {
	background:url(../img/profile-twit.gif) no-repeat scroll
}

.profile-faceb {
	background:url(../img/profile-faceb.gif) no-repeat scroll
}

.profile-flickr {
	background:url(../img/profile-flickr.gif) no-repeat scroll
}

.profile-linkd {
	background:url(../img/profile-linkd.gif) no-repeat scroll
}

.filter-btn {
	margin-bottom:7px;
	display:block;
	font-size:10px;
	margin-left:7px;
	float:left;
	height:28px;
	line-height:28px;
	padding-right:15px;
	background:url(../img/filter-btn-r.png) no-repeat scroll top right
}

.filter-btn a {
	display:block;
	margin-right:-15px;
	padding-right:15px
}

.filter-btn span {
	color:#5a5a5a;
	padding-left:15px;
	background:url(../img/filter-btn-l.png) no-repeat scroll;
	display:block
}

.filter-btn:hover {
	background-position:bottom right
}

.filter-btn:hover span {
	background-position:bottom left
}

li.filter-btn {
	margin-left:0;
	margin-right:5px
}

/*--------------------------- 3-4 - END BUTTONS --------------------------*/
/*--------------------------- 3-5 - START IMAGES -------------------------*/
.preloader {
	background:url(../img/loading.gif) 50% 50% no-repeat #fff
}

.img-holder1,.img-holder2,.img-holder3 {
	overflow:hidden;
	position:relative;
	width:220px;
	height:185px;
	margin-bottom:15px;
	background:url(../img/img-holder.gif)
}

.img-holder1 {
	float:left
}

.img-holder2 {
	margin-right:20px;
	float:left
}

.img-holder3 {
	margin-left:20px;
	float:right
}

.img-holder4 {
	float:left;
	margin:0 5px 5px 0;
	position:relative;
	width:102px;
	height:97px;
	background:url(../img/img-holder-flickr.gif) no-repeat
}

.img-holder4 img {
	top:4px;
	left:4px;
	position:absolute;
	width:94px;
	height:89px
}

.img-holder2 img,.img-holder1 img {
	position:absolute;
	width:206px;
	height:171px
}

.hov:hover {
	cursor:pointer;
	opacity:.5;
	filter:alpha(opacity=50)
}

.img-bg,.img-bg1 {
	top:7px;
	left:7px;
	position:relative;
	overflow:hidden
}

.img-bg {
	width:206px;
	height:171px;
	background:url(../img/magnifier.gif) #000 no-repeat 50% 50%
}

.img-bg1 {
	width:596px;
	height:219px;
	background:url(../img/magnifier.gif) #000 no-repeat 50% 50%
}

.img-holder2 a,.img-holder1 a,.img-holder3 a,.img-holder2 img,.img-holder1 img,.img-holder3 img {
	position:absolute;
	width:206px;
	height:171px
}

.img-holder-post {
	overflow:hidden;
	float:left;
	margin-bottom:15px;
	position:relative;
	width:610px;
	height:233px;
	background:url(../img/img-holder-post.gif) no-repeat
}

.img-holder-post a,.img-holder-post img {
	position:absolute;
	width:596px;
	height:219px
}

.img-holder-map {
	overflow:hidden;
	margin-bottom:25px;
	position:relative;
	width:240px;
	height:223px;
	background:url(../img/img-holder-map.gif) no-repeat
}

.img-holder-map iframe {
	position:absolute;
	left:6px;
	top:6px;
	width:228px;
	height:211px
}

/*--------------------------- 3-5 - END IMAGES --------------------------*/
/*--------------------------- 3-6 - START TESTIMONIALS --------------------*/
.testimonials-wrap {
	overflow:hidden;
	background:url(../img/quotes.gif) no-repeat top left
}

.testimonials {
	width:880px;
	padding-top:25px;
	text-align:center;
	margin:0 auto;
	display:none
}

.testimonials h3,.testimonials1 h3 {
	font-size:18px;
	font-style:italic;
	padding-bottom:5px
}

.testimonials p,.testimonials1 p {
	font-size:16px;
	font-weight:400;
	line-height:2em;
	color:#a1a1a1
}

.testimonials p span,.testimonials1 p span {
	color:#8b8b8b
}

.testim-newsl {
	overflow:hidden;
	padding-top:25px
}

.testimonials-wrap1 {
	float:left;
	width:500px
}

.testim-newsl-wrap {
	overflow:hidden;
	background:url(../img/quotes.gif) no-repeat 0 0
}

.testimonials-wrap2 {
	float:left;
	width:480px
}

.testimonials1,.testimonials2 {
	padding-right:20px;
	margin-right:20px;
	border-right:#dfe3e3 1px solid
}

.testimonials1 {
	padding-left:50px;
	text-align:right;
	display:none
}

.stay-wrap {
	width:449px;
	float:left
}

.stay {
	text-align:left
}

.stay h2 {
	float:left;
	display:block;
	margin-top:5px
}

.newsletter-icon {
	float:left;
	width:51px;
	height:44px;
	background:url(../img/newsletter-icon.gif) transparent no-repeat
}

.newsletter-icon:hover {
	cursor:pointer
}

/*--------------------------- 3-6 - END TESTIMONIALS ---------------------*/
/*--------------------------- 4-1 - START HOME TEMPLATE ------------------*/
.content {
	margin:0 auto;
	width:1000px;
	background:#fff
}

.info,.info1,.info3,.info4 {
	overflow:hidden;
	margin-left:20px;
	float:left
}

.info {
	width:470px
}

.info1 {
	width:460px
}

.info3 {
	width:960px
}

.info4 {
	width:620px
}

.info5 {
	margin-left:80px;
	float:left;
	width:240px
}

.block1,.block2 {
	overflow:hidden;
	margin-top:40px
}

.block2 {
	margin-left:10px
}

.information {
	overflow:hidden;
	width:460px;
	height:auto
}

.location {
	padding-left:10px
}

.location,.location1 {
	padding-bottom:16px
}

.icons {
	margin-right:8px
}

a.small-caption {
	font-size:10px;
	color:#a1a1a1
}

.small-caption a:link,.small-caption a:visited,.small-caption a:hover {
	color:#a1a1a1
}

.date {
	padding-bottom:15px;
	padding-top:5px
}

.bold-line {
	margin-top:50px;
	width:100%;
	height:5px;
	background:url(../img/separator-bg.gif) repeat-x
}

.widget-heading {
	font-size:18px;
	color:#5a5a5a
}

.read-more {
	display:block
}

.read-more a:link,.read-more a:visited {
	color:#a1a1a1
}

.read-more a:hover {
	color:#1cc1cb
}

.more-text {
	float:left;
	font-size:12px
}

.read-more img {
	float:left;
	margin-right:9px
}

/*--------------------------- 4-1 - END HOME TEMPLATE --------------------*/
/*--------------------------- 4-2 - START ABOUT TEMPLATE -----------------*/
.bg-top1 {
	position:absolute;
	width:100%;
	height:121px;
	background:url(../img/background/1/header-bg-pages.gif);
	background-repeat:repeat-x
}

.centered-container1 {
	position:relative;
	background:url(../img/centered-cont-shadow.png) repeat-x 0 62px
}

.toplight {
	width:100%;
	height:40px;
	position:absolute;
	background:url(../img/toplight.png) no-repeat 50% 0
}

.opinion-wrap {
	float:left;
	width:240px;
	height:185px;
	background:url(../img/opinions.gif) no-repeat
}

.opinion {
	padding:28px 27px 28px 37px;
	overflow:hidden
}

.opinion h3 {
	font-size:15px;
	line-height:1.3em
}

.opinion p {
	margin-top:15px;
	text-align:right;
	font-size:12px
}

.page-description-wrap {
	width:1000px;
	margin:0 auto
}

.page-description {
	overflow:hidden;
	background:#fff;
	padding:15px 30px
}

.page-title {
	float:left;
	height:34px
}

.title-left {
	float:left;
	width:15px;
	height:34px;
	background:url(../img/page-descr-l.png) no-repeat
}

.title-center {
	height:34px;
	float:left;
	background:url(../img/page-descr-c.png) repeat-x
}

.title-right {
	float:left;
	width:15px;
	height:34px;
	background:url(../img/page-descr-r.png) no-repeat
}

.title-center h4 {
	font-size:18px;
	line-height:1.8em
}

.description h3 {
	color:#a1a1a1;
	margin-left:15px;
	font-size:19px;
	line-height:1.6em;
	float:left
}

.location-wrap {
	width:1000px;
	overflow:hidden;
	margin:0 auto
}

.location-pages {
	padding:12px 30px;
	border-top:1px solid #f3f6f5;
	border-bottom:1px solid #f3f6f5;
	background-color:#fcfdfd
}

.icons1 {
	margin-right:8px;
	margin-left:17px
}

.avatar {
	float:left;
	width:113px;
	height:113px;
	margin-right:20px
}

.avatar1 {
	position:absolute;
	top:0;
	left:0;
	width:113px;
	height:113px
}

.profile {
	float:left;
	width:327px
}

.profile h2 {
	font-size:18px;
	color:#747474
}

.profile ul {
	list-style:none
}

.profile ul li {
	margin-right:8px;
	float:left
}

.profile ul li a {
	width:21px;
	height:21px;
	display:block;
	text-indent:-1500px
}

.profile-divider {
	height:35px;
	border-bottom:#eaeaea 1px solid;
	margin-bottom:35px
}

.title-indent {
	margin-bottom:14px;
	margin-left:30px
}

.text-title {
	padding-bottom:15px
}

/*--------------------------- 4-2 - END ABOUT TEMPLATE ----------------------*/
/*--------------------------- 4-3 - START SERVICES TEMPLATE -----------------*/
.services {
	width:325px;
	float:left
}

.serv-inner {
	overflow:hidden;
	height:140px
}

ul.list2 {
	margin-left:20px
}

ul.list2 li {
	line-height:1.8em;
	list-style:url(../img/list2.png)
}

.newsletter {
	overflow:hidden
}

.video-steps {
	margin-right:30px;
	overflow:hidden
}

.video-titles-wrap {
	overflow:hidden
}

.video {
	float:left;
	margin-left:30px;
	margin-right:45px
}

.float {
	display:block;
	float:left;
	margin-right:20px
}

.video-titles {
	float:left;
	width:229px
}

.video-titles .strong {
	font-size:16px;
	display:block
}

/*--------------------------- 4-3 - END SERVICES TEMPLATE -------------------*/
/*--------------------------- 5 - START BLOG TEMPLATE -----------------------*/
/*--------------------------- 5-1 - START POSTS -----------------------------*/
.search {
	padding-left:15px;
	color:#9f9f9f;
	float:left;
	line-height:28px;
	width:164px;
	height:28px;
	background:url(../img/filter-btn-l.png) transparent no-repeat scroll bottom left
}

.search-icon {
	display:block;
	float:left;
	text-indent:-1500px;
	width:41px;
	height:28px;
	background:url(../img/search-r.png) no-repeat scroll;
	cursor:pointer
}

.dscr {
	padding-left:20px;
	display:block;
	float:left;
	width:215px;
	border-left:1px #ececec solid
}

.post-wrap {
	overflow:hidden;
	width:690px;
	margin-left:30px;
	float:left
}

.postinfo {
	margin-left:20px;
	overflow:hidden;
	float:left
}

.date-post span,.num-comm,.tweets {
	text-align:center;
	display:block
}

.date-post {
	line-height:2em;
	width:60px;
	height:73px;
	background:url(../img/cal-post.gif);
	margin-bottom:18px
}

.date-post span {
	width:60px;
	height:73px;
	padding-top:13px
}

.num-comm {
	line-height:50px;
	width:60px;
	height:58px;
	background:url(../img/num-comm.gif);
	margin-bottom:13px
}

.tweets {
	line-height:93px;
	width:60px;
	height:71px;
	background:url(../img/tweets.gif)
}

/*--------------------------- 5-1 - END POSTS --------------------------------*/
/*--------------------------- 5-2 - START COMMENTS ---------------------------*/
.comment {
	margin-top:20px;
	position:relative;
	overflow:hidden
}

.comm-text-wrap {
	margin-left:15px
}

.comm-text {
	background:transparent;
	margin-left:118px
}

.bubble {
	position:relative;
	margin-top:15px;
	border:1px #e8e8e8 solid;
	padding:20px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	behavior:url(pie.htc)
}

.bubble-bg {
	position:absolute;
	left:-11px;
	width:11px;
	height:40px;
	background:url(../img/bubble-bg.png) no-repeat
}

.bubble a {
	font-size:11px;
	display:block;
	width:60px;
	height:35px;
	line-height:35px
}

.bubble a,.bubble a:hover,.bubble a:visited {
	color:#40cbcd
}

.bubble a img {
	margin-left:3px
}

/*--------------------------- 5-2 - END COMMENTS -----------------------------*/
/*--------------------------- 5-3 - START SIDEBAR ----------------------------*/
.sidebar {
	width:220px;
	overflow:hidden;
	float:left;
	margin:28px 0 0 30px
}

.h4 {
	font-size:14px;
	color:#5a5a5a;
	text-transform:uppercase
}

.widget {
	list-style:none;
	margin-top:18px;
	overflow:hidden
}

.widget1 {
	list-style:none;
	overflow:hidden
}

.widget1 li.filter-btn {
	margin-bottom:0
}

/*--------------------------- 5-3 - END SIDEBAR ------------------------------*/
/*--------------------------- 5-4 - START TABBS ------------------------------*/
.tabbz {
	width:218px
}

.tabbz1 {
	width:429px
}

ul.tabs,ul.tabs1 {
	list-style:none;
	float:left;
	height:41px;
	width:100%;
	border-top:1px #e8e8e8 solid;
	border-left:1px #e8e8e8 solid;
	border-right:1px #e8e8e8 solid;
	border-radius:4px 4px 0 0
}

ul.tabs li,ul.tabs1 li {
	float:left;
	width:109px;
	height:41px;
	line-height:41px;
	overflow:hidden;
	position:relative;
	border-radius:4px 4px 0 0;
	border-bottom:1px #e8e8e8 solid
}

ul.tabs li {
	background:#f5f5f5
}

.tabs1 li {
	background:url(../img/tab1-bg.gif) repeat-x
}

ul.tabs li {
	width:109px
}

ul.tabs1 li {
	width:143px
}

ul.tabs li a,ul.tabs1 li a {
	text-decoration:none;
	display:block;
	text-align:center
}

ul.tabs li a:hover,ul.tabs1 li a:hover {
	background:#f2f2f2
}

html ul.tabs li.active,html ul.tabs li.active a:hover {
	border-bottom:0;
	background:#fff
}

html ul.tabs1 li.active1,html ul.tabs1 li.active1 a:hover {
	background:#fff
}

.tab-container {
	font-size:12px;
	clear:both;
	float:left;
	width:100%;
	background:#fff;
	border-left:1px #e8e8e8 solid;
	border-right:1px #e8e8e8 solid;
	border-bottom:1px #e8e8e8 solid;
	border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	-webkit-border-radius:0 0 4px 4px
}

.tab-content ul {
	padding:25px 0
}

.tab-content ul li a {
	padding:0 25px 0 35px;
	display:block;
	height:36px;
	line-height:36px
}

.tab-content ul li a:hover,#acc li a.curr,.curr2 {
	background:url(../img/list-cat.gif) 0 -36px no-repeat scroll
}

.tab-content ul li {
	list-style:none;
	background:url(../img/list-cat.gif) 0 0 no-repeat scroll
}

#tab2.tab-content ul li a {
	height:auto
}

#tab2.tab-content ul li ul {
	background:#fff;
	padding:16px 0;
	border-bottom:1px #e8e8e8 solid
}

#tab2.tab-content ul li ul li {
	margin-bottom:10px;
	background:url(../img/list-cat1.gif) 27px 7px no-repeat;
	padding:0 0 0 10px
}

#tab2.tab-content ul li ul li a {
	line-height:1.8em
}

#tab2.tab-content ul li ul li a:hover {
	color:#40cbcd;
	background:none
}

.tabbz1 div.tab-container {
	width:389px;
	padding:20px
}

/*--------------------------- 5-4 - END TABBS -------------------------------*/
/*--------------------------- 5-5 - START ACCORDIONS ------------------------*/
#acc1 {
	width:218px;
	border-radius:4px
}

#acc1 li {
	font-weight:700;
	margin-bottom:2px
}

#acc1 li a {
	background:url(../img/acc1.gif) 0 0 no-repeat scroll;
	margin:0;
	padding:0 20px;
	display:block;
	height:40px;
	line-height:40px
}

#acc1 li a.curr {
	background:url(../img/acc1.gif) 0 -80px no-repeat scroll
}

#acc1 li a:hover {
	background:url(../img/acc1.gif) 0 -40px no-repeat scroll
}

#acc1 li ul {
	margin-top:2px
}

#acc1 li ul li {
	font-weight:400;
	line-height:1.8em;
	background:#fff;
	padding:20px;
	border:1px #e8e8e8 solid;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	behavior:url(pie.htc)
}

/*--------------------------- 5-5 - END ACCORDIONS ------------------------*/
/*--------------------------- 5-6 - START TAGS ----------------------------*/
.taggz {
	margin-top:15px;
	padding:10px 0;
	border-top:1px #e8e8e8 solid;
	border-bottom:1px #e8e8e8 solid
}

.taggz ul li a {
	margin-bottom:0
}

.taggz span.h4 {
	text-transform:none;
	margin-right:15px;
	color:#7c7c7c;
	font-size:18px;
	display:block;
	float:left
}

/*--------------------------- 5-6 - END TAGS ------------------------------*/
/*--------------------------- 5-7 - START FORMS ---------------------------*/
.text-input {
	line-height:28px;
	margin-top:5px;
	color:#9f9f9f;
	margin-left:20px;
	padding:0 10px;
	width:210px;
	height:28px;
	float:left;
	border-top:#eaeaea 1px solid;
	border-bottom:#eaeaea 1px solid;
	border-left:#eaeaea 1px solid;
	-moz-border-radius-topleft:3px;
	-webkit-border-radius:3px;
	border-radius:3px
}

.text-input1 {
	display:block;
	width:100%;
	line-height:28px;
	height:28px;
	background:url(../img/filter-btn-r.png) no-repeat bottom right;
	color:#9f9f9f
}

#comments div.input-bg,#contact div.input-bg {
	margin-bottom:20px;
	padding-left:15px;
	width:150px;
	height:28px;
	background:url(../img/filter-btn-l.png) no-repeat bottom left
}

#message,#message1 {
	overflow:auto;
	margin-bottom:20px;
	line-height:1.8em;
	min-height:185px;
	padding-left:15px;
	border:1px #e8e8e8 solid;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background:url(../img/textarea-bg.gif) repeat-x top;
	behavior:url(pie.htc)
}

#message {
	min-width:500px;
	max-width:670px
}

#message1 {
	min-width:603px;
	max-width:603px
}

#send,#send1 {
	outline:0;
	width:103px;
	height:30px;
	background:url(../img/send.gif) no-repeat top scroll
}

#send:hover,#send1:hover {
	cursor:pointer;
	background:url(../img/send.gif) no-repeat bottom scroll
}

/*--------------------------- 5-7 - END FORMS ----------------------------*/
/*--------------------------- 5-8 - START PAGINATION ---------------------*/
.pagination {
	margin-left:30px;
	margin-top:40px;
	overflow:hidden
}

.pgn {
	display:block;
	font-size:10px;
	margin-right:7px;
	float:left;
	height:26px;
	line-height:26px;
	padding-right:10px;
	background:url(../img/pgn-r.png) no-repeat scroll top right
}

.pgn a {
	display:block;
	margin-right:-10px;
	padding-right:10px
}

.pgn span {
	padding-left:10px;
	background:url(../img/pgn-l.png) no-repeat scroll;
	display:block
}

.pgn:hover,#pgn-curr {
	background-position:bottom right
}

.pgn:hover span,#pgn-curr span {
	background-position:bottom left
}

/*--------------------------- 5-8 - END PAGINATION -----------------------*/
/*--------------------------- 5 - END BLOG TEMPLATE ----------------------*/
/*--------------------------- 6 - START FOOTER STYLES---------------------*/
.footer-color {
	position: relative;
	background: #831427;
}

.footer-wrap {
	position:relative;
	margin-top:45px;
	padding-top:42px;
	width:100%;
	text-shadow:#000 0 1px
}

.footer-shadow {
	position:absolute;
	z-index:0;
	width:100%;
	height:300px;
	background:url(../img/footer-shadow.png) repeat-x;
	bottom:0
}

.footer {
	z-index:15;
	margin:0 auto;
	position:relative;
	width:1000px
}

.grid2 {
	overflow:hidden;
	width:100%
}

.grid1-m1 {
	float:left;
	width:30px;
	height:1px
}

.grid1-v1 {
	clear:both;
	width:100%;
	height:36px
}

.grid1-c1,.grid1-c2,.grid1-c3,.grid1-c4 {
	float:left;
	width:220px
}

.grid1-m2,.grid1-m3,.grid1-m4 {
	float:left;
	width:20px;
	height:1px
}

.grid2 h2 {
	color:#fff;
	margin-bottom:38px
}

.grid2 p {
	padding-bottom:12px;
	color:#bbc1c1
}

.grid2 p span {
	color:#54cdd1
}

.list,.list1,.list p {
	list-style:none;
	color:#bbc1c1
}

.list a {
	float:left;
	display:block;
	line-height:1.8em
}

.list li {
	clear:both
}

.list li a {
	display:block;
	margin-bottom:7px
}

.list1 li {
	line-height:1.8em;
	margin-bottom:15px
}

ul.list1 li {
	list-style:url(../img/list.png)
}

.list li img {
	float:left;
	margin-right:15px
}

.list a:link,.list1 a:link,.list a:visited,.list1 a:visited {
	color:#bbc1c1
}

.list a:hover,.list1 a:hover {
	color:#fff
}

.copyrights-wrap {
	margin:25px auto 0;
	width:100%;
	padding-top:22px;
	padding-bottom:12px;
	background:url(../img/footer-separator.png) repeat-x
}

.copyrights {
	position:relative;
	width:940px;
	z-index:90;
	display:block;
	color:#899295;
	margin:0 auto
}

#totop {
	display:block;
	position:absolute;
	bottom:-12px;
	right:200px;
	width:52px;
	height:44px;
	background:url(../img/totop.png) no-repeat 0 0
}

#totop:hover {
	background-position:0 -44px;
	cursor:pointer
}

.regulatory_info {
  margin:30px 0px 0px 30px;
	font-size:9px
}

.accreditations {
  float:right;
}

.news-heading {
	display:block;
	font-size:14px;
	font-weight:bold;
	color:#ffffff
}
/*--------------------------- 6 - END FOOTER STYLES ------------------*/

.text_left {
  float:left;
  width:600px;
}

.image_right {
  float:left;
  width:200px;
}

.strong {
  font-weight:bold;
}

.inline_ul {
  margin-left:20px;
}

.emergency_nr {
  float:right;
  margin:5px 20px 0px 0px
}
.corp_col{
  color:#831427;
}

.divider{
  clear:both;
}

.contact_address {
  float:left;
  margin-top:5px;
}

.contact_form {
  float:right;
  border:1px solid #831427;
  padding:15px
}

.contact_form_spacer {
  float:left;
  height:20px;
  width:100%;
  clear:both;
}

.error{
  color:#aa0000;
  font-weight:bold;
  font-size:18px;
}

.news_more {
  font-size:14px;
}

.quote-heading {
	display:block;
	margin-bottom:15px;
	font-size:18px;
	font-style:italic;
	color:#3a3a3a
}
.quote-author {
	display:block;
	font-size:16px;
	font-style:normal;
	color:#3a3a3a
}
.lists{
  float:left;
  width:250px;
  margin-left:40px;
}
.small_text{
  font-size:10px;
}
.small_text a{
  font-size:10px!important;
}
