/*************************************
Table of Contents
-------------------------------------
[1] - Reset CSS
[2] - 12-Col Frame
[3] - HEADER
[4] - FONTS
[5] - HEADING TAGS
[6] - CONTENT
[7] - FOOTER
[8] - TABLES WITH DIV'S	
[9] - LIST STYLES
[10]- OTHER SHORT-CODES
[11]- FORM
[12]- GALLERY
[I] - jQuery Styles
    - a) SLIDEING BANNER
	- b) TABS PANNEL
[II]- NOTE*	
*************************************/

/* [1] - Reset CSS */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, tr, th, td, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, input, textarea {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
}
body {
	line-height:1
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}
:focus {
	outline:0
}
a {
	text-decoration:none
}
/*********************************************************************************/

/* [2] - 12-Col Frame */

.main_wrap {
	width:960px;
	margin:0 auto;
	position:relative;
}
.main_wrap_support {
	width:960px;
	float:left;
	position:relative
}
.clearfix:after {
	content:" ";
	display:block;
	height:0;
	clear:both
}
.grid_1, .grid_2, .block, .mini_wrap, .additional_wrap1, .two-equals, .menu, .left_pannel, right_panel, .right_three, .grid_10, .grid_11, .full_width {
	float:left;
	margin:0 10px
}
.nmr_lft {
	margin-left:0
}
.nmr_rgt {
	margin-right:0
}
.left_1, .left_2, .left_3, .left_4, .left_5, .left_6, .left_7, .left_8, .menu, .left_10, .left_11, .right_1, .right_2, .right_3, .right_4, .right_5, .right_6, .right_7, .right_8, .right_9, .right_10, .right_11 {
	position:relative
}
.clear {
	width:0;
	height:0;
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden
}
.main_wrap .grid_1 {
	width:60px
}
.main_wrap .grid_2 {
	width:140px
}
.main_wrap .block {
	width:220px
}
.main_wrap .mini_wrap {
	width:300px
}
.main_wrap .additional_wrap1 {
	width:380px
}
.main_wrap .two-equals {
	width:460px
}
.main_wrap .left_pannel {
	width:620px;
	position:relative;
}
.main_wrap .right_three {
	width:700px
}
.main_wrap .grid_10 {
	width:780px
}
.main_wrap .grid_11 {
	width:860px
}
.main_wrap .full_width {
	width:940px
}
.main_wrap .mleft_1 {
	margin-left:80px
}
.main_wrap .mleft_2 {
	margin-left:160px
}
.main_wrap .mleft_3 {
	margin-left:240px
}
.main_wrap .mleft_4 {
	margin-left:320px
}
.main_wrap .mleft_5 {
	margin-left:400px
}
.main_wrap .mleft_6 {
	margin-left:480px
}
.main_wrap .mleft_7 {
	margin-left:560px
}
.main_wrap .mleft_8 {
	margin-left:640px
}
.main_wrap .mleft_9 {
	margin-left:720px
}
.main_wrap .mleft_10 {
	margin-left:800px
}
.main_wrap .mleft_11 {
	margin-left:880px
}
.main_wrap .mright_1 {
	margin-right:80px
}
.main_wrap .mright_2 {
	margin-right:160px
}
.main_wrap .mright_3 {
	margin-right:240px
}
.main_wrap .mright_4 {
	margin-right:320px
}
.main_wrap .mright_5 {
	margin-right:400px
}
.main_wrap .mright_6 {
	margin-right:480px
}
.main_wrap .mright_7 {
	margin-right:560px
}
.main_wrap .mright_8 {
	margin-right:640px
}
.main_wrap .mright_9 {
	margin-right:720px
}
.main_wrap .mright_10 {
	margin-right:800px
}
.main_wrap .mright_11 {
	margin-right:880px
}
.main_wrap .left_1 {
	left:40px
}
.main_wrap .left_2 {
	left:160px
}
.main_wrap .left_3 {
	left:240px
}
.main_wrap .left_4 {
	left:320px
}
.main_wrap .left_5 {
	left:400px
}
.main_wrap .left_6 {
	left:480px
}
.main_wrap .left_7 {
	left:560px
}
.main_wrap .left_8 {
	left:640px
}
.main_wrap .left_9 {
	left:720px
}
.main_wrap .left_10 {
	left:800px
}
.main_wrap .left_11 {
	left:880px
}
.main_wrap .right_1 {
	right:80px
}
.main_wrap .right_2 {
	right:160px
}
.main_wrap .right_3 {
	right:240px
}
.main_wrap .right_4 {
	right:320px
}
.main_wrap .right_5 {
	right:400px
}
.main_wrap .right_6 {
	right:480px
}
.main_wrap .right_7 {
	right:560px
}
.main_wrap .right_8 {
	right:640px
}
.main_wrap .right_9 {
	right:720px
}
.main_wrap .right_10 {
	right:800px
}
.main_wrap .right_11 {
	right:880px
}
.main_wrap .no_left_margin {
	margin-left:0
}
.main_wrap .no_right_margin {
	margin-right:0
}
body {
	margin:0px;
	padding:0px;
	background:#3e3025 url(../../images/top-orange.png) repeat-x;
}
* {
	margin:0px;
	padding:0px;
}
a {
	text-decoration:none;
	outline:none;
}
#fullwidth {
	width:100%;
	float:left;
	background:url(../../images/leaf.png) no-repeat 900px 10px;
}
a.logo {
	width:325px;
	height:100px;
	float:left;
	background:url(../../images/logo.png) no-repeat;
	margin-top:15px;
	margin-left:0px;
}
a.logo2 {
	width:325px;
	height:100px;
	float:left;
	background:url(../../images/logo.png) no-repeat;
	margin-top:5px;
	margin-left:0px;
}
ul.menu {
	width:578px;
	float:right;
	position:relative;
	height:41px;
	margin-top:42px;
	background:url(../../images/menu-bg.png) no-repeat;
}
ul.menu li {
	width:auto;
	height:40px;
	float:left;
	list-style:none;
	margin-left:14px;
	position:relative;
	z-index:100;
}
ul.menu li:hover a {
	color:#fff;
}
ul.menu li a, ul.menu li a.active {
	width:auto;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#c9a980;
	text-transform:capitalize;
	margin-top:15px;
}
ul.menu li a:hover, ul.menu li a.active {
	color:#fff;
}
ul.menu li ul {
	width:200px;
	float:left;
	position:absolute;
	top:30px;
	left:0px;
	display:none;
	z-index:100;
	background: url(../../images/drop-downbg.png) repeat;
	padding:0;
	margin:0;
}
ul.menu li ul li {
	width:100%;
	height:auto; 
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
ul.menu li ul li a {
	width:auto;
	height:30px;
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#fff;
	margin:0;
	text-align:left;
	line-height:30px;
	text-indent:10px;
}
ul.menu li ul li a:hover {
	color:#fff;
}
ul.menu li ul li ul{left:130px; top:0}
.bannertop {
	width:940px;
	float:left;
	margin-left:10px;
	position:relative;
	margin-top:10px;
	padding-bottom:30px;
}
.bannertoplft {
	width:414px;
	float:left;
	margin:24px 0 0 0px;
}
.bannertoplft h2 {
	width:100%;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#c49d68;
	line-height:34px;
	text-transform:none;
}
.bannertoplft h2 span {
	font-size:16px;
	color:#b08243;
}
.bannertoplft p {
	width:100%;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#e1d5c5;
	line-height:18px;
	text-transform:none;
	margin-top:15px;
}
.bannertoplft a.more {
	width:118px;
	height:28px;
	float:left;
	background: url(../../images/more.png) no-repeat;
	margin-top:40px;
}
#slidePanel {
	width:465px;
	float:left;
	height:225px;
}
.bannertoprht {
	width:465px;
	height:225px;
	float:left;
	margin-left:50px;
}
.bannertoprht p.sliderdidc {
	width:100px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5d4838;
	margin-top:-20px;
	margin-left:10px;
}
.bannertoprht img {
	width:auto;
	float:left;
}
.topcontent {
	width:100%;
	float:left;
	background:#4b3b24;
	padding-bottom:5px;
}
.main_wrap .block h2 {
	width:25px;
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:71px;
	color:#8d642b;
	margin-top:25px;
	line-height:normal;
}
.main_wrap .block div {
	width:180px;
	float:left;
	margin-top:25px;
	margin-left:15px;
}
.main_wrap .block div h3.minihead {
	width:100%;
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#d1bfa6;
	text-transform:none;
}
.main_wrap .block div p.minipara {
	width:100%;
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#c9b190;
	margin-top:15px;
	line-height:normal;
	text-align:left;
}
.main_wrap .block div a.knowmore {
	width:80px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#cc9b56;
	float:right;
	margin-top:5px;
}
.content {
	width:100%;
	float: left;
	background:#e7e0d2;
	padding-bottom:50px;
}
.main_wrap .left_pannel h3.indexhead {
	width:100%;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#4d3d2b;
	border-bottom:#d2c9ba solid 1px;
	padding-bottom:25px;
	text-transform:none;
	margin-top:50px;
}
.main_wrap .left_pannel p.indexpara {
	width:586px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#4d3d2b;
	line-height:18px;
	margin-top:15px;
}
.main_wrap .left_pannel p .drop_cap {
	width:auto;
	margin-top:2px;
	float:left;
	line-height:29px;
	font-size:40px
}
ul.tabs {
	height:42px;
	width: 605px;
	float: left;
	margin-left:0px;
	margin-top:30px
}
ul.tabs.innertab {
	margin-top:30px;
}
ul.tabs li {
	width:auto;
	float: left;
	padding-bottom:20px;
	height:22px;
	margin-right:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	line-height: 21px;
	border-left: none;
	margin-bottom: -1px;
	overflow: hidden
}
ul.tabs li img {
	width:auto;
	float:left;
	margin-right:5px;
}
ul.tabs li a {
	float:left;
	text-decoration: none;
	color: #4d3d2b;
	display: block;
	font-size: 12px;
	padding:0px 15px;
	line-height:38px;
	font-weight:bold;
	text-transform:none;
	outline: none;
}
ul.tabs li a:hover {
	color:#000;
	background:#000
}
html ul.tabs li.active a, html ul.tabs li a:hover { /*--Makes sure that the active tab does not listen to the hover properties--*/
	color:#4d3d2b;
	background:#f0e9da;
	position:relative
}
.tab_container {
	margin-top:0px;
	overflow: hidden;
	clear: both;
	border:#d5cdbc solid 1px;
	float: left;
	width: 100%;
	background:#F0E9DA url(../../images/tabs-bg.png) repeat-x bottom;
	padding:0px 0 20px 0;
	margin-bottom:230px;
}
.tab_container img.shadow {
	width:auto;
	float:left;
	position:absolute;
	top:320px;
	z-index:-1;
	left:140px
}
.tab_container.indextab {
	margin-bottom:0px
}
.tab_container.tabmartop {
	margin-top:0px;
}
.tab_container.innertab {
	background:#fff;
}
.tab_content {
	padding: 11px;
	font-size: 12px;
	margin:12px 12px;
	background:url(../../images/shadow-img.png) no-repeat 90px 50px
}
.tab_content p {
	width:560px;
	margin-top:0;
	font-family: Arial, Helvetica, sans-serif;
	;
	font-size:13px;
	color:#4d3d2b;
	line-height:20px;
}
.tab_content img {
	width:auto;
	float:left;
	margin-left:0px;
	margin-top:30px;
}
.tab_content div {
	width:485px;
	float:left;
}
.tab_content div h5 {
	width:476px;
	text-transform:none;
	margin-top:20px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#484241;
}
.tab_content div p.tabspara {
	width:456px;
	margin-top:7px;
}
.tab_content ul.list {
	width:200px;
	margin-top:20px;
	float:left
}
.tab_content ul.list li {
	width:320px;
	float:left;
	list-style-image:url(../../images/tick.png);
	list-style-position:inside
}
.tab_content ul.list li a {
	width:auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#757a7a;
	line-height:20px
}
.tab_content ul.list_2 {
	margin-left:104px
}/* [12]- GALLERY */
.tab_container2 {
	margin-top:0px;
	overflow: hidden;
	clear: both;
	float: left;
	width: 100%;
	border:#ccc solid 1px;
	padding:0px 0 20px 0;
	margin-bottom:230px;
}
.tab_container2 img.shadow {
	width:auto;
	float:left;
	position:absolute;
	top:320px;
	z-index:-1;
	left:140px
}
.tab_container2.indextab {
	margin-bottom:0px
}
.tab_container2.tabmartop {
	margin-top:0px;
}
.tab_container2.innertab {
	background:#fff;
}
.tab_content {
	padding: 11px;
	font-size: 12px;
	margin:0px 12px;
	background:url(../../images/shadow-img.png) no-repeat 90px 50px
}
.tab_content p {
	width:100%;
	margin-top:0;
	font-family: Arial, Helvetica, sans-serif;
	;
	font-size:13px;
	color:#4d3d2b;
	line-height:20px;
}
.main_wrap .mini_wrap.broeser {
	width:300px;
	float:left;
	margin-left:5px;
	margin-top:50px;
}
.main_wrap .mini_wrap.broeser h3.indexhead2 {
	width:250px;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#4d3d2b;
	text-indent:10px;
	font-weight:bold;
	margin-top:10px;
	margin-right:20px;
	text-transform:none;
}
.main_wrap .mini_wrap.broeser h3.indexhead2 span {
	font-size:14px;
	margin-left:40px;
	font-weight:normal;
	line-height:18px;
}
.main_wrap .mini_wrap.broeser img.browserimg {
	width:auto;
	float:left;
	margin-left:20px;
}
ul.browserinfo {
	width:80px;
	float:left;
	margin-left:40px;
	margin-top:10px;
}
ul.browserinfo li {
	width:100%;
	float:left;
	list-style:none;
}
ul.browserinfo li p {
	width: auto;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ac9f92;
	text-align:right;
	margin-top:5px;
	line-height:13px;
}
.newsevent {
	width:100%;
	float:left;
	margin-top:40px;
}
.newsevent h3.lefthead {
	width:300px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#4d3d2b;
	border-bottom:#403f3a dotted 1px;
	padding-bottom:10px;
	text-transform:none;
}
ul.newslist {
	width:300px;
	float:left;
}
ul.newslist li {
	width:100%;
	float:left;
	list-style:none;
	margin-top:20px;
}
ul.newslist li.paddingbtm {
	padding-bottom:20px;
}
ul.newslist li img {
	float:left;
}
ul.newslist li h4 {
	width:260px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#4d3d2b;
	margin-left:15px;
	text-transform:none;
}
ul.newslist li h4 span {
	font-weight:normal;
	color:#907c64;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
ul.newslist li h5 {
	width:250px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#907c64;
	font-weight:normal;
	margin-top:10px;
	text-transform:none;
}
ul.newslist li h5.paddingtm {
	padding-bottom:20px
}
#footer {
	width:100%;
	float:left;
	background:#4b3b24 url(../../images/footer-bg.png) repeat-x;
	padding-bottom:30px;
}
ul.nav2 {
	width:590px;
	float:left;
	margin-top:24px;
	margin-left:0px;
}
ul.nav2 li {
	width:auto;
	float:left;
	list-style:none
}
ul.nav2 li.space {
	width:auto;
	padding:0 8px;
	float:left;
	color:#8e7a5d;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px
}
ul.nav2 li a {
	width:auto;
	float:left;
	color:#8e7a5d;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px
}
p.credit {
	width:500px;
	margin-top:10px;
	margin-left:0px;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#8e7a5d;
	line-height:16px
}
p.credit a {
	color:#8e7a5d;
	font-weight:bold
}
h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#4d3d2b;
	font-size:18px;
	text-transform:capitalize
}
/*p											{width:100%; float:left; margin-top:15px; font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#757a7a; line-height:18px; text-align:justify}
*/.welcome a.more {
	width:auto;
	height:22px;
	padding:0 7px;
	float:left;
	border:#6f9698 solid 2px;
	background:#398289
}
/********************************************************************/

/* [5] - HEADING TAGS */

h1 {
	width:100%;
	float:left;
	font-size:22px;
	line-height:30px
}
h2 {
	width:100%;
	float:left;
	font-size:20px;
	color:#4d3d2b;
	line-height:30px;
	text-transform:uppercase
}
h2 span {
	font-size:13px;
	line-height:20px
}
/*h3											{width:100%; height:32px; float:left; font-size:20px; color:#303030;  text-transform:uppercase;}
*/h4 {
	width:100%;
	padding-bottom:0px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#303030;
	font-weight:bold;
}
h5 {
	width:100%;
	padding-bottom:5px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#303030;
	font-weight:bold
}
h6 {
	width:100%;
	padding-bottom:5px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#303030;
	font-weight:bold
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color:#4d3d2b;
	text-transform:none
}
.demos h1, .demos h2, .demos h3, .demos h4, .demos h5, .demos h6 {
	margin-top:10px
}
/********************************************************************/

/* [9] - LIST STYLES */

ol {
	width:100%;
	margin-top:15px;
	float:left;
	margin-bottom:30px
}
ol li.list_with_alpha {
	width:auto;
	float:left;
	margin-top:5px;
	list-style:upper-alpha;
	list-style-position:inside;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#4d3d2b;
	line-height:18px;
	clear:left;
}
ol li.list_with_bullet {
	width:auto;
	float:left;
	margin-top:5px;
	list-style:disc;
	list-style-position:inside;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#4d3d2b;
	line-height:18px;
	clear:left;
}
ol li.list_with_decimal {
	width:auto;
	float:left;
	margin-top:5px;
	list-style:decimal;
	list-style-position:inside;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#4d3d2b;
	line-height:18px;
	clear:left;
}
ol li.list_with_image {
	width:auto;
	float:left;
	margin-top:5px;
	list-style-image:url(../../images/tick.png);
	list-style-position:inside;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#4d3d2b;
	line-height:18px;
	clear:left;
}
/********************************************************************/

/*[10]- OTHER SHORT-CODES */

blockquote.simple {
	width:100%;
	margin-top:15px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#757a7a;
	line-height:18px;
	font-style:italic
}
blockquote.graphical {
	width:100%;
	margin-top:15px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#757a7a;
	line-height:18px;
	font-style:italic
}
blockquote.graphical span.top {
	width:50px;
	height:50px;
	margin:5px 5px -10px 0;
	float:left;
	background:url(../../images/quote.png) no-repeat
}
blockquote.graphical span.bottom {
	width:20px;
	height:20px;
	display:inline-block;
	background:url(../../images/quots_small.png) no-repeat
}
/********************************************************************/
ul.gallery {
	width:100%;
	margin-top:20px;
	float:left;
	margin-bottom:20px
}
ul.gallery li {
	width:auto;
	float:left;
	margin-left:6px;
	margin-bottom:3px
}
ul.gallery li:first-child, ul.gallery li.no-nargin {
	margin-left:0;
}
#content p .img_wrap {
	width:auto;
	margin:5px 10px 0 0;
	float:left
}
#content p .img_wrap_right {
	width:auto;
	margin:5px 0 0 10px;
	float:right
}
#content a.more {
	width:86px;
	height:22px;
	margin-top:15px;
	margin-left:0px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	text-transform:capitalize;
	text-align:center;
	line-height:20px;
	clear:left;
	background:url(../../images/more_bg2.png) no-repeat
}
.Img-gallery {
	width:100%;
	float:left;
}
.Img-gallery li {
	width:300px;
	float:left;
	margin:0 7px;
	margin-bottom:15px;
	border:3px solid #3E3025;
}
.Img-gallery li a {
	float:left
}
.Img-gallery li .content {
	width:280px;
	float:left;
	padding:5px 10px;
	margin:0;
	background:url(../../images/bannerBg2.png) repeat-x
}
.Img-gallery li .content p {
	color:#4d3d2b;
	margin-top:0px;
	text-align:left;
	line-height:14px;
}
.Img-gallery li h4 {
	color:#4d3d2b;
	border-bottom:0px
}
.Img-gallery li a.pic1 {
	width:300px;
	height:160px;
	background:url(../../images/gallery-3_1.jpg) no-repeat;
}
.Img-gallery li a.pic1:hover {
	width:300px;
	height:160px;
	background:url(../../images/gallery-3_img1.jpg) no-repeat;
}
.Img-gallery li a.pic2 {
	width:300px;
	height:160px;
	background:url(../../images/gallery-3_2.jpg) no-repeat;
}
.Img-gallery li a.pic2:hover {
	width:300px;
	height:160px;
	background:url(../../images/gallery-3_img2.jpg) no-repeat;
}
.Img-gallery li a.pic3 {
	width:300px;
	height:160px;
	background:url(../../images/gallery-3_3.jpg) no-repeat;
}
.Img-gallery li a.pic3:hover {
	width:300px;
	height:160px;
	background:url(../../images/gallery-3_img3.jpg) no-repeat;
}
.Img-gallery li a.pic4 {
	width:300px;
	height:160px;
	background:url(../../images/gallery-3_4.jpg) no-repeat;
}
.Img-gallery li a.pic4:hover {
	width:300px;
	height:160px;
	background:url(../../images/gallery-3_img4.jpg) no-repeat;
}
.galleryContainer img {
	float:left;
}
.caption {
	font-style:italic;
	color:#2f3030;
}
.demo {
	width:483px;
	float:left
}
.gallery_demo {
	width:483px;
	margin:0 auto;
}
.gallery_demo li {
	width:65px;
	height:50px;
	margin: 20px 2px;
	float:left;
}
.gallery_demo li div {
	left:240px
}
.gallery_demo li div .caption {
	font:italic 0.7em/1.4 georgia, serif;
}
.nav {
	padding-top:15px;
	clear:both;
	font:11px;
	font-family:Verdana, Geneva, sans-serif;
	letter-spacing:1px;
	color:#b3b3b3;
	text-transform:capitalize
}
.nav a {
	color:#333
}
.info {
	text-align:left;
	width:483px;
	margin:30px auto;
	border-top:1px dotted #221;
	padding-top:30px;
}
.info p {
	margin-top:10px;
}
.thumb {
}
/********************************************************************/
/* [11]- FORM */

form.mail {
	width:100%;
	float:left
}
form.mail input {
	width:353px;
	height:43px;
	padding:0 10px;
	margin-top:15px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#757a7a;
	line-height:18px;
	border:#433f37 dashed 1px;
	line-height:38px;
}
form.mail input:focus {
	border:#7F8F35 dotted 1px;
}
form.mail textarea {
	width:438px;
	height:113px;
	padding: 5px 10px;
	margin-top:15px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#757a7a;
	line-height:18px;
	overflow:auto;
	border:#433f37 dashed 1px;
}
form.mail textarea:focus {
	border:#7F8F35 dotted 1px;
}
.map {
	float:left;
	margin-top:20px;
}
/********************************************************************/
/* [8] - TABLES WITH DIV'S */

.table_wrap {
	width:450px;
	margin-top:15px;
	float:left;
	border-left:#808080 solid 1px;
}
.table_wrap p.heading {
	width:449px;
	margin-top:0;
	height:35px;
	float:left;
	font-size:18px;
	color:#808080;
	line-height:40px;
	text-align:center;
	border-bottom:#808080 solid 1px;
	border-right:#808080 solid 1px;
	border-top:#808080 solid 1px
}
.table_wrap p.heading_2 {
	width:449px;
	margin-top:0;
	height:35px;
	float:left;
	font-size:18px;
	color:#808080;
	line-height:40px;
	text-align:center;
	border-bottom:#808080 solid 1px;
	border-right:#808080 solid 1px;
	border-top:#808080 solid 1px
}
.table_wrap p.heading_3 {
	width:447px;
	margin-top:0;
	height:35px;
	float:left;
	font-size:18px;
	color:#808080;
	line-height:40px;
	text-align:center;
	border-bottom:#808080 solid 1px;
	border-right:#808080 solid 1px;
	border-top:#808080 solid 1px
}
.table_wrap p.two_columns {
	width:224px;
	margin-top:0;
	height:35px;
	float:left;
	text-align:center;
	line-height:30px;
	border-bottom:#808080 solid 1px;
	border-right:#808080 solid 1px
}
.table_wrap p.three_columns {
	width:149px;
	margin-top:0;
	height:35px;
	float:left;
	text-align:center;
	line-height:30px;
	border-bottom:#808080 solid 1px;
	border-right:#808080 solid 1px
}
.table_wrap p.four_columns {
	width:111.4px;
	margin-top:0;
	height:35px;
	float:left;
	text-align:center;
	line-height:30px;
	border-bottom:#808080 solid 1px;
	border-right:#808080 solid 1px
}
.table_wrap p.five_columns {
	width:89px;
	margin-top:0;
	height:35px;
	float:left;
	text-align:center;
	line-height:30px;
	border-bottom:#808080 solid 1px;
	border-right:#808080 solid 1px
}
@-moz-document url-prefix() {
.table_wrap p.heading_3 {
width:448px;
}/*Fix For Firefox*/
}
/* Check [II]- Note, for editing details of the table grid*/


/********************************************************************/
ul.comments {
	width:530px;
	float:left;
	margin:20px 0 0 0;
	padding-bottom:20px;
}
ul.comments li {
	width:505px;
	float:left;
	padding:10px 12px;
	background:#8F857D;
	border-bottom:1px dashed #4F4F4F;
}
ul.comments li.top-list {
	margin-bottom:30px;
	border-bottom:0px;
	border:1px solid #e6e6e6;
}
ul.comments li img {
	float:left;
	margin:4px 0 0 0px;
}
ul.comments li .content {
	width:435px;
	float:right;
	background:#8F857D;
	padding-bottom:10px;
}
ul.comments li .content p {
	font-size:11px;
	padding-bottom:16px;
	color:#eaeaea;
}
ul.comments li h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#eae8e5;
	font-weight:bold;
	margin-top:20px;
}
/* Post a comment */

.post-comment {
	width:530px;
	display:block;
	float:left;
	margin:20px 0 0 0;
}
.leftbox {
	width:250px;
	float:left;
	margin-right:15px;
}
.leftbox p {
	width:250px;
	float:left;
	padding-bottom:6px;
}
.leftbox label {
	width:250px;
	float:left;
	padding-bottom:4px;
}
.leftbox input {
	width:250px;
	height:35px;
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#676767;
	line-height:20px;
	border:1px solid #D6D6D6;
}
div.message {
	width:260px;
	float:right;
	margin:0px;
}
div.message label {
	display:block;
	width:260px;
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#676767;
	line-height:20px;
	padding-bottom:4px;
}
div.message textarea {
	width:260px;
	height:170px;
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#676767;
	line-height:20px;
	border:1px solid #D6D6D6;
}
div.message p {
	width:262px;
	float:right;
	float:left;
	text-align:left;
	line-height:32px;
}
button {
	width:90px;
	height:35px;
	float:right;
	background:#E1E1E1;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#676767;
	cursor:pointer;
	text-transform:uppercase;
	line-height:20px;
	border:1px solid #D6D6D6;
}
.main_wrap .left_pannel img.blog {
	margin-top:30px;
	border:#838281 solid 4px;
	float:left;
}
.next {
	position:absolute;
	bottom:10px;
	right:445px
}
.prev {
	position:absolute;
	bottom:10px;
	left:400px
}
.breadcum {
	width:940px;
	height:20px;
	float:left;
	padding:2px 0 20px 0px;
	margin:0px 0 0 0px;
}
.breadcum.breadcammarlft {
	margin-left:10px
}
.breadcum a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#323232;
	line-height:21px;
	text-decoration:none;
	font-weight:bold
}
.breadcum a:hover, .breadcum a.current {
	color:#468da7;
	text-decoration:underline;
}
#content p .drop_cap {
	width:auto;
	margin-top:2px;
	float:left;
	line-height:29px;
	font-size:40px
}
.main_wrap .left_three {
	width:700px
}
.main_wrap .right_three {
	width:700px
}
.main_wrap .right_panel {
	width:620px
}
#content p .marker {
	background:#CFCFCF;
	padding:1px;
	font-weight:bold
}
#content p a {
	text-decoration:underline;
	color:#8d642b
}
#content p a:hover {
	text-decoration:none;
	color:#8d642b
}
/* [17] Text Colors */

.highlight {
	color:#FF9933;
	font-weight:bold
}
.subdued {
	color:#e8e8e8;
	font-weight:bold
}
.error {
	color:#FF3300;
	font-weight:bold
}
.success {
	color:#00CC00;
	font-weight:bold
}
.caption {
	color:#CCCCCC;
	font-weight:bold
}
.highlight-bg {
	width:444px;
	float:left;
	color:#E17000;
	background:#FF9933;
	padding:8px;
	color:#fff;
}
.subdued-bg {
	width:444px;
	float:left;
	color:#E17000;
	background:#e8e8e8;
	padding:8px;
	color:#fff;
}
.error-bg {
	width:444px;
	float:left;
	color:#E17000;
	background:#FF3300;
	padding:8px;
	color:#fff;
}
.success-bg {
	width:444px;
	float:left;
	color:#E17000;
	background:#00CC00;
	padding:8px;
	color:#fff;
}
.caption-bg {
	width:444px;
	float:left;
	color:#E17000;
	background:#CCCCCC;
	padding:8px;
	color:#fff;
}
/* [18] Pagination */

.pagination2 {
	width:444px;
	height:20px;
	display:block;
	float:left;
	margin:50px 0 0 0;
	padding:8px;
	background:#3E3025;
}
.pagination2 p {
	width:100px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
	line-height:18px;
	text-align:justify
}
}
.page-index {
	width:100px;
	float:left;
	margin:0 0 0 10px;
	padding:0;
}
#content .page-list {
	width:235px;
	display:block;
	float:right;
	margin:0 5px 0 0;
	padding:0;
}
#content .page-list a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:3px 8px;
	background:#7F7F7F;
	color:#fff;
	margin:0px;
	text-decoration:none;
}
#content .page-list a:hover {
	color:#fff;
	background:#2F2F2F;
	text-decoration:none
}
#content .page-list a.selected {
	color:#fff;
	padding:3px 8px;
	background:#2F2F2F;
	text-decoration:none
}
.main_wrap .l-align {
	float:left
}
.main_wrap .wideLeft {
	width:700px;
	float:left;
	margin:0 10px;
}
.featuredbox {
	width:200px;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#333;
	padding: 0 10px 10px;
	margin-bottom:38px;
	background:url(../../images/featuredbox.png) no-repeat 100% 100%;
}
.featuredbox p.para {
	width:200px;
	float:left;
	color:#4d3d2b;
	text-align:left;
	margin:15px 0 0 0;
	font-size:12px;
}
.featuredbox p {
	width:100%;
	float:left;
	color:#626262;
	text-align:left;
	padding:0px 0px 10px 0;
	margin:0px;
	font-size:11px;
}
#content p {
	float:left
}
#content p.main {
	margin-top:20px;
	margin-bottom:10px;
}
#content p .img_wrap {
	width:auto;
	margin:5px 10px 0 0;
	float:left
}
#content p .img_wrap_right {
	width:auto;
	margin:10px 5px 0 5px;
	float:right
}
p {
	width:100%;
	float:left;
	margin-top:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#4d3d2b;
	line-height:18px;
	text-align:justify
}
p.main {
	margin-top:5px
}
/* [15] Breadcumb */

p.breadcrumb {
	width:940px;
	float:left;
	margin:30px 0 0 10px;
	color:#B47A20;
	padding:5px 0;
	font-weight:bold;
	border-bottom:#49341d dotted 1px;
	font-size: 18px;
}
p a, breadcrumb {
	color:#B2781F
}
p a:hover {
	text-decoration:underline;
}
.clearContent {
	clear:both;
	width:100%;
	float:left;
	margin:20px 0 0 0;
}
#left-navigation {
	width:185px;
	float:left;
	margin:10px 0 0 0;
	padding-bottom: 40px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px
}
/* ----------------------------------------------- Vertical Navigation  --------------------------------------- */

/* First Level Menu */
ul#menuLevel-1 {
	width:100%;
	float:left;
}
ul#menuLevel-1 li {
	width:185px;
	float:left;
	display:block;
	border-top: 1px solid #605a54;
	border-bottom: 1px solid #605a54;
}
ul#menuLevel-1 li.squared {
	width:185px;
	float:left;
	display:block;
	border-bottom: 1px solid #605a54;
	border-top:none;
}
ul#menuLevel-1 li.squared a {
	width:155px;
	float:left;
	display:block;
	padding-left:20px;
	background:url(../../images/bullets.png) no-repeat 8px;
}
ul#menuLevel-1 li.squared a:hover {
	width:155px;
	float:left;
	display:block;
	padding-left:20px;
	background:#3E3025 url(../../images/bullets-hover.png) no-repeat 8px;
}
ul#menuLevel-1 li a {
	width:165px;
	float:left;
	font:normal normal bold 12px normal Arial, Helvetica, sans-serif;
	color:#3E3025;
	padding:8px 10px;
}
ul#menuLevel-1 li a:hover {
	color:#FFF;
	background-color:#82D2E3
}
/* Second level Heirarchy */
ul#menuLevel-1 li.active a.tab {
	color:#fff;
	padding-left:20px;
	width:155px;
	background:#3E3025 url(../../images/tab-arrow.png) no-repeat 7px;
}
ul#menuLevel-1 li.active ul {
	width:130px;
	float:left;
	margin-left:30px;
	padding:0px;
}
ul#menuLevel-1 li.active ul li {
	width:130px;
	float:left;
	border:0px;
	font-size:11px;
	line-height:16px;
}
ul#menuLevel-1 li.active ul li a {
	background:none;
	font-weight:normal;
	font-size:11px;
	padding:3px 0 0 12px;
	line-height:16px;
	background:url(../../images/small-arrow.png) no-repeat 0px 8px;
}
ul#menuLevel-1 li.active ul li.last a {
	width:100px;
	float:left;
	color:#000;
	border-bottom:0px;
	background:none;
}
ul#menuLevel-1 li.active ul li a:hover {
	color:#3b3631;
	text-decoration:underline;
}
ul.sub-nav {
	margin:9px 0;
}
/*ul#menuLevel-1 li a:hover,ul#menuLevel-1 li a.active					{ color:#0f7177; background-color:#82D2E3 }*/
/* Sponsor Ad's */

ul.sponsors {
	width:100%;
	display:block;
	float:left;
	padding:10px 0;
}
ul.sponsors li {
	width:160px;
	display: block;
	float:left;
	padding:5px;
	margin:0 0 5px 5px;
	border:0px solid #E8E8E8;
}
ul.sponsors li.nomar {
	margin-right:0px;
}
#content .sponsor-logos img {
	margin-top: 6px;
	width:150px
}
/* Custom Tabs */
/* Style for Usual Tabs */



.usual {
	background:#fff;
	color:#111;
	padding:5px;
	width:230px;
	float:left;
	border:1px solid #E8E8E8;
	margin:5px 0 0 0;
}
.usual li {
	list-style:none;
	float:left;
	width:auto;
	height:auto;
	margin:0;
	padding:0;
}
.usual ul a {
	display:block;
	float:left;
	height:20px;
	padding:0 10.5px;
	text-decoration:none!important;
	margin:0 1px;
	font:10px Verdana;
	color:#FFF;
	background:#7F766F;
	width:auto;
	line-height:18px;
}
.usual ul li:first-child a {
	margin-left:0
}
.usual ul a:hover {
	color:#000;
	background:#3E3025;
}
.usual ul a.selected {
	margin-bottom:0;
	color:#fff;
	background:#3E3025;
	border-bottom:1px solid #E8E8E8;
	cursor:default;
}
.usual p {
	margin: 0 0 5px 0;
	float:left
}
.usual div {
	padding:15px 10px 20px 10px;
 *margin-top:-5px;
	clear:left;
	border-top:1px solid #5c5752;
	background:#fff;
	font:10pt Arial;
	float:left;
	width:205px;
}
/* Category List */

ul.categories {
	width:300px;
	float:left;
	padding:20px 0 0 0;
}
ul.categories li {
	width:100%;
	float:left;
	padding:10px 0px;
	line-height:21px;
}
ul.categories li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	color:#757a7a;
	line-height:21px;
	padding:2px 0;
}
ul.sub1, ul.sub2, ul.sub3 {
	width:250px;
	float:left;
	margin-left:10px;
}
ul.sub1 li, ul.sub2 li, ul.sub3 li {
	width:160px;
	float:left;
	font-size:12px;
	padding-left:15px;
	line-height:21px;
	padding:0px;
}
ul.sub1 li a:hover, ul.sub2 li a:hover, ul.sub3 li a:hover {
	text-decoration:underline;
}
ul.categories ul.sub1 li a, ul.categories ul.sub2 li a, ul.categories ul.sub3 li a {
	width:160px;
	float:left;
	font-size:12px;
	padding-left:15px;
	line-height:21px;
	background:url(../../images/small-arrow.png) no-repeat left 10px;
}
ul.sub2 {
	width:250px;
	float:left;
	margin-left:10px;
}
ul.sub3 {
	width:200px;
	float:left;
	margin-left:10px;
}
form.mail input.more_button {
	width:86px;
	height:22px;
	margin-top:25px;
	margin-left:0px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	text-transform:uppercase;
	text-align:center;
	line-height:24px;
	clear:left;
	cursor:pointer;
	outline:none;
	background:url(../../images/more_bg2.png) no-repeat;
	border:none;
	padding-bottom:4px;
}
#content .sponsor-logos img {
	margin-top: 6px;
	width:150px
}
h2.lowercass {
	text-transform: none;
	font-size:23px;
}
.featuredbox.change {
	width:200px;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#333;
	padding: 0 10px 10px;
	margin-bottom:38px;
	background:url(../../images/featuredbox.png) no-repeat 100% 100%;
	margin-left:10px;
}
/* Quotes with Images */

#quoteWithImg {
	width:100%;
	float:left;
}
#quoteWithImg li {
	width:100%;
	float:left;
	margin-bottom:20px;
}
#quoteWithImg li .q-content {
	width:333px;
	float:left;
	padding:7px 0 0 0;
	margin-top:20px;
}
#quoteWithImg li img {
	float:left;
	margin:10px 10px 0 0;
}
#quoteWithImg li img.qbotm {
	float:none;
	margin:0px 0 0 5px;
}
#quoteWithImg li blockquote {
	width:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4d3d2b;
	font-style:italic;
	line-height:18px;
	text-indent:27px;
	text-align:justify;
	background: url(../../images/qwImg.png) no-repeat left top;
}
#quoteWithImg .q-content p {
	font-size:11px;
}
#quoteWithImg .q-content p span {
	font-size:12px;
	font-weight:bold
}
/* quotation with out images */

.withOutPic {
	width:400px;
	float:left;
	padding:12px 15px;
	border:1px dashed #C5C5C5;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius:6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#4d3d2b;
	font-style:italic;
	text-indent:20px;
	text-align:left;
	margin:30px 0px 20px 0;
	background: url(../../images/qtop.png) no-repeat 11px 8px;
}
.withOutPic img {
	position:relative;
	top:5px;
}
.withOutPic p.signature {
	width:130px;
	height:20px;
	font-size:11px;
	font-style:italic;
	font-weight:bold;
	float:right;
	background:url(../../images/q-botmImg.png) no-repeat right bottom;
	margin-left:250px;
}
.withOutPic a {
	width:100%;
	float:left;
	font-size:11px;
	color:#303030;
	font-style:normal;
	text-decoration: underline;
}
.withOutPic a:hover {
	text-decoration:none;
}
/* Testimonials Content */

.testimonials {
	width:450px;
	float:left;
}
.testimonials img {
	float:left;
}
.testContent {
	width:426px;
	float:left;
	padding:0 10px;
	background:#F1F1F1;
	border:1px solid #e7e7e7;
	border-bottom:0px;
	-moz-border-radius:6px 6px 0px 0px;
	-webkit-border-radius:6px 6px 0px 0px;
	border-radius:6px;
	margin-top:25px;
}
.testContent .signature {
	font-size:11px;
}
.testContent .signature span {
	font-size:14px;
	color:#303030;
	font-weight:bold;
	font-style:normal;
}
/* Testimonial styles 2 */

.testimonials2 {
	width:450px;
	float:left;
}
.testimonials2 img {
	float:left;
}
.testimonials2 blockquote {
	width:430px;
	float:left;
	padding:10px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#4d3d2b;
	line-height:21px;
	font-style:italic;
	text-align:left;
	margin-top:20px;
}
.testimonials2 p.signature {
	float:right;
	text-align:left;
	font-size:14px;
	color:#757a7a;
	margin-bottom:10px;
}
.testimonials2 .signature span {
	font-size:14px;
	color:#303030;
	font-weight:bold;
	font-style:normal;
	margin-left:10px;
}
/* default template Button */
.signature a.default, .signature a.default:visited {
	width:auto;
	float:right;
	color:#fff;
	background-color:#4F4F4F;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	text-decoration: none;
	text-align:center
}
.signature a.default:hover {
	background-color:#4d3d2b;
	font-family:Arial, Helvetica, sans-serif;
	color:#000
}
.signature a.default span {
	font-size:11px;
	color:#fff;
	font-weight:bold;
}
.cssButn, .cssButn:visited {
	background: #303030 url(../../images/css-btn.png) repeat-x 0 0px;
	display: inline-block;
	padding:5px 10px 6px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	cursor: pointer;
}
/* CSS Pure Buttons */

.css-buttons {
	width:100%;
	float:left;
	margin:20px 0 0 0;
}
.panel {
	width:100%;
	float:left;
	margin:30px 0 0 0;
}
/* left column buttons */
.leftContent {
	width:340px;
	float:left;
	margin:0 5px;
}
#but_styles1 {
	width:250px;
	float:left;
}
#but_styles1 li {
	width:100%;
	display:block;
	float:left;
	margin:6px 0 6px 0;
}
#but_styles1 li a {
	display:block;
	float:left;
}
/* right column Buttons */
.rightContent {
	width:340px;
	float:left;
	margin:0 5px;
}
#but_styles2 {
	width:250px;
	float:left;
}
#but_styles2 li {
	width:100%;
	display:block;
	float:left;
	margin:5px 0 5px 0;
}
#but_styles2 li a {
	display:block;
	float:left;
}
.cssButn, .cssButn:visited {
	background: #222 url(../../images/css-btn.png) repeat-x 0 0px;
	display: inline-block;
	padding:5px 10px 6px;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	cursor: pointer;
}
/* default template Button */
.leftContent a.default, a.default:visited {
	background-color:#015C5E;
}
.leftContent a.default:hover {
	background-color:#82D2E3;
}
/* Red Button */
.leftContent a.red, a.red:visited {
	background-color:red;
}
.leftContent a.red:hover {
	background-color: #FF2D2D;
}
/* Grey */
.leftContent a.grey, a.grey:visited {
	background-color: #C9C9C9;
}
.leftContent a.grey:hover {
	background-color: #E5E5E5;
}
/* Green */
.leftContent .green, .leftContent .green:visited {
	background-color: #91bd09;
}
.leftContent .green:hover {
	background-color: #749a02;
}
/* Blue */
.leftContent .blue, .leftContent .blue:visited {
	background-color: #2daebf;
}
.leftContent .blue:hover {
	background-color: #39C;
}
/* Red */
.leftContent .red, .leftContent .red:visited {
	background-color: #e33100;
}
.leftContent .red:hover {
	background-color: #872300;
}
/* Magenta */
.rightContent .magenta, .rightContent .magenta:visited {
	background-color: #a9014b;
}
.rightContent .magenta:hover {
	background-color: #630030;
}
/* Orange */
.rightContent .orange, .rightContent .orange:visited {
	background-color: #ff5c00;
}
.rightContent .orange:hover {
	background-color: #d45500;
}
/* Yellow */
.rightContent .yellow, .rightContent .yellow:visited {
	background-color: #ffb515;
}
.rightContent .yellow:hover {
	background-color: #fc9200;
}
/* Black */
.rightContent .black, .rightContent .black:visited {
	background-color: #1a1a1a;
}
.rightContent .black:hover {
	background-color: #333;
}
/* Menu Styles */
#menuContainer {
	width:700px;
	height:40px;
	float:left;
	display: inline-block;
	margin:30px 0 0 0;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	background-color:#2F2F2F;
	position:relative;
	left:0px;
}
#menu1 {
	width:500px;
	float:left;
	margin-left:15px;
}
#menu1 li {
	width:auto;
	float:left;
	position:relative;
}
#menu1 li a {
	float:left;
	height:35px;
	padding:2px 15px 4px 15px;
	margin:0px 0 0 0;
	line-height:36px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
}
#menu1 li a:hover {
	background:#3E3025
}
#menu1 li .lowerMenu {
	visibility:hidden;
}
#menu1 li:hover .lowerMenu {
	visibility:visible;
}
#menu1 .lowerMenu {
	width:700px;
	float:left;
	position:absolute;
	top:40px;
	left:-81px;
	text-shadow:-1px -1px -1px #000;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	background:#3E3025;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
ul.subNav {
	width:100%;
	height:42px;
	float:left;
	margin:0px 0 0 15px;
}
ul.subNav li {
	width:auto;
	display:block;
	float:left;
}
#menu1 ul.subNav li a {
	float:left;
	color:#fff;
	padding:2px 15px;
	line-height:39px;
}
#menu1 ul.subNav li a:hover {
	background:none;
	text-decoration:underline;
}
#content p.test a {
	text-decoration:none;
	color:#fff;
}
#content p.testmoli {
	margin-top:10px;
	line-height:18px;
	padding-bottom:10px;
}
#content p.innerepara {
	float:left;
	margin-top:15px;
}
.main_wrap .left_pannel a.readmore {
	width:100%;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	margin-top:10px;
	color:#7c7c7c;
	text-decoration:none;
	padding-bottom:20px;
	background:url(../../images/read-o.png) no-repeat
}
#content p.main3 {
	margin-top:3px;
	padding-bottom:8px
}
.inform {
	width:940px;
	float:left;
	height:89px;
	position: absolute;
	top:-160px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.inform h4 {
	width:800px;
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#a6a6a6;
	text-align:center;
	margin:70px 0 0 70px;
}
.inform p.informpara {
	width:800px;
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#a6a6a6;
	margin-top:10px;
	margin-left:70px;
	text-align:center
}
#sliderWrap2 {
	margin: 0 auto;
	width: 300px;
}
#slider2 {
	position: absolute;
	background-image:url(slider.png);
	background-repeat:no-repeat;
	background-position: bottom;
	width: 300px;
	height: 159px;
	margin-top: -141px;
}
#slider2 img {
	border: 0;
}
#sliderContent2 {
	margin: 50px 0 0 50px;
	position: absolute;
	text-align:center;
	color:#333333;
	font-weight:bold;
	padding: 10px;
}
#header2 {
	margin: 0 auto;
	width: 600px;
	height: 200px;
	padding: 10px;
}
#openCloseWrap2 {
	position:absolute;
	margin: 143px 0 0 120px;
	font-size:12px;
	font-weight:bold;
}
.main_wrap.bg {
	width:960px;
	float:left;
	margin-bottom:40px;
}
.topMargin {
	margin-top:20px;
}
.main_wrap .left_pannel img.shadow {
	width:auto;
	float:left;
	position:absolute;
	right:-20px;
	bottom:-20px;
	z-index:-1
}
.main_wrap .block.height {
	margin-bottom:40px
}
h3 {
	width:100%;
	float:left
}


ul#topnav {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	float: left;
	font-size: 1.1em;
	width:200px;
}
ul#topnav li{
	margin: 0;
	padding: 0;
	overflow: hidden;  /*--Important - Masking out the hover state by default--*/
	float: left;
	height:30px;
	width:200px;
	border-top:#CCC solid 1px;
}
ul#topnav li:first-child{
	border:0;
}
ul#topnav a, ul#topnav span { /*--The <a> and <span> share the same properties since the <span>  will be a duplicate of the <a> tag--*/
	padding: 5px 10px;
	float: left;
	text-decoration: none;
	color: #fff;
	background: url(../../images/a_bg.png) repeat-x;
	text-transform: uppercase;
	clear: both;
	width: 100%;
	height: 20px;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height: 20px; /*--Vertical alignment of text--*/
}
ul#topnav a{ /*--This is basically the hover state of navigation--*/
	
	background-position: left top;
	text-shadow:#666 0px 1px 1px
}
ul#topnav span{ /*--Default state of navigation--*/
	color: #747373;
	background:none;
}
