/* ------------------------------------------------------- css reset */

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {

 padding: 0;

 margin: 0;

 font-size: 100%;

 font-weight: normal;

}

table { border-collapse: collapse; border-spacing: 0; }

td, th, caption { font-weight: normal; }

img, fieldset { border: 0; }

ol { padding-left: 1.4em; list-style: decimal; }

ul { padding-left: 1.4em; list-style:square; }

q:before, q:after { content:''; }

/* ------------------------------------------------------- Global */

html {
	height: 100%;
	overflow-y: scroll;
}

body {
	color: #444444;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	background:url(../img/backgroundR.jpg) repeat-x #e9e9e9;
}

li {
	margin-left: 20px;
}

p {
	line-height:1.5em;
}

a {
  color: #3e89bf;
  text-decoration: none;
}


a:hover {
  color: #08182C;
  text-decoration: underline;
}

a img {
	border-style: none;
	}

h1, .contentheading, .componentheading {
	font-family:Verdana, Geneva, sans-serif;
  	margin: 0px;
	color: #fff;
	font-weight: bold;
	background:url(../img/contentHeadingBG.png);
	font-size:15px;
	padding:5px;
	margin-bottom:10px;
	}

h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 13px;
  	margin: 0px;
  	padding: 0px;
	color: #444444;
	font-weight: bold;
	}

h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
  	margin: 0px;
  	padding: 0px;
	color: #444444;
	font-weight: bold;
	}

.results li {margin-top:8px;}

/* ------------------------------------------------------- Layout */

#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	}
	
#header {
	position: relative;
	height: 135px;
}

#logo {
	position: absolute;
	top: 0px;
	left: 10px;
	width: 194px;
	height: 129px;
}

#facebook {
	position: absolute;
	top: 65px;
	text-align: right;
	right: 15px;
	height: 60px;
	width: 60px;
	border: none;
}

#call {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 320px;
	height: 40px;
	text-align: right;
	color: #fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 16px;
	 line-height: 26px;
}

#search {
	position: absolute;
	top: 60px;
	right: 10px;
	text-align: right;
}

.button_search {
	margin-left: 10px;
}

.inputbox_search {
	border: 1px solid #cccccc;
	font-size: 12px;
	padding: 2px 5px 3px 5px;
}

#menu {
	height: 50px;
	background:url(../img/navigationBG.png);
	margin-top: 15px;
	width:926px;
	margin-left:15px;
	position: relative;
	padding-left:4px;
	padding-top:3px;
}

.moduletable_rotator {
	margin-left:3px;
	
}

#rotator {
	margin-left:15px;
	width:930px;
	background-color: #e5e5e5;
	background:url(../img/rotatorBG.png);
	height:268px;
}

#contentWrapper {
	width:100%;
	overflow:hidden;
	background:url(../img/wrapperBG.png) top;
	width:960px;
}

#message {
}

#componentWrapper {
	float: left;
	width: 677px;
	min-height: 300px;
	margin-left: 16px;
}

#component {
	padding: 10px;
	padding-top:0px;
	padding-left:0px;
}

.counter{
	text-align: center;
}

.pagination {
	text-align: center;
}

.pagination li {
	display: inline;
	list-style-type: none;
	padding-right: 5px;
}

#sideWrapper {
	float: right;
	width: 260px;
	margin-right:5px;

	color: #575757;
	min-height: 300px;
	
	
}

#side {
	padding: 10px;
	padding-top:0px;
}

.moduletable_side h3 {
	color: #fff;
	background:url(../img/sideh3BG.png);
	font-size:15px;
	padding:5px;
}

.moduletable_side {
	margin-bottoM:10px;
	background:#fff;
	border: 1px solid #ccc;
	
}



.moduletable_prices {
	margin-bottoM:10px;
	background:#fff;
	border: 1px solid #ccc;
	
}

.moduletable_prices p {
	padding:7px;
}

#side h3 {
 	background:url(../img/sideh3BG.png);
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    padding: 6px;
	 margin-bottom: 5px;
    
}

.clearBoth {
	clear: both;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

.hidden {
	display:none;
}

#footerWrapper {
	margin-top: 0px;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	height: 35px;
	background:url(../img/footerBG.jpg);
}

#footerMenu {
	float:left;
	margin-left:10px;
	padding-top: 11px;
	color: #e6e6e6;
	font-size: 9px;
	width: 400px;
}

a.mainlevel_footerNav {
	color: #e6e6e6;
  	text-decoration: none;
}

a.mainlevel_footerNav:hover {
	color: #fff;
  	text-decoration: underline;
}

span.mainlevel_footerNav {
	padding-left: 5px;
	padding-right: 5px;
}

#copyright {
	padding-top: 11px;
	color: #e6e6e6;
	font-size: 9px;
	float:right;
	margin-right:10px;
}

#copyright a {
	text-decoration: none;
	color: #e6e6e6;
}

#copyright a:hover {
	text-decoration: underline;
	color: #e6e6e6;
}

/* ------------------------------------------------------- Joomla */

.contentpane {
	padding: 0;
	margin: 0;
	}

.article_seperator {
	height: 0px;
	display: none;
	} 

.moduletable {
  	margin: 0px;
  	padding: 0px;
	}

.mceContentBody {
	background: #CCC none;
	height: auto !important;
	}

table.contentpaneopen {
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
	margin: 0px;
}

.xmap li {text-transform: capitalize;}

.formButton:hover {
                cursor:pointer;
}

#josForm label {
	float: left;
	width: 120px;
	display: block;
}

.form-login label {
	float: left;
	width: 100px;
	display: block;
}

#josForm div, .form-login input {
	margin-bottom: 10px;
}

/* ------------------------------------------------------- Joomla System Message */

#system-message dd ul {
	color: #303067;
	margin-bottom: 10px;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #303067;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #303067;
	width:940px;
	margin-left:auto;
	margin-right:auto;
}

/* ------------------------------------------------------- Ciontent edits */

#component p {
	margin-left:5px;
}

#component h2 {
	margin-left:5px;
	}

#component h3 {
	margin-left:5px;
	}
	
#component li {
	margin-left:35px;
}

/* ------------------------------------------------------- Testimonials edits */

h4.gk_npro_header {
    font-weight: bold;
	margin-bottom:5px;
}

div.gk_npro_mainwrap {
    background: none repeat scroll 0 0 transparent;
    border: 0px solid #F5F5F5;
    color: #575757;
    overflow: hidden;
    padding-bottom: 10px;
}

h4.ta_left, p.ta_left {
    margin-bottom: 8px;
    text-align: left;
}
gk_npro-newspro1 {
	font-size:11px;	
}

#side a {
	color:#08182C;
}

.moduletable_side p {
	padding:7px;
}

#header a {
	color:#fff;
	
}

#main_images_wrapper1 {
	margin-left:-6px !important;
	padding-left:0px !important;
	
}

img, fieldset {
    border: 1px solid #cccccc;
	padding:3px;
}

#side img, fieldset {
    border: 0px solid #cccccc;
	padding:0px;
}