/* 

Hosting Square - CSS File

*/

/*** GLOBAL  ***/
body {
	font-family: Arial, Tahoma, Verdana;
	font-size: 13px;
	margin: 0 auto;
	padding: 0;
	color: black;
	line-height: 20px;
	background-color: #e9e9e9;
}
* {
	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! */
}
.clear {
	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: 30px 0px;
	page-break-after: always;
	text-align: center;
	width: 100%;
	clear: both;
	color: #d3d8e0;
	background-color: #d3d8e0;
	background-repeat: repeat-x
}
input[type=text], textarea {
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	border-radius: 5px; /* CSS3 */
	border: solid 1px #d3d8e0;
	margin: 4px 4px 8px 0px;
	padding: 5px;
	color: #acacac;
	vertical-align: middle;
	font-size: 11px;
}
/*** END OF GLOBAL  ***/

/*** DEFAULT ELEMENT STYLES ***/
/* heading */
h1, h2 {
	margin-bottom: 12px;
	font-family: Arial, Verdana;
}
h3, h4, h5, h6 {
	margin-bottom: 8px;
	font-family: Arial, Verdana;
}
h1 {
	font-size: 30px;
	line-height: 33px;
}
h2 {
	font-size: 24px;
	line-height: 28px;
}
h3 {
	font-size: 20px;
	line-height: 24px;
}
h4 {
	font-size: 18px;
	line-height: 22px;
}
h5, h6 {
	font-size: 14px;
	line-height: 15px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #7b7b7b;
}
/* links */
a, a:visited {
	color: #e99719;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #f7aa34;
	text-decoration: underline;
}

a img {
	border: none
}


/* float align */
.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;
	text-align: center;
}
.alignnone, img.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
}
a img.aligncenter, a img.alignleft, a img.alignright {
	border-style:solid;
	border-width:2px;
	padding:1px;
}
img.alignleft, img.alignright, img.aligncenter, img.alignnone {
	margin-bottom: 5px;
}

/* lists, blockquotes and paragraphs */
p, ul, ol, blockquote {
	font-size: 14px;
	margin-bottom: 20px;
}
ul, ol {
	margin: 10px 0 20px 20px;
	list-style-position: inside
}
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 0px 0px;
	color: #9a9a9a;
	padding: 0px 10px 0px 60px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	clear: both;
}
blockquote.left, blockquote.right {
	float: right;
	letter-spacing: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-top: 0px;
	padding: 0px 20px 10px 60px;
	width: 43%;
	background-position: 0px 0px;
}
blockquote.left {
	float: left;
	margin-left: 0px;
	margin-right: 20px;
}
blockquote p {
	margin-bottom: 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 #e0e0e0;
	padding: 15px 10px;
}
/* text styled and button */

.button {
		padding: 4px 8px;
		font-size:16px;
		display: inline;
		background: #777 url(../images/button.png) repeat-x bottom;
		border: solid;
		border-width:1px;
		cursor: pointer;
		font-weight: bold;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		text-shadow: 1px 1px #666;
		}
	.button:hover {
		background-position: 0 center;
		text-decoration:none;
		}
	.button:active {
		background-position: 0 top;
		position: relative;
		top: 1px;
		padding: 6px 10px 4px;
		}
	.button.red { background-color: #e50000; }
	.button.purple { background-color: #9400bf; }
	.button.green { background-color: #58aa00; }
	.button.orange { background-color: #ff9c00; }
	.button.blue { background-color: #2c6da0; }
	.button.black { background-color: #333; }
	.button.white { background-color: #fff; text-shadow: 1px 1px #fff; }
	.button.small { font-size: 75%; padding: 2px 5px; }
	.button.small:active { padding: 4px 7px 2px; background-position: 0 top; }
	.button.large { font-size: 125%; padding: 7px 12px; }
	.button.large:active { padding: 8px 12px 6px; background-position: 0 top; }


/*** END OF DEFAULT ELEMENT STYLES ***/

/*** CONTAINER ***/
#wrapper-top {
	background-image: url(../images/bg-wrapper.gif);
	background-repeat: repeat-x;
	background-color: #fafafa
}
#wrapper-bottom {
	background-color: #e9e9e9;
	min-height: 390px;
}
#container-top {
	margin: 0 auto;
	width: 996px;
}
#container-bottom {
	margin: 0 auto;
	width: 990px;
}
/* TOP */
#top {
	height: 100px;
	margin-left: 3px;
}
#logo h1, #logo h1 a, #logo h1 a:visited {
	font-size: 40px;
	color: #3d73a2;
	margin-bottom: 0px;
	padding: 20px 0px 0px 40px;
	text-decoration: none;
	font-weight: normal;
}
#logo h1 a:hover {
	text-decoration: none;
}
#logo .desc {
	color: #7c7a6b;
	font-size: 14px;
	padding-left: 25px;
}
#logo {
	width: 320px;
	float: left;
}
#navtop {
	background-image: url(../images/bg-navtop.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 50px;
	position: relative;
	z-index: 100
}
#topnav, #topnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	line-height: 1.5em;
}
#topnav {
	padding: 10px 5px 0px 13px;
}
#topnav a {
	display: block;
	padding: 0px 0px;
	color: #323945;
	text-decoration: none;
	text-transform: uppercase;
	width: 120px;
}
#topnav a.current {
	color: #3e4653;
	background-image: url(../images/bg-navlink.gif);
	background-repeat: no-repeat;
}
#topnav a:hover {
	background-image: url(../images/bg-navlink.gif);
	background-repeat: no-repeat;
}
#topnav li a:hover {
	background-image: url(../images/bg-navlink.gif);
	background-repeat: no-repeat;
}
#topnav li:hover a, #topnav li.sfHover a {
	background-image: url(../images/bg-navlink.gif);
	background-repeat: no-repeat;
}
#topnav li:hover ul a:hover, #topnav li.sfHover ul a:hover {
	background-image: url(../images/bg-navlink.gif);
	background-repeat: no-repeat;
}
#topnav li {
	float: left;
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
	line-height: 38px;
	padding-bottom: 4px;
	padding-top: 2px;
	font-size: 12px;
	text-align: center;
	margin-right: 2px;
}
#topnav li#home {
	background-image: none;
}
#topnav li li {
	padding-right: 0px;
	text-transform: capitalize;
	line-height: 25px;
	padding: 0px 0px;
	background-image: none;
}
#topnav ul {
	position: absolute;
	display: none;
	width: 190px;
	left: 0px;
	background-color: #fff;
	padding-bottom: 3px;
	border: solid 1px #f3dcb5;
	border-width: 0px 1px 1px 1px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
#topnav li ul a {
	width: 144px;
	height: auto;
	margin: 0 13px;
	padding: 3px 10px 0px 10px;
	text-transform: capitalize;
	border-bottom: solid 1px #f4f5f5;
	text-align: left;
	color: #a1a1a1
}
#topnav li ul a, #topnav li ul a:hover {
	background-image: none !important;
}
#topnav li ul a:hover {
}
#topnav ul ul {
	top: 0px;
}
#topnav li ul ul {
	left: 12em;
	margin: 0px 0 0 0px;
}
#topnav li:hover ul ul, #topnav li:hover ul ul ul, #topnav li:hover ul ul ul ul {
	display: none;
}
#topnav li:hover ul, #topnav li li:hover ul, #topnav li li li:hover ul, #topnav li li li li:hover ul {
	display: block;
}
/* SLIDESHOW */
#slider-container {
	height: 380px;
	/* background-color: #fffff; */
	margin-bottom: 10px;
	background-image: url(../images/slider-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
	overflow:hidden;
	border: solid 1px #d3d8e0;
	-moz-border-radius: 5px; /* Firefox */
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px; /* Safari, Chrome */
	border-radius: 5px; /* CSS3 */
}
#slider-frame {
	background-image: url(../images/slider-frame.gif);
	background-repeat: no-repeat;
	position: absolute;
	width: 714px;
	height: 6px;
	top: 0;
	z-index: 80 !important
}
/* BOX */
.box {
	-moz-border-radius: 5px; /* Firefox */
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px; /* Safari, Chrome */
	border-radius: 5px; /* CSS3 */
	border: solid 1px #d3d8e0;
	padding: 30px 30px 20px 30px;
	margin-bottom: 10px;
}
.box2 {
	margin-bottom: 10px;
	padding: 0;
	height: 190px;
}
.box2 img {
	height: 190px;
}
.boxcolor {
	-moz-border-radius: 5px; /* Firefox */
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px; /* Safari, Chrome */
	border-radius: 5px; /* CSS3 */
	padding: 15px 15px 23px 15px;
	width: auto;
	margin-bottom: 10px;
	background-color: #551c1f;
	color: #e1e1e1;
}
.boxcolor h2 {
	font-weight:bold;
	color: #fff;
}
*+html .boxcolor {
	padding: 15px 15px 17px 15px;
	margin-bottom: 11px;
}
#mainright .box {
	padding: 30px 20px 30px 20px;
}
.fbbox {
	padding: 0 5px 5px 5px;
}
#guarantees {
	float: left;
	width: 290px;
	margin-right: 10px;
}
#testimonials {
	float: left;
	width: 290px;
}
.box-cycle {
	position: relative;
}
.navprev, .navnext {
	position: absolute;
	cursor: pointer;
	height: 8px;
	width: 13px;
	display: block;
	text-indent: -9999px;
}
.navprev {
	top: -30px;
	right: 20px;
	background-image: url(../images/prev.gif);
	background-repeat: no-repeat;
}
.navnext {
	top: -30px;
	right: 0;
	background-image: url(../images/next.gif);
	background-repeat: no-repeat;
}
/* CONTENT */
#main {
	background-image: url(../images/bg-main.png);
	background-repeat: repeat-y;
	padding: 10px 13px 0px 13px;
}
#main2 {
	background-image: url(../images/bg-main.png);
	background-repeat: repeat-y;
	padding: 10px 13px 0px 13px;
} /* for contact page */
#mainleft {
	width: 714px;
	float: left
}
#mainright {
	width: 246px;
	padding-left: 10px;
	float: left
}
#main2 #mainleft {
	width: 584px;
	float: left
} /* for contact page */
#main2 #mainright {
	width: 376px;
	padding-left: 10px;
	float: left
} /* for contact page */
.widget-title {
	margin-bottom: 8px;
}
.box-cycle blockquote {
	padding-left: 0px;
}
.box-cycle blockquote div {
	padding-bottom: 18px;
}
/* LIST */
ul.list {
	list-style-type: disc;
	margin: 0 0 14px 0;
	padding: 0;
}
ul.list li {
	list-style-type: disc;
	margin: 0;
	padding: 3px 0 3px 0;
	list-style-position: inside;
	line-height: 1.4em;
}
#mainright ul {
	list-style-type: none;
	margin: 0 0 0px 0;
	padding: 0;
	list-style-position: outside;
}
#mainright ul li li {
	list-style-type: disc;
	margin: 0;
	padding: 6px 0 6px 20px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	border-bottom: solid 1px #e6e6e6;
}
#mainright ul.noborder li li {
	background-image: url(../images/list.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	border: 0px;
}
#mainright ul li a, #mainright ul li a:visited {
	color: #acacac;
}
#mainright .widget-container {
	clear: both;
	margin-bottom: 15px !important;
}
.boxcolor ul.list {
	padding-top: 10px !important;
	margin: 0px !important;
}
.boxcolor ul.list li {
	line-height: 16px;
	padding: 0px 0 0px 20px;
	text-transform: uppercase;
	font-size: 11px;
	background-position: 0px 4px
}
ul.social {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: right
}
ul.social li {
	display: inline;
	padding: 0 2px;
}
/* TEXT STYLED */
.title-plan {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #acacac
}
.styled1 {
	color: #e99719;
}
.price {
	font-size: 36px;
	color: #fff !important;
	font-weight: bold;
	display: block
}
.rightblock {
	float: right;
	color: #fff !important;
	text-align: center;
	padding-left: 8px;
}
.but-order {
	display: block;
	padding-top: 5px;
}

.emailpeople {
	font-size: 11px;
	padding: 0 0 5px 0;
}
/* FOOTER */
#footer {
	background-color: #dee0e4;
	background-image: url(../images/bg-footer-b.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	color: #e9e9e9;
	padding: 15px 40px 15px 40px;
	width: 910px;
}
#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer ul li li {
	border-bottom: solid 1px #c2c2c2;
	padding: 4px 0;
}
#footer ul li a, #footer ul li a:visited {
	color: #e9e9e9
}
#footer h2 {
	color: #e9e9e9;
}
#footer-bottom {
	padding: 20px 40px 40px 40px;
	width: 910px;
	clear: both
}

.logo-bottom {
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: bold
}
/* 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 h1, .three_column h1, .four_column h1, .three_four_column h1 {
	margin: 8px 0px 5px 0px;
	font-size: 24px;
	color: #3d73a2
}
.two_column h2, .three_column h2, .four_column h2, .three_four_column h2 {
	margin: 8px 0px 5px 0px;
	font-size: 24px;
	color: #3d73a2
}
.two_column li li, .three_column li li, .four_column li li, .three_four_column li li {
	margin: 0px;
	width: auto !important;
	float: none;
}
/* column */
.one {
	/*position:relative;
	float:none;
	dispaly:block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #d3d8e0;
	padding: 30px;
	height:100%;*/
}

.one_half {
	width: 48%;
}
.one_third {
	width: 30.66%;
}
.two_thirds {
	width: 61.34%;
}
.two_thirds, .two_thirds tr, .two_thirds tr td {
	border:none!important;
}
.one_fourth {
	width: 22%;
}
.three_fourth {
	width: 74%;
}
.one_half, .one_third, .one_fourth, .three_fourth, .two_thirds {
	position: relative;
	margin-right: 4%;
	float: left;
	overflow: visible;
}
.last {
	margin-right: 0 !important;
}
.one_fourth p {
	margin-bottom: 10px;
}
/*==== Dropcaps ====*/
.letercap {
	display: block;
	font-style:oblique;
	float:left;
	font-size: 24px;
	line-height: 28px;
	margin: 30px 20px 20px 30px;
	font-weight:100;
}
.bk-right {
	float: right;
	width: 30%;
	margin-left: 20px;
}
.bk-left {
	float: left;
	width: 30%;
}
/*==== Highlight ====*/
.highlight1 {
	padding: 1px 4px;
	background-color: yellow;
	color: #111;
}
.highlight2 {
	padding: 1px 4px;
	background-color: #111;
	color: #eee;
}
/*==== Tables ====*/
table {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	border-top: 1px solid #ececec;
	margin-bottom: 18px;
	padding:0;
}
table, td, th {
	text-align: center;
}
th {
	padding: 10px;
	color: #666;
	text-transform: uppercase;
}
td {
	padding: 10px;
	color: #888;
}
tfoot td {
	border: 0px;
}
th, tr:hover {
	background-color: #ececec;
}
table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th, thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
tr.odd td {
	background: #F2F7FC;
}

.gallerytext {
	font-size:11px;
	text-align:center;
	line-height:13px;
}

.noBorder {
	border:0px;
	margin:0;
	padding:0;
	border-collapse:collapse;
	border-spacing:0px;
	margin-bottom:8px;
}

.noBorder tr {
	border:0px;
	margin:0;
	padding:0;
	border-collapse:collapse;
	border-spacing:0px;
	background-color:transparent;
}

.noBorder tr td {
	vertical-align:top;
	border:0px;
	margin:0;
	padding:0;
	border-collapse:collapse;
	border-spacing:0px;
	background-color:transparent;
}

.noBorder tr td.one {
	border-collapse:separate;
	border-spacing:1px;
	border: solid 1px #d3d8e0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 30px;
	width:50%;
	text-align:left;
}

.noBorder tr:hover {
	background-color:transparent;
}


/*==============================================
New Styles
==============================================*/

/*** Cover Art Gallery ***/
#covers {
}
	#covers .cover {
		width:155px;
		height:206px;
		display:inline-block;
		border:2px solid transparent;
		background-color:transparent;
		background-position:center;
		background-repeat:no-repeat;
		background-size:100%;
		overflow:hidden;
		cursor:pointer;
		cursor:hand;
	}
		#covers .cover:hover {
			border:2px solid #e99719;
		}

/*** Photo Boxes ***/
.photo-boxes {
}
	.photo-boxes .photo-box {
		display:inline-block;
		-moz-border-radius: 5px; /* Firefox */
		-webkit-border-radius: 5px; /* Safari, Chrome */
		border-radius: 5px; /* CSS3 */
		border:solid 1px #d3d8e0;
		padding:10px;
		margin-bottom:10px;
		margin-right:5px;
		width:209px;
	}
		.photo-boxes .photo-box.last {
			margin-right:0px!important;
		}
		.photo-boxes .photo-box img {
			border:solid 2px #e99719;
			padding:1px;
		}
		.photo-boxes .photo-box img:hover {
			border:solid 2px #f4b14b;/*#19a2e9;*/
		}
		.photo-boxes .photo-box .gallerytext {
			margin-bottom:0px!important;
		}
		

/*** People Boxes ***/
.people {
}
	.people .person {
		display:inline-block;
		-moz-border-radius: 5px; /* Firefox */
		-webkit-border-radius: 5px; /* Safari, Chrome */
		border-radius: 5px; /* CSS3 */
		border:solid 1px #d3d8e0;
		padding:10px;
		margin-bottom:9px;
		margin-right:5px;
		width:330px;
		vertical-align: top;
	}
	.people .person.last {
		margin-right:0px;
	}
	.people .person2 {
		min-height:155px;
		-moz-border-radius: 5px; /* Firefox */
		-webkit-border-radius: 5px; /* Safari, Chrome */
		border-radius: 5px; /* CSS3 */
		border:solid 1px #d3d8e0;
		padding:10px;
		margin-bottom:9px;
		margin-right:5px;
		vertical-align: top;
	}


/*** Google Map iFrame ***/
iframe.gMap {
	border:0px;
}


/*** Reusable Styles ***/

/* Animation */
.anim-all {
	webkit-transition:all ease-out 0.25s;
	-moz-transition:all ease-out 0.25s;
	-ms-transition:all ease-out 0.25s;
	-o-transition:all ease-out 0.25s;
	transition:all ease-out 0.25s;
}

/*Accessibility changes */

#footer-bottom a {
	color: #1656df;
}