*{ 
	margin:0;
	padding:0;
}


body {
	background:#f3f0e4 url(../images/body.jpg);
	font-family: Georgia, serif;
	font-size:13px;
	line-height:22px;
	color:#4a4a4a;
}

input, textarea, select { 
	font-family: Georgia, serif; 
	font-size:11px; 
}

textarea { 
	overflow:auto; 
}

a img { 
	border:0; 
}

.notext { 
	font-size:0; 
	line-height:0; 
	border:0; 
	text-indent: -4000px;
}

a { 
	color:#8d2c2d; 
	text-decoration: none; 
	cursor:pointer; 
}

a:hover { 
	color:#222; 
}

a.blue{ 
	color:#2d758d; 
}

a.blue:hover{ 
	color:#222; 
}

a.img img{ 
	border:solid 1px #c2c0b6;
}

a.img:hover img{ 
	border:solid 1px #a2a098;
}

.post-image a img,
a.img2 img{ 
	border:solid 1px #dfdfdf; 
	padding:1px; 
	background:#fff;
}

.post-image a:hover img,
a.img2:hover img{ 
	border:solid 1px #ccc;
}

.left, .alignleft { 
	float:left; 
	display:inline; 
}

.right, .alignright { 
	float:right; 
	display:inline; 
}

a.un { 
	text-decoration: underline; 
}

a.un:hover { 
	text-decoration: none ;
}

a.light { 
	color:#737373;
}

a.light:hover { 
	color:#222;
}

.cl { 
	font-size:0; 
	line-height:0; 
	clear:both; 
	display:block; 
	height:0; 
}

.al { 
	text-align: left; 
}
.ar { 
	text-align: right; 
}
.ac { 
	text-align: center; 
}

h1 { 
	font-size:30px; 
	line-height:30px; 
}
h2 { 
	font-size:25px; 
	line-height:25px; 
}
h3 { 
	font-size:18px; 
	line-height:18px; 
}
h4 { 
	font-size:16px; 
	line-height:16px; 
}
h5 { 
	font-size:14px; 
	line-height:14px; 
}
h6 { 
	font-size:12px; 
	line-height:12px; 
}

h1, h2, h3, h4 { 
	font-weight: normal; 
}
h1, h2, h3, h4, h5 { 
	text-transform: uppercase; 
}


.shell { width:980px; margin:0 auto; }

.line { padding-top:8px; width:100%; }

.border { 
	border-top:solid 1px #d0cdc3; 
	border-bottom:solid 1px #d0cdc3; 
	padding:13px 3px; 
	color:#2d758d; margin-bottom:15px; 
}
.red { 
	color:#8d2c2d;
}

h1#logo { 
	font-size:0; 
	line-height:0; 
	width:253px; 
	height:110px; 
	float:left; 
	top:8px; 
	left:0; 
}
h1#logo a{ 
	display:block; 
	height:110px; 
	text-indent: -4000px; 
	background:url(../images/logo.png) no-repeat; 
}

#top { float:right; height:28px; padding-top:10px; }
#top .socials{ float:left; font-size:10px; line-height:16px; padding-top:7px;}
#top .socials a{ background-repeat:no-repeat; background-position:0 0; padding-left:20px; color:#825e4e; float:left; height:16px; line-height:16px; margin-right:25px; }
#top .socials a.rss-link{ background-image:url(../images/rss-ico.gif); }
#top .socials a.facebook-link{ background-image:url(../images/facebook-ico.gif); }
#top .socials a.twitter-link{ background-image:url(../images/twitter-ico.gif); }
#top .search { float:left; display:inline;}
#top .search .field{ float:left; width:205px; height:28px; background:url(../images/field-search.gif) no-repeat 0 0; }
#top .search .field input{ border:0; color:#a29f9a; width:191px; background:transparent; padding:7px;}
#top .search h2{ font-size:26px; font-weight:700; color:#333; font-family: 'Open Sans', sans-serif; text-transform:capitalize; background:#f5f5f5; padding:12px 12px; border:1px solid #ccc; margin:12px 0 0; }
.submit-search { float:left; cursor:pointer; width:29px; height:28px; background:url(../images/search-button.gif) no-repeat 0 0; }
.submit-search:hover { background-position: 0 bottom; }
.submit-newsletter { cursor:pointer; width:87px; height:38px; background:url(../images/submit-footer.gif); display:block; margin:0 0 0 auto;}

.slider {
    background: none repeat scroll 0 0 #F6F5F0;
    border: 1px solid #CDCBC4;
    margin-bottom: 10px;
    float:left;
	padding:10px;
    z-index: 1;
}


.slider-holder {
    overflow: hidden;
    float:left;
    z-index: 2;
}


.mid-heading{ 
	width:100%;
	float:left;
	
}

.mid-heading h2{ 
	color:#333;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	margin:0;
	padding:18px 0 20px;
	text-align:center;
	font-size:36px;
	font-style:italic;
	text-transform:capitalize;
	border-bottom:1px solid #CDCBC4;
	border-top:1px solid #CDCBC4;
}

.content-part{ 
	width:100%;
	float:left;
	margin-bottom:20px;
	
}

.about-part{ 
	width:630px;
	float:left;
}

.about-part h3{ 
	color:#2d4e61;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	margin:0 0 20px 0;
	padding:0;
	text-align:left;
	font-size:26px;
	text-transform:capitalize;
}

.about-part p{
	color:#333;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	margin-bottom:5px;
}

.form-right{
	float:right;
	background: #F6F5F0;
    border: 1px solid #CDCBC4;
	padding:10px;
	
}

.form-right h2{
	color:#2d4e61;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	margin:0 0 20px 0;
	padding:0;
	text-align:left;
	font-size:26px;
	text-transform:capitalize;
} 

.form-right .col-1{ 
	margin-bottom:10px;
}

.form-right .col-1 input[type="text"]{ 
	width:95%;
	height:20px;
	padding:3px 6px;
	border: 1px solid #CDCBC4;
	color:#666;
	font-size:14px;
	font-style:italic;
	font-family: 'Open Sans', sans-serif;
}

.form-right .col-1 select{ 
	width:99%;
	height:30px;
	padding:3px 2px;
	border: 1px solid #CDCBC4;
	color:#666;
	font-size:14px;
	font-style:italic;
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
}

.form-right .col-1 textarea{ 
	width:95%;
	height:60px;
	padding:3px 6px;
	border: 1px solid #CDCBC4;
	color:#666;
	font-size:14px;
	font-style:italic;
	font-family: 'Open Sans', sans-serif;
}

.form-right .col-1 button[type="submit"]{
	border:none;	
}

.submit-newsletter { float:left; cursor:pointer; width:94px; height:44px; background:url(../images/submit-button.png) no-repeat 0 0; }
.submit-newsletter:hover{ background:url(../images/submit-button-h.png) no-repeat 0 0; }

.footer{ width:100%; float:left; background:#2d4e61; padding:10px 0; }
.footer ul{ list-style:none; margin:0 0 0 20px; padding:0; }
.footer ul li{ list-style:disc; margin:0; padding:0; font-size:14px; font-family:Arial, Helvetica, sans-serif; color:#fff; }
.footer h2{ color:#fff; font-size:16px; font-family: 'Open Sans', sans-serif; }
.footer ul li a{ color:#fff; }
.footer ul li a:hover{ text-decoration:underline; }

.footer .box-01{ width:30%; float:left; margin-right:20px; }
.footer .box-02{ width:30%; float:left; }
.footer .box-03{ width:30%; float:right; }
.copy-right{ border-top:1px solid #fff; float:left; width:100%; padding:10px 0 0; margin:8px 0 0; }
.copy-right p{ color:#fff; font-family: 'Open Sans', sans-serif; font-size:12px; margin:0; padding:0; text-align:center; font-weight:normal; }
