/* Start of CMSMS style sheet 'Landing' */
/* Eric Meyer Reset */
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	/*
	Off because selections appear under backgroun image links*/
	line-height: 1.2;
	color: black;
	background-color: #004460;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* Main */

body {
	font-family: Calibri, Tahoma, Arial, Helvetica, sans-serif;
	color: #555;
	font-size: 90%;
}

label {
	margin: 2px;
	display: block;
}

input {
	background-color: #C5C5C5;
	background-image: url('uploads/images/input-bg.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 4px 6px;
	border: 0;
	-moz-border-radius: 10px 10px 0 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-radius: 10px 10px 0 10px;
	margin: 2px;
}

select {
	background-color: #C5C5C5;
	background-image: url('uploads/images/input-bg.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 4px 6px;
	border: 0;
	-moz-border-radius: 10px 10px 0 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-radius: 10px 10px 0 10px;
	margin: 2px;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-color: #C5C5C5;
	background-image: url('uploads/images/input-bg.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 4px 6px;
	border: 0;
	-moz-border-radius: 10px 10px 0 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-radius: 10px 10px 0 10px;
	margin: 2px;
}

p {
	margin: 15px 0;
}

strong {
	font-weight: bold;
}

hr {
	color: #DDD;
	background-color: #DDD;
	border: none;
	height: 1px;
}


/* ids */

#header-top {
	background-image: url('uploads/images/header-top-bg.jpg');
	background-color: #FF6500;
	background-repeat: repeat-x;
	background-position: bottom;
	height: 198px;
}

#header-top .wrap {
	width: 1000px;
}

#header-navigation {
	background-image: url('uploads/images/header-navigation-bg.jpg');
	background-repeat: repeat-x;
	height: 67px;
}

#footer {
	background-image: url('uploads/images/footer-bg.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 10px;
}

.wrap {
	margin: 0 auto;
	width: 960px;
}

.clearfix {
	overflow: hidden;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.align-top {
	vertical-align: top;
}

.align-bottom {
	vertical-align: bottom;
}

.align-middle {
	vertical-align: middle;
}

#header-navigation ul {
	padding: 20px 0 0 0;
}

#header-navigation ul li {
	display: inline;
	list-style-type: none;
	font-size: 130%;
	color: #004460;
}

#header-navigation ul li a:link, #header-navigation ul li a:visited {
	color: #004460;
	text-decoration: none;
	padding: 7px;
}

#header-navigation ul li a:hover {
	color: #002240;
	text-shadow: #6374AB 1px 1px 2px;
}

#content .bubble {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #FFF;
	padding: 15px;
	-moz-box-shadow: 0 0 10px #000;
}

#content .bubble > .float-left {
	width: 545px;
	line-height: 1.4;
}

#content .bubble > .float-right {
	width: 365px;
}

#content .bubble h1 {
	font-size: 150%;
	font-weight: bold;
	color: #F47320;
}

#content .bubble h2 {
	font-size: 150%;
	font-weight: bold;
	color: #004460;
}

#footer .wrap {
	padding: 15px;
}

#footer #links div {
	font-size: 80%;
	color: #FFF;
	padding: 0 35px;
}

#footer #links div strong {
	font-size: 130%;
}

#footer #links div a:link, #footer #links div a:visited {
	color: #FFF;
	text-decoration: none;
}

#footer #links div a:hover {
	color: #AAA;
	border-bottom: 1px dotted #AAA;
}

#developer {
	clear: both;
	padding: 15px 35px;
}

#developer a:link, #developer a:visited {
	color: #fff;
	text-decoration: none;
	font-size: 80%;
}

#developer a:hover {
	color: #AAA;
	border-bottom: 1px dotted #AAA;
}

.small {
	font-size: 80%;
}

.medium {
	font-size: 100%;
}

.breadcrumb {
	padding: 10px 8px;
	color: white;
	font-size: 80%;
}

.breadcrumb a:link, .breadcrumb a:visited {
	color: #FFF;
	text-decoration: none;
}

.breadcrumb a:hover {
	color: #AAA;
	border-bottom: 1px dotted #AAA;
}

.button {
	cursor: pointer;
}

.expand a:link, .expand a:visited {
	color: #FFF;
	text-decoration: none;
}

.expand a:hover {
	color: #AAA;
}

.expand h3 {
	font-size: 120%;
	font-weight: bold;
}

.expand .title {
	padding: 5px 10px;
	color: #FFF;
	background-color: #004460;
	background-image: url('uploads/images/expand-title-bg.jpg');
	background-repeat: repeat-x;
	-moz-border-radius: 10px 10px 0 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-radius: 10px 10px 0 10px;
}

.expand .content {
	display: none;
	padding: 10px;
}

.expand .content div {
	padding: 15px 0;
}

.expand .content div.text {
	padding-left: 20px;
	width: 250px;
}

#enquiry-form {
	padding: 15px 0 0 0;
	font-size: 80%;
}

#enquiry-form table td {
	padding: 0 5px;
}

#enquiry-form div {
	padding: 1px 0;
}

#enquiry-form input, #enquiry-form textarea, #enquiry-form select {
	width: 203px;
}

#enquiry-form input.button {
	width: 150px;
	height: 40px;
	background-color: #FF7C24;
	background-image: url('uploads/images/submit-btn.jpg');
	background-position: top;
	color: #FFF;
}

.half-price-box {
	color: #FFF;
	padding: 10px 20px;
	background-image: url('uploads/images/half-price-box-bg.jpg');
	height: 135px;
	-moz-border-radius: 20px 20px 0 20px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	border-radius: 20px 20px 0 20px;
	font-size: 80%;
	margin-bottom: 10px;
}

.half-price-box div.img {
	left: 250px;
	top: -185px;
	position: relative;
	float: left;
	width: 0;
	height: 0;
}

.half-price-box .title {
	font-size: 200%;
	font-weight: bold;
	padding-bottom: 10px;
	display: block;
}

.half-price-box div {
	padding-bottom: 10px;
}

.half-price-box a:link, .half-price-box a:visited {
	color: #F47320;
	text-decoration: none;
	font-size: 120%;
	font-weight: bold;
}

.half-price-box a:hover{
	border-bottom: 1px dotted #F47320;
}

.enquiry-outer-box {
	padding: 10px 10px;
	background-image: url('uploads/images/enquiry-outer-box-bg.jpg');
	-moz-border-radius: 20px 20px 0 20px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	border-radius: 20px 20px 0 20px;
	margin-bottom: 10px;
}

.enquiry-inner-box .title {
	font-size: 295%;
	font-weight: bold;
	font-style: italic;
	color: #F47320;
}

.enquiry-inner-box {
	padding: 10px 10px;
	-moz-border-radius: 10px 10px 0 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-radius: 10px 10px 0 10px;
	font-size: 75%;
	background-color: #FFF;
}

.enquiry-inner-box #enquiry-image {
	margin-right: 20px;
}

.enquiry-inner-box .store-info {
	padding-top: 20px;
	font-size: 120%;
}

.map-outer-box {
	padding: 10px 10px;
	background-image: url('uploads/images/map-outer-box-bg.jpg');
	height: 236px;
	-moz-border-radius: 20px 20px 0 20px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	border-radius: 20px 20px 0 20px;
	margin-bottom: 10px;
}

.map-inner-box {
	padding: 10px 10px;
	-moz-border-radius: 10px 10px 0 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-radius: 10px 10px 0 10px;
	background-color: #FFF;
	height: 216px;
}

a#larger-map-link:link, a#larger-map-link:visited {
	font-weight: bold;
	color: #004460;
	text-decoration: none;
}

a#larger-map-link:hover {
	border-bottom: 1px dotted #000;
	color: #000;
}

.clear {
	clear: both;
}

#callback {
	background-image: url('uploads/images/callback-bg.jpg');
	height: 80px;
	position: relative;
	-moz-border-radius: 10px 10px 0 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-radius: 10px 10px 0 10px;
	padding: 10px 20px 20px 20px;
	color: #FFF;
	font-size: 75%;
	font-weight: bold;
	margin-bottom: 10px;
}

#callback input {
	background-color: #FFF;
	background-image: none;
	color: #AAA;
	width: 180px;
}

.orangeTxt {color:#F47320;}
.blueTxt {color:#004460;}

#callback input.button {
	background-color: #FF7C24;
	background-image: url('uploads/images/submit-btn.jpg');
	background-position: top;
	color: #FFFFFF;
	height: 30px;
	width: 120px;
}

#callback strong {
	color: #004460;
	font-size: 200%;
}

#callback div {
	padding: 10px 0;
}
.gadget {margin:10px 0 0 0 !important;}
.gadget span.powered, .gadget tr:last-child, .gadget div.add_this {display:none;}
.gadget span.title a {color:#F47320!important;
font-size:150%!important;
font-weight:bold;
text-decoration:none;
}
/* End of 'Landing' */

