/*******************************************************************************

	CSS on Sails Framework
	Title: Garnat Properties
	Author: XHTMLized (http://www.xhtmlized.com/)
	Date: September 2011

********************************************************************************

	1. BASE
		1.1 Reset
		1.2 Accessibility Navigation & Hide
		1.3 Clearfix
		1.4 Default Styles

	2. COMMON
		2.1 Container
		2.2 Header
		2.3 Navigation
		2.4 Content
		2.5 Sidebar
		2.6 Footer

	3. PAGES
		3.1 Home


	4. PRINT

*******************************************************************************/


/* 1. BASE
--------------------------------------------------------------------------------
==============================================================================*/


/* 1.1 Reset
------------------------------------------------------------------------------*/

* {
	margin: 0;
}

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

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


/* 1.2 Accessibility Navigation & Hide
------------------------------------------------------------------------------*/

#accessibility-nav, 
.hide {
	position: absolute;
	top: -999em;
	left: -999em;
	height: 1px;
	width: 1px;
}


/* 1.3 Clearfix
------------------------------------------------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}


/* 1.4 Default Styles
------------------------------------------------------------------------------*/

html, body {
	height: 100%;
}

body {
	font: 12px/18px 'Myriad Pro', Arial, Helvetica, sans-serif;
	color: #444;
	background: #fff;
}

hr {
	display: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

th, td {
	vertical-align: top;
}

th {
	font-weight: normal;
	text-align: left;
}

address, cite, dfn {
	font-style: normal;
}

abbr, acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
}

textarea {
	 overflow: auto;
}

a, a:visited {
	text-decoration: none;
	color: #00f;
	
}

a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #f00;
}

h3 {
	font-size: 24px;
	line-height: 32px;
	font-style: italic;
	color: #231f20;
}

h3 span {
	color: #1784cb;
}

/* 2. COMMON
--------------------------------------------------------------------------------
==============================================================================*/


/* 2.1 Container
------------------------------------------------------------------------------*/

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -71px;
}

.container {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#header,
#footer {
	background-image: url(../images/common/bg_footer.png);
}

.subnav a {
	background-image: url(../images/common/subnav_bg.png);
}

.subnav a,
#header,
#footer {
	background-color: #dbd9e3;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#dbd9e3));
	background-image: -webkit-linear-gradient(top, #fff, #dbd9e3);
	background-image: -moz-linear-gradient(top, #fff, #dbd9e3);
	background-image: -o-linear-gradient(top, #fff, #dbd9e3);
}

/* 2.2 Header
------------------------------------------------------------------------------*/

#header {
	position: relative;
	z-index: 300;
	width: 100%;
	height: 68px;
	border-bottom: 1px solid #fff;
}

#header .site-name,
#header .site-name span {
	display: block;
	overflow: hidden;
	width: 226px;
	height: 211px;
}

#header .site-name {
	position: relative;
}

#header .site-name span {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 300;
	background: url(../images/common/logo.png) no-repeat;
}

#header a.site-name span {
	cursor: pointer;
}

.call-us {
	float: right;
	margin-right: 35px;
	padding-top: 21px;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	color: #e09b00;
}

.tel {
	margin-left: 11px;
	padding-left: 37px;
	font-size: 30px;
	line-height: 30px;
	font-style: italic;
	color: #6a6a6a;
	background: transparent url(../images/common/sprite.png) no-repeat left -50px;
}


/* 2.3 Navigation
------------------------------------------------------------------------------*/

#navigation {
	position: absolute;
	z-index: 200;
	width: 100%;
	height: 36px;
	top: 0;
	background: url(../images/common/nav_bg.png) repeat-x 0 0; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(100,100,100,0.8) 0%, rgba(77,77,77,0.8) 50%, rgba(53,53,53,0.8) 51%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(100,100,100,0.8)), color-stop(50%,rgba(77,77,77,0.8)), color-stop(51%,rgba(53,53,53,0.8)), color-stop(100%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(100,100,100,0.8) 0%,rgba(77,77,77,0.8) 50%,rgba(53,53,53,0.8) 51%,rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(100,100,100,0.8) 0%,rgba(77,77,77,0.8) 50%,rgba(53,53,53,0.8) 51%,rgba(0,0,0,0.8) 100%); /* Opera11.10+ */
	background: linear-gradient(top, rgba(100,100,100,0.8) 0%,rgba(77,77,77,0.8) 50%,rgba(53,53,53,0.8) 51%,rgba(0,0,0,0.8) 100%); /* W3C */
}

#navigation ul {
	margin-left: 236px;
	position: relative;
	z-index: 200;
	height: 36px;
	font-size: 14px;
	line-height: 36px;
}

#navigation li {
	height: 36px;
	margin: 0 1px;
	padding: 0 16px;
	float: left;
	position: relative;
	z-index: 200;
}

#navigation li:hover {
	background: #646464 url(../images/common/nav_hover.png) repeat-x 0 0; /* Old browsers */
	background: -moz-linear-gradient(top, #646464 0%, #4d4d4d 65%, #353535 66%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#646464), color-stop(65%,#4d4d4d), color-stop(66%,#353535), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #646464 0%,#4d4d4d 65%,#353535 66%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #646464 0%,#4d4d4d 65%,#353535 66%,#000000 100%); /* Opera11.10+ */
	
	background: linear-gradient(top, #646464 0%,#4d4d4d 65%,#353535 66%,#000000 100%); /* W3C */
}

#navigation a {
	color: #fff;
	text-shadow: 1px 1px #000;
}

#navigation a:hover {
	text-decoration: none;
}

#navigation li span {
	display: block;
	position: absolute;
	
	bottom: -9px;
	left: 0;
	margin-left: 28%;
	width: 23px;
	height: 13px;
	background: none;
}

#navigation li:hover span {
	background: transparent url(../images/common/nav_spike.png) no-repeat 0 0;
}

/* 2.4 Content
------------------------------------------------------------------------------*/

#content {
	width: 100%;
	padding-top: 10px;
	border-top: 1px solid #fff;
	
	background: #dddbe4;
	background: url(../images/common/content_bg.png) repeat-x 0 0;
	background: -moz-linear-gradient(top, #dddbe4 0%, #ffffff 16%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddbe4), color-stop(16%,#ffffff), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, #dddbe4 0%,#ffffff 16%,#ffffff 100%);
	background: -o-linear-gradient(top, #dddbe4 0%,#ffffff 16%,#ffffff 100%);
	background: linear-gradient(top, #dddbe4 0%,#ffffff 16%,#ffffff 100%);
}

.boxes {
	overflow: hidden;
	padding-bottom: 45px;
	background: transparent url(../images/common/boxes_shadow.png) no-repeat center bottom;
}

.box {
	float: left;
	width: 290px;
	padding: 0 13px 35px 18px;
	background: transparent url(../images/common/box_shadow.png) no-repeat left 0;
}

.box h3 {
	padding-left: 16px;
	font-weight: normal;
}

.box:first-child {
	padding-left: 15px;
	background-image: none;
}

.box h3 + span {
	display: block;
	position: relative;
	margin: 9px 0;
	padding: 3px;
	width: 280px;
	height: 79px;
	border: 1px solid #d6d6d6;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	line-height: 6px;
	text-align: center;
	background-color: #fff;
}

.box img {
	display: block;
	margin: 0 auto;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.box p {
	padding: 5px 4px;
	line-height: 15px;
        height: 90px;
}

.box .more {
	float: left;
	position: relative;
	margin: 3px 0;
	padding: 4px 5px 2px 11px;
	width: 47px;
	height: 12px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	behavior: url('_ui/js/PIE.htc');
	font-size: 11px;
	line-height: 12px;
	text-transform: uppercase;
	color: #fff;
}

.box .more span {
	position: absolute;
	right: 6px;
	top: 4px;
	width: 7px;
	height: 10px;
	background: transparent url(../images/common/sprite.png) no-repeat right -250px;
}

.box .more:hover {
	text-decoration: none;
	color: #f9b51c;
}

.box .more:hover span{
	background-position: right -275px;
}

/* 2.4.1 Banner
------------------------------------------------------------------------------*/

.pattern {
	position: absolute;
	top: 0;
	width: 100%;
	height: 445px;
	background: transparent url(../images/common/pattern.png) repeat center 0;
}

#banner {
	position: relative;
	width: 100%;
	height: 445px;
	background-color: #fff;
}

.tabs {
	float: right;
}

.tabs li,
.tabs a {
	display: inline-block;
}

.tabs a {
	width: 100%;
	height: 100%;
	background: #fff url(../images/common/tabs_bg.png) repeat-x 0;
}


.tabs li:hover a,
.tabs li.active a {
	background: #fff url(../images/common/hover.png) repeat-x 0 center;
}

.tabs li {
	float: left;
	position: relative;
	margin-left: 7px;
	border: 1px solid #fff;
	width: 11px;
	height: 11px;
	background-color: #fff;
}

.tabs li:hover,
.tabs li.active {
	border: 0;
	width: 13px;
	height: 13px;
}

.scrollable {
	position: relative;
	width: 100%;
	height: 445px;
	overflow: hidden;
}

.scrollable .items {
	width: 20000em;
	height: 445px;
	position: absolute;
}

.brow-width {
	height: 445px;
	text-align: center;
}

.items .intro {
	position: absolute;
	top: 135px;
	left: 50%;
	margin-left: -480px;
	padding-left: 323px;
	width: 647px;
	height: 310px;
	text-align: left;
}

.items > div {
	float: left;
	position: relative;
	text-align: center;
}

.items img {
	position: relative;
	z-index: 0;
}

h2 {
	font-size: 71px;
	font-weight: normal;
	font-style: italic;
	color: #fff;
        background-color: RGBA(0,0,0,0.4);
        border-radius: 20px 20px 0 0;
        padding-left: 20px;
}

h2 span {
	font-weight: bold;
}

.intro p {
	padding: 5px 3px;
	font-size: 21px;
	line-height: 26px;
	color: #fff;
        background-color: RGBA(0,0,0,0.4);
        border-radius: 0 0 20px 20px;
        padding-left: 20px;
}

.intro .more {
	float: right;
	position: relative;
	margin: 13px 41px 0 0;
	padding: 0 57px 0 30px;
	display: inline-block;
	width: 131px;
	height: 62px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	behavior: url('_ui/js/PIE.htc');
	font-size: 36px;
	line-height: 62px;
	font-weight: bold;
	font-style: normal;
	color: #fff;
}

.intro .more span {
	position: absolute;
	display: inline-block;
	width: 42px;
	height: 42px;
	top: 12px;
	right: 12px;
	
	background: transparent url(../images/common/sprite.png) no-repeat right -150px;
}

.intro .more:hover {
	text-decoration: none;
	color: #f9b51c;
}

.intro .more:hover span {
	background-position: right -350px;
}

/* 2.5 Sidebar
------------------------------------------------------------------------------*/

#sidebar {
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	width: 226px;
	height: 400px;
	z-index: 300;
	box-shadow: 0 -40px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 -40px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 -40px 5px rgba(0,0,0,0.5);
}
.subnav a {
	display: block;
	position: relative;
	margin: 3px 0;
	padding-left: 25px;
	font-size: 18px;
	height: 39px;
	line-height: 39px;
	color: #231f20;
}

.subnav a:hover {
	text-decoration: none;
	color: #fff;
}

.intro .more {
	background: #0fa1e8;
	background-image: url(../images/common/more_hover.png);
}

.box .more,
.subnav a:hover {
	background: #0fa1e8;
	background-image: url(../images/common/subnav_hover.png);
}

.intro .more,
.box .more,
.subnav a:hover {
	background: -moz-linear-gradient(top, #0fa1e8 0%, #059fe0 50%, #047bb7 50%, #035481 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0fa1e8), color-stop(50%,#059fe0), color-stop(50%,#047bb7), color-stop(100%,#035481));
	background: -webkit-linear-gradient(top, #0fa1e8 0%,#059fe0 50%,#047bb7 50%,#035481 100%);
	background: -o-linear-gradient(top, #0fa1e8 0%,#059fe0 50%,#047bb7 50%,#035481 100%);
	background: linear-gradient(top, #0fa1e8 0%,#059fe0 50%,#047bb7 50%,#035481 100%);
	-pie-background: linear-gradient(top, #0fa1e8 0%,#059fe0 50%,#047bb7 50%,#035481 100%);
}

.subnav a:hover span {
	position: absolute;
	display: inline-block;
	top: 11px;
	right: 11px;
	width: 15px;
	height: 22px;
	background: transparent url(../images/common/sprite.png) no-repeat 0 0;
}

/*.subnav li:hover {
	border: 0;
	height: 41px;
}

.subnav li:hover a {
	line-height: 41px;
	text-decoration: none;
	background: transparent url(../images/common/sprite.png) no-repeat 175px 12px;
}*/

/* 2.6 Footer
------------------------------------------------------------------------------*/

.push {
	clear: both;
	height: 0px;
}

#footer {
	clear: both;
	width: 100%;
	height: 69px;
	box-shadow: 0 0 6px #e0e0e0;
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #fff;
}

.copyright p {
	margin-top: 27px;
}


/* 3. PAGES
--------------------------------------------------------------------------------
==============================================================================*/


/* 3.1 Home
------------------------------------------------------------------------------*/



/* 4. PRINT
--------------------------------------------------------------------------------
==============================================================================*/


@media print {

	body { 
		font: normal normal 12pt/1.5em "Times New Roman", Times, serif; 
	}

	a[href]:after { 
		content: " (" attr(href) ") "; 
		font-size: 90%; 
	}

	a[href^="/"]:after { 
		content: " (http://domain.com" attr(href) ") "; 
	}

	ol#accessibility-nav, 
	.hide { 
		display: none !important; 
	}
}	


/******************************************************************************
My CSS
*******************************************************************************/

/******************************************************************************
Fonts
*******************************************************************************/
@font-face {
    font-family: 'DroidSansRegular';
    src: url('../fonts/DroidSans-webfont.eot');
    src: url('../fonts/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DroidSans-webfont.woff') format('woff'),
         url('../fonts/DroidSans-webfont.ttf') format('truetype'),
         url('../fonts/DroidSans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DroidSansBold';
    src: url('../fonts/DroidSans-Bold-webfont.eot');
    src: url('../fonts/DroidSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DroidSans-Bold-webfont.woff') format('woff'),
         url('../fonts/DroidSans-Bold-webfont.ttf') format('truetype'),
         url('../fonts/DroidSans-Bold-webfont.svg#DroidSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	font: 12px/18px 'DroidSansRegular', Arial, Helvetica, sans-serif;
	color: #444;
	background: #fff;
}
.clearAll
{
    clear: both;
    line-height: 0px;
}
#informationPages p
{
    line-height: 1.2em;
    margin-left: 10px;
}
#informationPages p:nth-child(3)
{
    margin-top: 20px;
}

#informationPages img
{
    border-radius: 30px;
}

#informationPages ul
{
    margin-top: 15px;
}
#informationPages ul li
{
    list-style-type: none;
    list-style-image: url(../images/common/bullet.png);
    margin-left: 15px;
    margin-bottom: 5px;
}

