/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {height: 100%; margin-bottom: 1px;}

form {
  margin: 0px;
  padding: 0px;
}

body {
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #6d6e71;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #7399C6;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #E87722;
}


input.button { cursor: pointer; }

p { margin-top: 0; line-height:1.5em; margin-bottom: 0px; }

img { border: 0 none; }



h3, .componentheading, table.moduletable th { color: #f17d20;}

div.module_menu {background: url(../images/blue/mw_box_br.png) 100% 100% no-repeat;}

div.module_menu div {background: url(../images/blue/mw_box_bl.png) 0 100% no-repeat;}

div.module_menu div div {background: url(../images/blue/mw_box_tr.png) 100% 0 no-repeat;}

div.module_menu div div div {background: url(../images/blue/mw_box_tl.png) 0 0 no-repeat;}
/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#page_bg {
	padding: 0px 0;
	margin-bottom: 1px;
	background: #edeeef;
}

div.center {
  text-align: center;
  background:url(../images/shadow_bg.jpg) center top repeat-y;
}

div#wrapper {
	margin-left: auto;
	margin-right: auto;
}

body.width_medium div#wrapper {
	width: 950px;
}

body.width_small div#wrapper {
	width: 773px;
}

body.width_fmax div#wrapper {
	min-width: 750px;
	width: 999px;
	background:#fff url(../images/header-bg.jpg) right top no-repeat;
}
div#wrapper_r {
	padding:0px 25px;
}

div#header {
	/*background:url(../images/header_bg.jpg) right top no-repeat;*/
}
div#header_l {
	position: relative;
}

div#header_r {
	height: 85px;
	padding-left: 190px;
	padding-right: 0px;
	padding-top: 30px;
	overflow: hidden;
	text-align: left;
}

div#logo {
	position: absolute;
	left: 0;
	top: 0;
	float: left;
	width: 190px;
	height: 98px;
	/*background: url(../images/mw_joomla_logo.png) 0 0 no-repeat;*/
	margin-left: 0px;
	margin-top: 12px;
}

div.top_text{
	margin:0px 0px 15px 0px;
	padding:0px;
	line-height:30px;
	font-size:30px;
	font-family: Arial, Helvetica, sans-serif;
	/*color:#9c7986;*/
	color:#fff;
	text-transform:capitalize;
	font-weight:normal;
}

div#newsflash {
	width: auto;
	margin-left: 350px;
	margin-right: 30px;
	border: 1px solid #00f;
}

div#tabarea {
	/*background: #f7f7f7 url(../images/mw_header_b.png) 0 0 repeat-x;*/
	margin: 0px;

}

div#tabarea_l {
	/*background: url(../images/mw_header_l_b.png) 0 0 no-repeat;*/
	padding-left: 0px;
}

div#tabarea_r {
	/*background: url(../images/mw_header_r_b.png) 100% 0 no-repeat;*/
	padding-right: 0px;
}

div#footer_center{
	text-align:center;
	width:100%;
}

div#footer_outer{
background: #eff0f1 url(../images/bottom_shadow.gif) left top repeat-x;
width:999px;
margin:0px auto;
}

div#footer_r {
	padding-top: 10px;
	overflow: hidden;
}

div#footer_r div {
	text-align: center;
	font-size: .90em;
	color: #aaa;
}

div#footer_r a:link, div#footer_r a:visited  {
	color: #999;
}

div#footerspacer {
	height: 10px;
}

#pathway {
	padding: 3px 0px 8px;
	width: auto;
	margin-top: 0px;
	text-align: left;
}

#search {
	float: right;
	width:320px;
	margin-top: -20px;
	margin-right: 30px;
	height: 40px;
	overflow: hidden;
	text-align:right;
}

form#searchForm input {
	vertical-align: middle;
}

form#searchForm table {
	border-collapse: collapse;
}

form#searchForm td {
	padding:0;
}

#mod_search_searchword {
	padding-left: 3px;
}

#area {
	padding: 0;
}

#whitebox {
	margin: 0px;
	background: #fff;
	width: auto;
}

#whitebox div {
	text-align: left;
}

#whitebox_t {
	background: #fff url(../images/mw_content_t.png) 0 0 repeat-x;
}

#whitebox_tl {
	background: url(../images/mw_content_t_l.png) 0 0 no-repeat;
}

#whitebox_tr {
	height: 10px;
	overflow: hidden;
	background: url(../images/mw_content_t_r.png) 100% 0 no-repeat;
}

#whitebox_m {
	width: auto;
	padding:0px;
}

#whitebox_b {
	margin-top: -5px;
	background: url(../images/mw_content_b.png) 0 100% repeat-x;
}

#whitebox_bl {
	background: url(../images/mw_content_b_l.png) 0 100% no-repeat;
}

#whitebox_br {
	height: 13px;
	background: url(../images/mw_content_b_r.png) 100% 100% no-repeat;
}

/* horizontal pill menu */

#pillmenu ul li ul{
	background:url(../images/drp_bg_round.gif) 8px bottom  no-repeat;
	padding-bottom:10px;
	
}

#pillmenu a#active_menu-nav:hover {
  color: #e87722;
}
#pillmenu a:hover{
	color: #e87722;
}
table.pill {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}


td.pill_r {
  background: url(../images/mw_menu_cap_r.png) no-repeat;
  width:  19px;
  height: 32px;
}

#pillmenu {
  white-space: nowrap;
  height: 32px;
	border-bottom:1px solid #fbc78e;
}

#pillmenu ul {
  margin: 0;
  padding: 0;
  list-style:none;
}
#pillmenu  a{
color:#7399c6;
}

#pillmenu  a:hover{
color:#e87722;
background:none;
}
#pillmenu li ul li  a:hover{
color:#7399c6;
background:#fef2e2;
}
#pillmenu li ul a{
color:#e87722;
}

#pillmenu li {
	float: left;
	margin: 0;
	padding: 0;
}
#pillmenu li ul li.first {
	float: left;
	margin: 0;
	padding: 0;
	background:url(../images/drp_round_top.jpg) left top no-repeat;
}

#pillmenu li ul li  a{
	padding:0px 10px;
	text-decoration:none;
	margin:0px 15px;
	_margin:0px 8px;
	width:110px;
	text-align:left;
}
#pillmenu a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
	float:left;
  display:block;
  height: 24px;
  line-height: 25px;
  padding: 0px 24px 0px 0px;
  text-decoration: none;
/*  border:1px solid;*/
}
.sf-menu li a {
	height:33px !important;
}
.sf-menu li ul li a {
	height:24px !important;
}
#pillmenu li.active a{
	color:#e87722;
} 
#pillmenu a#active_menu-nav {
	margin-top:2px;
	height: 21px;
	line-height: 21px;
	background-position: 0 0;
}

#leftcolumn {
	padding: 0;
	margin: 0px 20px 0px 0px;
	width: 205px;
	float:left;
}

#maincolumn,
#maincolumn_full {
	margin: 0px;
	padding:0px;
	width: 76%;
	float:left;
}

#maincolumn_full {
	margin-left: 0;
	padding: 0;	
	width: 100%;
}

table.nopad {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}

table.nopad td.middle_pad {
	width: 20px;
}

/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/

div.offline {
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

span.pathway {
  display: block;
  margin: 0px;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
}

#pathway {
	font-size:11px;
	color:#e87722;
	min-height:7px;
}
#pathway span.pathway img{
	margin:-2px 0px;
}
#pathway a:link,#pathway a:visited{
	color:#9c7986;
}

/* headers */
div.componentheading {
  padding-left: 0px;
}

h1 {
	padding: 0;
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	color: #F37E20;
	text-align: left;
	width: 100%;
}

h2 {
	padding: 0;
	font-family: Arial, Helvetica,sans-serif;
	font-size: 30px;
	font-weight: normal;
	vertical-align: bottom;
	color: #7399c6;
	text-align: left;
	width: 100%;
	line-height:30px;
	margin:0px 0px 15px 0px;
}
.contentheading {
	padding: 0;
	font-family: Arial, Helvetica,sans-serif;
	font-size: 18px;
	font-weight: normal;
	vertical-align: bottom;
	color: #f37e20;
	text-align: left;
	width: 100%;
	line-height:0px;
}


table.contentpaneopen h3 {
	margin-top: 25px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

h3, .componentheading, table.moduletable th, legend {
  margin: 0;
  font-weight: bold;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 2em;
  padding-left: 0px;
	margin-bottom: 10px;
	text-align: left;
	line-height:20px;
}

/* small text */
.small {
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.modifydate {
  height: 20px;
  vertical-align: bottom;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;

}

a.readon , a.readon_detail{
	margin-left: 212px;
	_margin-left: 104px;
	display: block;
	float: left;
	background: url(../images/arrow_right.gif) right 2px no-repeat;
	padding-right: 25px;
	line-height: 14px;
	height: 16px;
	font-weight:bold;
}
a.readon_detail{
	
	margin:0px;
}
/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }


/** overlib **/

.ol-foreground {
	background-color: #f6f6f6;
}

.ol-background {
	background-color: #666;
}

.ol-textfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.ol-captionfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f6f6f6;
	font-weight: bold;
}
.ol-captionfont a {
	color: #0B55C4;
	text-decoration: none;
	font-size: 12px;
}

.ol-closefont {}

/* menu links */
a.mainlevel:link, a.mainlevel:visited {
	padding-left: 0px;
}

a.mainlevel:hover {

}

/* spacers */
span.article_separator {
	display: block;
	height: 20px;
}

.article_column {
	padding-right: 5px;
}

.column_separator {
	border-left: 1px dashed #e0e0e0;
	padding-left: 10px;
}

td.buttonheading {

}

td.buttonheading img {
	border:none;
}

.clr {
	clear: both;
}

td.greyline {
  width: 20px;
  background: url(../images/mw_line_grey.png) 50% 0 repeat-y;
}

div#maindivider {
  border-top: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;
  height: 1px;
}

table.blog span.article_separator {
	display: block;
	height: 20px;
}

/* edit button */
.contentpaneopen_edit{
	float: left;
}

/* table of contents */
table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
  float: right;
  display:none;
}

table.contenttoc td {
  padding: 0 5px;
}


/* content tables */
td.sectiontableheader {
  background: #efefef;
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}


/* content styles */
table.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
	width: 100%;
}

table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #ddd;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

table.contentpaneopen h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

.highlight {
	background-color: #fffebb;
}

/* module control elements */
table.user1user2 div.moduletable {
	margin-bottom: 0px;
}

div.moduletable, div.module {
  margin-bottom: 15px;
}

div.module_menu h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #eee;
	margin: -23px -4px 5px -5px;
	padding-left: 10px;
	padding-bottom: 2px;
}

div.module_menu {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

div.module_menu div div div {
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 15px;
	width: auto;
}

div.module_menu div div div div {
	background: none;
	padding: 0;
}

div.module_menu ul {
	margin: 10px 0;
	padding-left: 20px;
}

div.module_menu ul li a:link, div.module_menu ul li a:visited {
	font-weight: bold;
}

#leftcolumn div.module {
	padding: 0 10px;
}

#leftcolumn div.module table {
	width: auto;
}

/* forms */
table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

div.search input {
	width: 145px;
	border: 1px solid #ccc;
	margin: 15px 0 10px 0;
}

form#form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}
form#form-login ul { padding-left: 20px; }

form#com-form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}
form#com-form-login ul { padding-left: 20px; }

/* thumbnails */
div.mosimage         {  margin: 5px; }
div.mosimage_caption {  font-size: .90em; color: #666; }

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #666; text-align: center; }

/* Parameter Table */
table.paramlist {
	margin-top: 5px;
}

table.paramlist td.paramlist_key {
	width: 128px;
	text-align: left;
	height: 30px;
}

table.paramlist td.paramlist_value {
}

div.message {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 14px;
	color : #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}

/* Banners module */

/* Default skyscraper style */
.bannergroup {
}

.banneritem img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Text advert style */

.banneritem_text {
	padding: 4px;
	font-size: 11px;
}

.bannerfooter_text {
	padding: 4px;
	font-size: 11px;
	background-color: #F7F7F7;
	text-align: right;
}

/* System Messages */
/* see system general.css */

.pagination span { padding: 2px; color:#9c7986; font-weight:bold; }
.pagination a    { padding: 2px; font-weight:bold; }

/* Polls */
.pollstableborder td {
	text-align: left;
}

/* WebLinks */
span.description {
	display:block;
	padding-left: 30px;
}

/* Frontend Editing*/
fieldset {
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 15px;
}

legend {
	margin: 0;
	padding: 0 10px;
}

td.key {
	border-bottom:1px solid #eee;
	color: #666;
}

/* Tooltips */

.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* System Standard Messages */
#system-message { margin-bottom: 20px; }

#system-message dd.message ul { background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E; margin:0px; padding-left: 40px; text-indent:0px;}

#syndicate{
	float:left;
	padding-left: 25px;
}

#power_by{
	float:right;
	padding-right: 25px;
}

/* Component Specific Fixes */

#component-contact table td {
	padding: 2px 0;
}

.top_search{	
	margin:0px;
	padding:0px;
	float:left;
	width:auto;
}
.mod_googleSearch .radiogrp{
	display:none;
}
.red{
	color:#ff0000;
}

.mod_googleSearch{
	margin:0px;
	padding:0px 0px 0px 5px;
	background:url(../images/search_bg.gif) left top no-repeat;
}
.top_search .mod_googleSearch .inputbox{
	border:none;
	width:240px;
}
.top_search .mod_googleSearch .search_button{
	margin:0px;
	padding:0px;
	border:none;
	background:url(../images/search_button_bg.gif) right top no-repeat;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	width:75px;
	font-weight:bold;
	font-size:12px;
	height:23px;
	display:block;
	cursor:pointer;
}
.top_nom{
	margin:20px 0px 0px 0px;
	padding:0px;
	float:right;
	color:#fff;
	line-height:30px;
	font-size:30px;
	width:250px;
}

.moduletable_footer{
	margin:0px auto;
	azimuth:0px;
	width:930px;
}

#footer ul{
	display:inline;
	list-style-type:none;
}
#footer ul li{
display:inline;
	list-style-type:none;
}
#footer .moduletable_footer a{
	margin:0px 2px;
	padding:0px;
}
.right_colun{
	float:right;
	width:200px;
	margin:0px 0px 0px 20px;
	padding:0px;
}
.right_image_glry{
	margin:0px 0px 10px 0px;
	padding:0px;
	position:relative;
	height:122px;
	width:200px;
}
.right_image_glry_last{
	margin:0px 0px 0px 0px;
	padding:0px;
	position:relative;
	height:122px;
	width:200px;
}

.gallery_img_r{
	margin:0px;
	padding:0px;
}
a .gallery_r_title{
	cursor:pointer;
}
.gallery_r_title{
	margin:0px;
	padding:0px 0px;
	position:absolute;
	bottom:0px;
	left:0px;
	height:25px;
	width:180px;
	background:url(../images/glry_r_title_bg.gif) left top no-repeat;
}
.gallery_r_title, .gallery_r_title a{
	padding:0px 10px;
	margin:0px;
	color:#7399c6;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	line-height:23px;
	text-decoration:none;
}
.gallery_r_title .arrow,.gallery_r_title a .arrow{
	color:#ef7b21;
	font-size:14px;
	margin:0px 0px 0px 4px;
}
.moduletablelatest{
	margin:0px 20px 0px 0px;
	padding:12px;
	width:325px;
	background:url(../images/right_cor.jpg) right top no-repeat;
	border-left:1px solid #dddee0;
	border-bottom:1px solid #dddee0;
}
.moduletablelatest .inner{
	margin:0px;
	padding:0px;
	background:url(../images/home_image_1.jpg) left top no-repeat;
	/*padding-left:130px;*/
	padding-left:135px;
	height:245px;
}
.moduletablelatest h3{
	/*margin:0px 0px 20px 0px;*/
	margin:0px 0px 5px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	/*line-height:26px;*/
	line-height:24px;
	color:#7399c6;
	font-weight:normal;
}
.moduletablelatest ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	display:block;
}

.moduletablelatest ul li{
	margin:0px;
	list-style-type:none;
	padding:0px;
}
.moduletablelatest .latestnews_date{
	margin:0px;
	padding:0px 0px 0px 24px;
	line-height:20px;
	color:#7399c6;
	background:url(../images/arrow_right.gif) left 4px no-repeat;
}

.moduletablelatest ul li a:link,.moduletablelatest ul li a:visited,.moduletablelatest ul li a:hover{
	color:#99737f;
	font-weight:bold;
}

.moduletablewhy_bespoke{
	margin:0px 0px 0px 0px;
	padding:12px 12px 0px 12px;
	background:url(../images/right_cor.jpg) right top no-repeat;
	border-left:1px solid #dddee0;
	border-bottom:1px solid #dddee0;
	float:left;
}
.moduletablewhy_bespoke .inner,.moduletablewhy_bespoke .why_buy{
	margin:0px;
	padding:0px;
	float:left;
}
.moduletablewhy_bespoke h3{
	margin:0px 0px 20px 0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	line-height:26px;
	font-weight:normal;
}
.moduletablewhy_bespoke h3 a:link,.moduletablewhy_bespoke h3 a:visited{
	color:#99737f;
}

.moduletablewhy_bespoke .bespoke_img{
	margin:0px 0px 20px 0px;
}

.moduletablewhy_bespoke ul{
	margin:0px;
	padding:0px;
	list-style:none;
	display:block;
}

.whybuy_list{
	margin:0px 0px 22px 0px;
	padding:0px;
	float:left;
	width:309px;
}

.moduletablewhy_bespoke .wb_list_left{
	float:left;
	width:49%;
}
.moduletablewhy_bespoke ul li{
	margin:0px;
	padding:0px 0px 0px 25px;
	list-style-type:none;
	line-height:20px;
	background:url(../images/arrow_right.gif) left 5px no-repeat;
	font-weight:bold;
	color:#7399c6;
}
.moduletablewhy_bespoke ul li a:link,.moduletablewhy_bespoke ul li a:visited{
	font-weight:bold;
	color:#7399c6;
}

.moduletable_round{
	margin:0px 0px 15px 0px;
	padding:0px;
	background:url(../images/right_cor.jpg) right top no-repeat;
	border-left:1px solid #dddee0;
	border-bottom:1px solid #dddee0;

}
.moduletable_round .inner{
	margin:0px 1px 0px 0px;
	padding:10px;
	background:url(../images/mod_gradin_bg.gif) left bottom repeat-x;
}
.moduletable_round h3{
	color:#7399c6;
	font-size:14px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	padding:0px 25px 0px 0px;
	line-height:20px;
	background:url(../images/arrow_right.gif) right 5px no-repeat;
	float:left;
}

.moduletable_round .enquiry_form .inputbox{
	margin:0px 0px 3px 0px;
	padding:3px;
	border:1px solid #dddee0;
	color:#656769;
	font-size:11px;	
	width:169px;
}
.button_long{
	margin:0px;
	padding:1px 0px 3px 0px;
	color:#fff;
	background:url(../images/buton_bg_long.gif) left top no-repeat;
	text-align:center;
	width:179px;
	border:none;
	font-weight:bold;
	font-size:12px;
	cursor:pointer;
}
.call_nom{
	margin:0px;
	padding:0px;
	font-weight:bold;
	color:#7399c6;
	font-size:14px;
}

a.orenge_color, orebge {
	margin:0px;
	padding:0px;
	font-weight:bold;
	color:#e87722;
	font-size:12px;
}
.top_second_dv{
	float:left;
	width:auto;
}

.moduletable_icons{
	margin:0px;
	padding:0px;
	width:200px;
}
.moduletable_icons .other_link{
	margin:0px;
	padding:5px 0px;
	width:200px;
	float:left;
	border-bottom:1px solid #dddedf;
}
.moduletable_icons .other_link_last{
	margin:0px;
	padding:5px 0px;
	width:200px;
	float:left;
	border:none;
}
.moduletable_icons .icon{
	float:left;
	width:50px;
	margin-left:20px;
}
.moduletable_icons .icon_text{
	float:left;
	width:auto;
	line-height:32px;
	padding:0px 25px 0px 0px;
	background:url(../images/arrow_right.gif) right 12px no-repeat;
}
.moduletable_icons a:link,.moduletable_icons a:visited,.moduletable_icons a:hover{
	font-size:14px;
	font-weight:bold;
	color:#7399c6;
}

/** Right menu **/
.moduletable_roundmenu{
	margin:0px 0px 15px 0px;
	padding:0px;
}
.moduletable_roundmenu ul{
	margin:0px;
	padding:0px;
	display:block;
}
.moduletable_roundmenu ul li{
	margin:0px 0px 5px 0px;
	padding:0px;
	list-style-type:none;
}
.moduletable_roundmenu ul li a:link,.moduletable_roundmenu ul li a:Visited{
	margin:0px;
	padding:2px 20px 2px 10px;
	font-weight:bold;
	color:#7399c6;
	line-height:30px;
	width:174px;
	display:block;
	text-decoration:none;
	background:url(../images/left_menu_bg.gif) right top no-repeat;
	border-left:1px solid #cdced0;
	border-bottom:1px solid #cdced0;
}
.moduletable_roundmenu ul li a:hover,.moduletable_roundmenu ul li a.active{
	color:#f37e20;
}
/*End*/

/** News Latter **/

.moduletable_newslatter{
	margin:0px 0px 15px 0px;
	padding:0px;
	background:url(../images/right_cor.jpg) right top no-repeat;
	border-left:1px solid #dddee0;
	border-bottom:1px solid #dddee0;
}
.moduletable_newslatter .inner{
	margin:0px 1px 0px 0px;
	padding:10px;
	background:url(../images/mod_gradin_bg.gif) left bottom repeat-x;
}
.moduletable_newslatter .head{
	float:left;
	width:auto;
	padding-left:50px;
	height:40px;
	background:url(../images/news_letter_icon.gif) left top no-repeat;
}
.moduletable_newslatter h3{
	color:#7399c6;
	font-size:14px;
	font-weight:bold;
	margin:7px 0px 0px 5px;
	padding:0px 25px 0px 0px;
	line-height:20px;
	background:url(../images/arrow_right.gif) right 5px no-repeat;
	float:left;
}
.modns{
	clear:both;
}
.moduletable_newslatter .inputbox{
	margin:0px 0px 3px 0px;
	padding:3px;
	border:1px solid #dddee0;
	color:#656769;
	font-size:11px;	
	width:169px;
}
.moduletable_newslatter .button_newslatter{
	margin:0px;
	padding:1px 0px 3px 0px;
	color:#fff;
	background:url(../images/buton_bg_long.gif) left top no-repeat;
	text-align:center;
	width:179px;
	border:none;
	font-weight:bold;
	font-size:12px;
	cursor:pointer;
}
/** End **/

/** contact Us Page **/

.contactus_contanner{
	margin:0px;
	padding:0px;
	float:left;
	width:100%;
	background:url(../images/contact_bg.jpg) left top no-repeat;
}
.contactus_contanner .contact_form{
margin:20px 25px;
float:left;
width:92%;
}
.contactus_title{
	margin:0px;
	padding:0px;
	font-weight:bold;
	font-size:34px;
	color:#a68792;
	font-family:Arial, Helvetica, sans-serif;
	line-height:38px;
}
.contactus_intro{
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	color:#7399c6;
	line-height:30px;
	font-weight:normal;
	margin:0px 0px 0px 135px;
	width:490px;
}
.contactus_contanner form, .contactus_contanner lable{
	margin:0px;
	padding:0px;
}
.contactus_contanner .inputbox{
	margin:0px;
	padding:2px 3px;
	width:480px;
	font-size:11px;
	border:1px solid #d4ceca;
	font-family:Arial, Helvetica, sans-serif;
	color:#656769;
	
}

.contact_title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#7399c6;
	line-height:25px;
}
.contactbutton{
	margin:0px;
	padding:18px 0px;
	float:left;
}
.contact_img{
	padding-bottom:25px;
}
.contact_contanner_2{
	margin:0px;
	padding:0px;
	position:relative;
}
.contact_contanner_2 h2{
	color:#e87722;
	font-size:2.3em !important;
}

.contact_contanner_2 h2 .blue{
	color:#7399c6;
	font-size:0.8em !important;
}

.contact_with_map{
	 margin:0px 0px 0px 20px;
	 padding:0px;
	 font-size:12px;
	 color:#7399c6;
}
.contact_phonemsg{
	font-size:16px;
	color:#f17d20;
}
.contact_phonemsg label{
	color:#7399c6;
	margin:0px;
	padding:0px;
}
.com_name{
	font-size:16px;
	font-weight:bold;
}
.vcard_dv{
	margin:0px;
	padding:0px;
	position:absolute;
	bottom:0px;
	right:45px;
}
.dwn_brochure_button{
	margin:10px 0px;
	padding:0px;
	text-align:center !important;
}
.dwn_brochure_img{
	text-align:center !important;
	margin:5px 0px;
	padding:0px;
}
.dwn_brochure_button a.button_long{
	text-align:center !important;
	text-decoration:none;
	text-decoration:none;
	display:block;
	width:179px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}

/** case Page **/
.case_img{
 	float:left;
	margin:0px 10px 0px 0px;
	padding:0px;
	width:200px;
	height:100px;
	position:relative;
}
.case_content{
	float:left;
	margin:0px;
	padding:0px;
	width:495px;
	color:#6d6e71;
}

.case_content table{
	margin-bottom:5px;
}
.case_img img{
	margin:0px;
	padding:0px;
	position:absolute;
	bottom:-20px;
	left:0px;
}
.case_list_title{
	margin:0px;
	padding:0px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	width:130px;	
}
.case_list_detail{
	margin:0px;
	padding:0px;
	line-height:16px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#7399c6;
	text-transform:capitalize;
}
a.checkout{
	margin:0px;
	padding:0px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	height:40px;
	float:right;
	width:auto;
	display:block;
	text-decoration:none;
	background:url(../images/checkout_bg.gif) left top no-repeat;
}
a.checkout span{
	margin:0px;
	padding:0px;
	color:#fff;
	float:right;
	padding:0px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:40px;
	display:block;
	text-align:center;
	text-decoration:none;
	background:url(../images/checkout_bg.gif) right -40px no-repeat;
}
a.checkout:hover{
	text-decoration:none;
}

/** content area link **/

a.content_link,a:visited.content_link{
	margin:0px;
	padding:0px 25px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	background:url(../images/arrow_right.gif) right 4px no-repeat;
}

/** testimonial **/

.RSM_hr_color{
	border-bottom:1px solid #F17D20;
}
.RSM_testimonial{
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#7399C6;
	
}
.testimonial fieldset{
	border:none;
	padding:0px;
	margin:10px 0px;
}
.testimonial legend {
margin:0px 0px 0px 0px;
padding:0px;
color:#F17D20;
}
.testimonial .RSM_form_main{
	width:75%;
}
.testimonial td{
	line-height:30px;
}

.RSM_form_first_col{
	width:35%;
	font-weight:bold;
	color:#7399C6;
}
.RSM_form_text{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#7399c6;
	font-size:14px;
}
.RSM_form_star_color{
	font-weight:bold;
	color:#f17d20;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}
.RSM_form_input{
	width:98%;
	color: #6d6e71;
	font-family:Arial, Helvetica, sans-serif;
	
}
.RSM_form_textarea{
	width:98.8%;
	color: #6d6e71;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:150px;
}
.RSM_form_button{
	margin:0px;
	padding:1px 0px 3px 0px;
	color:#fff;
	background:url(../images/buton_bg_long.gif) left top no-repeat;
	text-align:center;
	width:179px;
	border:none;
	font-weight:bold;
	font-size:12px;
	cursor:pointer;
}
/**End testimonial **/
.moduletable_roundmenu .inner .menu .parent a{
	display:none;
	padding:0px;
	margin:0px;
	line-height:0px;
}
.moduletable_roundmenu .inner .menu .parent ul{
	margin-top:0px;
	*margin-top:-15px;
}
.moduletable_roundmenu .inner .menu .parent ul li a:link,.moduletable_roundmenu .inner .menu .parent ul li a:visited{
	display:block;
	line-height:30px;
	padding:2px 20px 2px 10px;
}
.googleSearch table{
	display:none;
}
#googleSearchUnitIframe iframe{
	width:100%;
}
.cs_right_img{
	float:right;
}
.cs_right_img img{
	margin-bottom:10px;
}
.button_mid{
	margin:0px;
	padding:0px;
	border:none;
	background:url(../images/small_button_bg.gif) left top no-repeat;
	color:#fff;
	font-weight:bold;
	width:60px;
	height:21px;
	padding:0px 0px 2px 0px;	
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
}
.text_area{
	margin:0px 0px 3px 0px;
	padding:3px;
	border:1px solid #ccc;
	color:#656769;
	font-size:11px;	
	width:169px;
}
.cat_div h3 , .gallery_menu_div h3{
	font-size:16px;
	margin:2px 0px 5px 0px;
}
.thumbs_div{
	margin:0px 0px;
}
.thumbs_div p{
/*	text-align:justify;*/
}
.blog .contentheading{
	display:block;
	line-height:normal;
	font-size:14px;
	font-weight:bold;
	color:#B98A13;
}
.news .readon{
/*	padding:0;*/
	margin:0;
}
.slider_outer,.slider_inner{
	float:left;
}
.news .article_separator{
	border-top:1px solid #FDC894;
	width:723px;
}