/* 

Quick Host - CSS File

*/


@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;

}




/* #Base 960 Grid
================================================== */

    .container					                { position: relative; width: 960px; margin: 0 auto; padding: 0; }
    .column, .columns                           { float: left; display: inline; margin-left: 0px; margin-right: 0px; }
    .row                                        { margin-bottom: 20px; }

    /* Nested Column Classes */
    .column.alpha, .columns.alpha               { margin-left: 0; }
    .column.omega, .columns.omega               { margin-right: 0; }

    /* Base Grid */	
	.container .one.column						{ width: 60px;  }
	.container .two.columns 					{ width: 140px; }
	.container .three.columns 					{ width: 280px; margin-right:20px; }
	.container .four.columns 					{ width: 280px; margin-right:30px; }
	.container .five.columns 					{ width: 380px; }
	.container .six.columns 					{ width: 460px; }
	.container .seven.columns 					{ width: 540px; }
	.container .eight.columns 					{ width: 630px; }
	.container .nine.columns 					{ width: 700px; }
	.container .ten.columns 					{ width: 780px; }
	.container .eleven.columns 					{ width: 860px; }
	.container .twelve.columns 					{ width: 940px; }

    /* Offsets */
	
	.container .offset-by-one                	{ padding-left: 80px;  }
    .container .offset-by-two                	{ padding-left: 160px; }
    .container .offset-by-three              	{ padding-left: 240px; }
    .container .offset-by-four               	{ padding-left: 320px; }
    .container .offset-by-five               	{ padding-left: 400px; }
    .container .offset-by-six                	{ padding-left: 480px; }
    .container .offset-by-seven              	{ padding-left: 560px; }
    .container .offset-by-eight              	{ padding-left: 640px; }
    .container .offset-by-nine               	{ padding-left: 720px; }
    .container .offset-by-ten                	{ padding-left: 800px; }
    .container .offset-by-eleven             	{ padding-left: 880px; }
	



/*** GLOBAL  ***/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7a7d80;
	margin:0 auto;
	padding:0;
	line-height:20px;
	background:#f5f5f5; 
}
* {
	margin:0;
	padding:0;
}
*:focus {
	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
					 if you want to keep it! */
}
.clearfix{clear:both; height:1px !important; line-height:1px !important; float:none!important;}
form{margin:0; padding:0;}
hr {
	border-width:0;
	height:1px;
	line-height:0;
	margin:0px 0px 30px 0px;
	padding:30px 0px 0px 0px;
	page-break-after:always;
	text-align:center;
	border-bottom:1px solid #d2d7db;
	width:100%;
	clear:both;
}

hr.sparator{
	border-width:0;
	height:1px;
	line-height:0;
	padding:0px;
	margin:0px 0px 10px 0px;
	page-break-after:always;
	text-align:center;
	width:100%;
	clear:both;
}


/*** END OF GLOBAL  ***/

/*** DEFAULT ELEMENT STYLES ***/
/* heading */
h1, h2 {margin-bottom:15px; font-family:"DroidSansRegular", Verdana, Arial; font-weight:normal; }
h3, h4, h5, h6{margin-bottom:8px; font-family:"DroidSansRegular", Verdana, Arial; font-weight:normal; }
h1, h2{ color:#b30004;}
h3, h4, h5, h6{color:#2a2e31;}

h1 {font-size:24px; line-height:30px;}
h2 {font-size:17px; line-height:23px;}
h3 {font-size:17px; line-height:20px;}
h4 {font-size:13px; line-height:20px;}
h5 {font-size:12px; line-height:20px;}
h6 {font-size:11px; line-height:normal}


/* links */
a, a:visited {text-decoration:none; color:#b30004;}
a:hover{text-decoration:none; color:#c70004;}
a img{border:none}

/* image */
img{max-width:100%;}

/* float align */

.photo{ padding:2px; border:#CCC solid 1px; margin-bottom:7px; margin-right:7px;}
.photo_div{ float:left; margin-right:30px; width:180px; margin-bottom:20px; text-align:center;}
.photo_01{ padding:2px; border:#CCC solid 1px; margin-bottom:7px; height:250px;}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 3px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
	margin-top: 5px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignnone,
img.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top:3px;
}

img.alignleft, 
img.alignright, 
img.aligncenter,
img.alignnone {
	margin-bottom: 12px;
}

/* lists, blockquotes and paragraphs */
p, ul, ol, blockquote {
	margin-bottom:15px;
}
ul, ol {
	margin:10px 0 20px 20px;
}
li ol,
li ul
{
	list-style:square;
	margin-bottom:0;
	margin-top:0;
}
li ol {list-style:decimal;}
	
blockquote {
	font-style:italic;
	margin:0px 0 20px 0px;
	padding:6px 10px 0px 10px;
	background-image:url(../images/quote.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	clear:both;
	font-size:13px;
	line-height:20px;
}

blockquote p{ margin:0px;}


/* code */
code {
	font-family:Verdana, Arial;
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	border-left:4px solid #dbdbdb;
	padding:15px 10px;
}

.no-margin{ margin:0px!important;}

/*** END OF DEFAULT ELEMENT STYLES ***/

/*** CONTAINER ***/

#wrapper{ background:url(../images/bg-body.gif) repeat-x; background-position:0 170px;}
#bg-gray{ height:169px; position:relative; background:#484a4c;  z-index:0; border-top:1px solid #b9bdc3; }
#bg-gray .light{background: url(../images/light.png) no-repeat top left; width:1300px; height:169px; margin:0px auto;}
#main-frame{ width:1000px; margin:0 auto; z-index:10; position:relative; margin-top:-169px;  }
#frame{background:#fff; padding-bottom:50px;}
#wrapper-footer{ background:#dedfdf;}

	

/*** TOP AREA & MENU ***/
#top{ clear:both; margin-top:10px; padding-bottom:5px;}

#logo{float:left;}

#topsearch{ float:right;}
#topsearch .inputbox{width:170px; padding:4px 5px; background:#fff;}


#nav{position:relative;	z-index:100; float:left; padding:0;  width:100%;
	background:url(../images/bg-nav.png) repeat-x;
}

#frame.inner #nav{height:58px;}

#nav select {display: none;}

#topnav{
	margin:0px 0 0 17px;
	margin-top:-5px;
	padding:0;
	list-style-type:none;
	overflow:visible;
	position:relative;
	float:left;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
  }

.sf-menu a:hover{ color:#fff; background:#ca0005; }
.sfHover a, .sfHover a.sf-with-ul {color:#fff;}
.sfHover li a.sf-with-ul { color:#2a2e31!important; }
.sf-menu ul li.sfHover > a { color:#2a2e31; }
.sf-menu a {
	color:#2a2e31; text-decoration:none!important;
	display:		block;
	position:		relative;
	padding: 		26px 20px 19px 20px!important;
	text-decoration:none;
	font-weight:normal;
}

.sf-menu li li {
	border-bottom:1px solid #f4f5f5;
	border-top:1px solid #c1c1c2; 
}

.sf-menu li a.current{background:#ca0005; color:#fff;}

.sf-menu li li:last-child {
	border-bottom:1px solid #f4f5f5;
}
.sfHover{background:#ca0005;}


/* Drop down menu */
.sf-menu ul a:hover {
	background:transparent; 
}
.sf-menu li li {
	background:url(../images/bg-dropdown.png); 
}
.sf-menu li li:first-child {
	border-top:0px solid #e2e2e2;
}
.sf-menu li li li:first-child {
	border-top:1px solid #c7c7c7;
}

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	font-size:13px;
	
}
.sf-menu {
	line-height:100%;
	position:absolute;
	right:0;
	bottom:0;
	float:left;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			20em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	margin:0px 5px;
}

.sf-menu li li{margin:0px 0px;}


.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			4.5em; /* match top ul list item height */
	z-index:		99;

}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			-1px;
	margin-left:	0px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
	
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			-1px;
	
}
.sf-menu ul li a{
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:10px 15px 10px 15px!important;
	color:#2a2e31;
}

.sf-menu ul li a:hover{ color:#ca0005;}
.sf-menu li ul {
	padding:0px;
}
.sf-menu a.sf-with-ul {
	padding-right: 	0px;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			10px;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
}



 /*** HEADER & SLIDER ***/
#header{ background:url(../images/shadow.png) no-repeat bottom; margin-bottom:20px; }
.inner #header{ padding-bottom:10px!important; background:none;}

/* Slider */
#slider-container{margin:0px; clear:both!important;  }
.theme-default .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
}

.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.theme-default .nivoSlider a {	border:0;	display:block;}

.theme-default .nivo-directionNav a {
	display:block;
	width:36px;
	height:36px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}

.theme-default a.nivo-nextNav {	background-position:-36px 0; right:30px;}
.theme-default a.nivo-nextNav:hover{background-position:-36px 0;}

.theme-default a.nivo-prevNav {	left:30px;}

.theme-default .nivo-caption { font-family:"DroidSansRegular", Verdana, Arial, Verdana;}

.theme-default .nivo-caption h1{ margin-bottom:0px; color:#b30004;}

#slider{ width:100%; height:388px; position:relative; overflow:hidden;  }




/* CONTENT */
.info-package .four.columns{ background:url(../images/bg-package.png) no-repeat; color:#fff; }
.info-package .package{padding:15px 0px 15px 20px; float:left;}
.info-package .four.columns h1{ color:#fff; font-size:28px; margin-bottom:0px;}
.info-package .four.columns ul{ margin:0px; padding:0px; float:left; list-style-type:none;}
.info-package .four.columns ul li{ background:url(../images/icons/icon-check.png) no-repeat 0px 8px; padding-left:15px;}
.info-package .four.columns .price{ float:left; font-size:26px; padding:15px 0px 0px 30px; }

.four.columns p{ overflow:hidden}


/* SIDEBAR */
.sidebar{}
.sidebar h2{font-size:17px;}
.sidebar .widget-title{margin-bottom:5px; font-size:17px; color:#fff; padding:12px 19px; 
	background:#303437;
	background: -webkit-gradient(linear, left top, left bottom, from(#3f4448), to(#303437));
	background: -moz-linear-gradient(top,  #3f4448,  #303437);
	background: -o-linear-gradient(top,  #3f4448,  #303437);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f4448', endColorstr='#303437');
 }
.sidebar ul{
	list-style-type:none;
	list-style-position:outside;
	margin:0;
	padding:0;
}
.sidebar ul li{
	list-style-type:none;
	margin:0;
	padding:0px;
 }


.sidebar ul li li{
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 5px 0px;
	background:url(../images/doubleline.gif) repeat-x bottom;
}

.sidebar ul li li:last-child{ background:none;}

.sidebar ul li li a{ color:#7a7d80;
	padding:7px 0px 7px 30px;
	margin-left:20px;
	display:inline-block;
	background:url(../images/arrow-sidebar.png) no-repeat 0px 7px;
}

.sidebar ul li li a:hover{ color:#b30004;}

.sidebar .widget-container{margin-bottom:40px; background:#f8f8f8;}

.sidebar .widget-container.newsletter{ margin-bottom:40px;}
.sidebar .widget-container.newsletter .inputbox{ margin-bottom:10px; width:95%; font-size:11px; background:#fff; border:0px;}
.sidebar .widget-container.newsletter .button{ background:#8b8b8b;}

.sidebar .textwidget, .sidebar .newsletter{ background:#f4f4f4; padding:22px 20px; margin-bottom:0px;}
.sidebar .textwidget.support{ background:#fcfcfc;}
.sidebar .textwidget h2, .sidebar .newsletter h2, .sidebar .testiwidget h2{ color:#2a2e31; margin-bottom:8px;}

.sidebar .widget-container.contactwidget h2{color:#2a2e31; margin-bottom:18px;}
.sidebar .widget-container.contactwidget{ background:none; padding:0px;}

.sidebar .newpost{ width:260px; margin:20px auto;}


.sidebar .testiwidget{background:#ededed; padding:22px 20px; margin-bottom:0px;}
.sidebar .testiwidget li{ background:url(../images/doubleline.gif) repeat-x bottom!important; padding-bottom:15px; margin-bottom:15px;}
.sidebar .testiwidget p{ color:#b30004; margin-bottom:0px;}

.sidebar .download{ padding:10px 0px; clear:both;}

/*** FOOTER ***/
#banner-footer{width:1000px; margin:0 auto; background:#d4d4d4; padding:11px 0px;}
#banner-footer img{ float:left;}


.footer{ padding-top:35px;}
.footer h2.widget-title{ font-size:17px; color:#2a2e31; font-family:"DroidSansRegular", Verdana, Arial; }
.footer ul{ margin:0px 0px 30px 0px; padding:0px; list-style-type:none;}
.footer .widget-container{  color:#7c7d7e;}
.footer .widget-container li{ list-style-type:none; background:url(../images/arrow-footer.gif) no-repeat 0px 8px; padding-left:13px; padding-bottom:5px; margin-bottom:5px;  }
.footer .widget-container li a{color:#7c7d7e;}
.footer .widget-container li a:hover{ text-decoration:underline;}

#copyright{ padding:24px 0px; color:#7c7d7e; background:url(../images/line-footer.gif) repeat-x;}




/*=======================================*/
.backtop{text-align:right; float:right; position:relative; margin-bottom:-40px; }

/*== Column Layouts ==*/
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth{margin-right: 4%; position:relative; float:left; }
.one_half{ width:48%; }
.one_third{width:30.6666%;}
.one_fourth{width:22%; }
.one_fifth{width: 16.8%;}
.one_sixth {width: 13.3333%;}

.two_third{width: 65.3332%;}
.two_fourth {width: 48%;}
.two_fifth {width: 37.6%;}
.two_sixth {width: 30.6666%;}

.three_fourth{width:74%;}
.three_fifth {width: 58.4%;}
.three_sixth {width: 47.9998%;}

.four_fifth {width: 79.2%;}
.four_sixth {width: 65.3332%;}

.five_sixth {width: 82.6665%;}
.last{ margin-right:0 !important; clear:right; }


/*== Column List ==*/
.four_column{list-style-type:none; margin:0px; padding:0px;}
.four_column li{list-style-type:none;width:22%; margin-right:4%; float:left;}
.four_column p{margin-bottom:10px;}

.three_column{list-style-type:none; margin:0px; padding:0px;}
.three_column li{list-style-type:none;width:30.66%; margin-right:4%; float:left;}
.three_column p{margin-bottom:10px;}

.two_column{list-style-type:none; margin:0px; padding:0px;}
.two_column li{list-style-type:none;width:48%; margin-right:4%; float:left;}
.two_column p{margin-bottom:10px;}

.three_four_column{list-style-type:none; margin:0px; padding:0px;}
.three_four_column li{list-style-type:none;width:74%; margin-right:4%; float:left;}
.three_four_column p{margin-bottom:10px;}

.two_column li li, .three_column li li, .four_column li li, .three_four_column li li{margin:0px; width:auto !important; float:none;}

/* Form and Button */
input[type="text"],
textarea {	padding: 5px 5px; width:100%; border:1px solid #dedede; color:#b4b4b4; background:#f8f8f8;}
	
.button:hover, .reply:hover{color:#fff;}
.button, .button:visited, .reply, .reply:visited{
	padding:6px 15px;
	display:inline-block;
	font-size:11px;
	text-align:center;
	color:#fff;
	border:0px;
	background:#b30004;
	background: -webkit-gradient(linear, left top, left bottom, from(#d10005), to(#b30004));
	background: -moz-linear-gradient(top,  #d10005,  #b30004);
	background: -o-linear-gradient(top,  #d10005,  #b30004);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#d10005', endColorstr='#b30004');
	cursor:pointer;
}

a.more{ background:url(../images/arrow-red.png) no-repeat 0px 3px; display:inline-block; padding:2px 0px 2px 25px;}
a.more:hover{ text-decoration:underline;}

/* == Dropcaps == */
.dropcap1{
	text-shadow:1px 1px 0 #ccc;
	display:block;
	float:left;
	font-size:34px;
	line-height:34px;
	margin:2px 8px 0 0;
	color:#ccc;
	
}
.dropcap2{
	display: block;
	width: 40px;
	height: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	-khtml-border-radius: 40px;
	border-radius: 40px;
	float:left;
	font-size:25px;
	line-height:40px;
	text-align: center;
	margin:0px 8px 0 0;
	background-color:#989898;
	color:#fff;
}
.dropcap3{
	background-color:#989898;
	color:#fff;
	display:block;
	float:left;
	font-size:25px;
	line-height:40px;
	width:40px;
	height:40px;
	text-align: center;
	margin:6px 8px 0 0;
}

/*== Highlight ==*/
.highlight1{padding:2px 5px;background-color:#e6e8e8;color:#000; border:solid 1px #ccc}	
.highlight2{padding:2px 5px;background-color:#666666;color:#fff; border:solid 1px #333}	



/*==== Pullquotes ====*/
.pullquote-right,.pullquote-left{
	padding:0px 10px;
	float:right;
	font-style:italic;
	font-size:14px;
	letter-spacing:0px;
	line-height:20px;
	margin:0px 2px 20px 20px;
	padding:10px 20px;
	width:50%;
	font-family:"Bookman Old Style", Georgia, arial;
	color:#454545;
	background-color:#eeefef;
	}
.pullquote-left{float:left;margin-left:2px;margin-right:20px;}


/*== Bullet List ==*/
.bullet{
	margin:0;
	padding:0;
	list-style-type:none;
}	
.bullet li{
	background: transparent url(../images/arrow_check.png) no-repeat;
	background-position:0 1px;
	margin:0;
	padding:0 0 8px 25px;
	list-style-type:none;
}
.bullet.arrow li{
	background: transparent url(../images/arrow_small-check.png) no-repeat;
	background-position:0 5px;
}

/* JQUERY TOGGLE */
div.trigger {border-bottom:solid 1px #dedede; background-color:#fff;}
div.trigger span {	color:#b30004;	background: url(../images/trigger.png) no-repeat 0px 3px; font-size:14px; }
div.active{background-color:#fff; }
div.active span{color:#2a2e31 ;}
div.trigger a:hover {color:#b30004;}
.toggle_container {	border:solid 0px;}
div.trigger {
	padding: 7px 0px;
	margin: 0 0 0px 0;
	width:auto;
	font-size:12px;
	font-weight: normal;
	border-top:0px;
}

div.trigger span {
	text-decoration: none;
	display: block;
	padding-left:25px;
	line-height:normal;
	cursor:pointer;
}
div.active span{background-position:0px -10px !important;}
div.active {background-position: left bottom;}
.toggle_container {
	margin: 10px 25px;
	padding: 0;
	overflow: hidden;
	clear: both;

}
.toggle_container .block {
	padding: 0px;
}
.toggle_container .block p {
	margin-bottom: 10px;
}
