/******************
MenuSpot.ca
*******************/

* {margin: 0; padding: 0;}

body{
	background:#fff;
	text-align:center;
	font-family:'trebuchet ms', arial, sans-serif;
	font-size:62.5%;
}

h1, h2, h3, h5{
	font-size:3em;
	font-family:'myriad pro', 'trebuchet ms',  arial,  sans-serif;
	line-height: 1.15em;
	color:#313131;
	margin:0 0 0.2em 0;
	letter-spacing:-1px;
}

h2 {
	font-size:2.7em;
	padding:0 0 0 0px;
	margin:15px 0 0.4em 0;
	letter-spacing:-1px;
}

h3 {
	font-size:2.2em;
	margin:0 0 0.3em 0;
	letter-spacing:0px;
}

h4{
	font-family:'trebuchet ms', arial, helvetica, sans-serif;
	font-size:1.8em;
	color:#3e3e3e;
	font-weight:bold;
	margin:1.4em 0 0.5em 0;
}

h5{
	font-size:1.4em;
	color:#4e4e4e;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:0px;
}

p{
	font-size:1.3em;
	line-height:1.8em;
	margin:0 0 1.2em 0;
	padding-right:10px;
}

blockquote{
	font-size:1.0em;
	line-height:1.8em;
	background: #eee;
	padding:10px 10px 0;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	margin:20px 0;
}

/*Special Cases*/

#top-left h1 {
		margin:0 0 0.7em 0;
}

p.posted-by{
	color:#434343;
	margin-bottom:0.5em;
}

.side-bar-section h3{
		margin:0 0 0.6em 0;
	}

/*-----------------
  Fixed Divs
-----------------*/

#black-header-wrap{
	width:100%;
	height:85px;
	background:#1c1c1c;
}

#header {
	height: 100%;
	width:100%;
	top:0;
	left:0;
	background:url('/images/pattern.png');
}

#header-970{
	width:970px;
	margin:0 auto;
}

#logo{
	margin:18px 0 0 0;
	float:left;
}

.wrap-970{
	width:970px;
	margin:0px auto 0;
	text-align:left;
	position:relative;
	border:0px solid #000;
	display:block;
}

#page{
	width:970px;
	margin:0px auto 0;
	text-align:left;
	position:relative;
	border:0px solid #000;
	display:block;
}

#live-search {
	background:#f5f5f5;
	padding:25px;
	margin:0;
	border-top:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8;
}
#live-search #searchform {
	width:100%;
	padding:10px 15px;
	background:#fff;
	border:1px solid #d1d1d1;
	box-shadow:inset 1px 1px 2px rgba(0,0,0,0.1);
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	-moz-border-radius:99px;-webkit-border-radius:99px;border-radius:99px;
}
#live-search #s {
	float: left;
    width: 88%;
	background:#fff;
	color:#595959;
	font-size:16px;
	border:none;
	box-shadow:none;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
#live-search #searchsubmit {
	background-repeat:no-repeat;
	background-position:12px center;
	background-image:url("images/icon-search.png");
	float:right;
	color:#fff;
	padding: 10px 18px 10px 34px;
	text-transform:uppercase;
	-moz-border-radius:99px;-webkit-border-radius:99px;border-radius:99px;
}
#search-wrap {position:relative;}
#live-search #search-result {
	position:absolute;
	background:#fff;
	list-style:none;
	font-size:13px;
	top:70px;
	left: 25px;
	margin: 0;
    padding: 10px 5px;
	border:1px solid #d1d1d1;
	box-shadow:1px 1px 2px rgba(0,0,0,0.1);
	z-index:9999;
	-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;
}
#live-search #search-result:before {
	border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 12px;
    content: "";
    height: 0;
    left: 25px;
    position: absolute;
    top: -24px;
    width: 0;
	z-index: 999;
}
#live-search #search-result:after {
	border-color: transparent transparent #ccc;
    border-style: solid;
    border-width: 12px;
    content: "";
    height: 0;
    left: 25px;
    position: absolute;
    top: -25px;
    width: 0;}
#live-search #search-result li {margin:0;}
#live-search #search-result li:last-child {margin:0;}
#live-search #search-result a {display:block;color:#444;padding: 5px 10px;}
#live-search #search-result a:hover {
	text-decoration:none;
	background:#F5F5F5;
	-moz-border-radius:99px;-webkit-border-radius:99px;border-radius:99px;}
#live-search #search-result img {vertical-align:middle;	margin:0 10px 0 0;}
.ajax-loading {
    background: url("images/ajax-loader.gif") no-repeat scroll 0 0 transparent;
    display: none;
    height: 16px;
    width: 16px;
	position:absolute;
	right: 135px;
    top: 20px;}

#top-left{
	width:320px;
	background: url(../images/site/top-left-bg.jpg) no-repeat bottom right;
	padding:30px 25px 24px 0;
	min-height:205px;
	overflow:hidden;
}

#main-column{
	width:565px;
	background:url(../images/site/main-content-bg.png) no-repeat left -70px ;
	padding:0px 35px 30px 35px;
	text-align:left;
	margin:0 2px 0 0px;
	min-height:600px;
}

.both {
	position:absolute;
	margin-left:auto;
	margin-right:auto;
	top:115px;
	left:0;
	right:0;
	width:970px;
	height:100px;
}

.one  {
	position: absolute;
	top:0;
	left:320px;
}


#strip{
	height:145px;
	width:100%;
	background:#147baf;
	margin:1px 0 0 0;
}

#attention-buttons{
	width:270px;
	text-align:left;
	height:122px;
	background: url(../images/blue-theme/strip-shadow.jpg) top right no-repeat;
	padding:23px 0 0 0;
}

#lower-content-wrap{
	width:100%;
	background: url(../images/site/lower-bg.jpg) repeat-x;
	margin-top:1px;
	border-top:1px solid #c1c1c1;
	min-height:570px;
}

#side-bar-wrap{
	width:255px;
	float:left;
	padding-bottom:30px;
}

	.side-bar-section, .side-bar-ads{
		display:block;
		padding:25px 0px 5px 0;
		width:320px;
		margin:0 0 35px 0;
	}

	.side-bar-section a img {
		padding: 2px;
		border: 1px solid #313131;
		margin-right: 7px;
	}

	.side-bar-ads{
		width:255px;
	}

	.side-bar-section ul {
		display:block;
		float:left;
		margin:0;
		list-style:none;
	}

	.side-bar-section li {
		font-size:1.3em;
		line-height:1.8em;
		margin:0;
	}


#pre-footer{
	width:100%;
	background:#eee;
	border-top:1px solid #cacaca;
	text-align:left;
}

.pre-footer-col, .pre-footer-col-last{
	width:175px;
	float:left;
	display:block;
	margin:30px 23px 30px 0;
	border:0px solid #000;
}

.pre-footer-col-last{
	margin-right:0px;
}

#black-footer{
	height:40px;
	background:#000;
	width:100%;
	color:#fff;
	padding:20px 0 0 0;
	font-size:0.9em;
}


#image-main, .blog-image{
	padding:4px;
	height: 220px;
	width:625px;
	background:#eee;
	position:relative;
	margin:0 0 25px 0;
	border:1px solid #ddd;
}

.blog-image {height:150px; display:block; margin:0 0 10px 0;}
.blog-post{display:block; margin:0 0 50px 0;}
.blog-comments{ margin-bottom:50px;}

.web-address{
	display:block;
	font-size:1.3em;
	padding:7px 0 0 20px;
	float:left;
}


/*------
   lists
----------*/
ul, ol {
	line-height:1.8em;
	margin:0 0 1.8em 15px;
}

ol{ 	margin:0 0 1.8em 20px;}

li {
	font-size:1.3em;
	margin:0 0 0em;
	line-height:1.8em;
}

ul.sidebar, ol.sidebar{
	list-style:none;
	margin: 0;
}

ul.sidebar li{
	margin:0 0 1.8em 0;
}

ul.sidebar li.blog-cat{
	margin:0 0 0.2em 0;
	padding:0 0 0 15px;
	background: url(../images/site/footer-li-bg.png) no-repeat center left;
}

ul.features{
	list-style:none;
	margin:0;
}

ul.features li, ul.features li.col-right{
	width:232px;
	display:block;
	float:left;
	margin:25px 48px 30px 0;
	position:relative;
	padding-left:60px;
}

ul.features li.col-right{
	margin-right:0;
}

ul.features li h4{font-size:1.3em; margin:0 0 0.5em; }

.pre-footer-col ul, .pre-footer-col-last ul {
	list-style:none; margin:0;
}
.pre-footer-col ul li, .pre-footer-col-last ul li {
	margin:0 0 0.4em 0;
}
.pre-footer-col ul li a, .pre-footer-col-last ul li a{
	padding:0 0 0 15px;
	background: url(../images/site/footer-li-bg.png) no-repeat center left;
	font-weight:normal;
	color:#929292;
}

.pre-footer-col ul li a:hover, .pre-footer-col-last ul li a:hover{
	color:#4e4e4e;
	text-decoration:none;
}

ul#pagination{
	list-style:none;
	margin:0;
}
ul#pagination li{
	display:inline;
}
ul#pagination li a{
	float:left;
	padding:0 5px;
	margin:0 5px 0 0;
	background:#c7c7c7 url(../images/site/pagination-bg.png) repeat-x;
	color:#000;
	font-weight:normal;
	border:1px solid #b3b3b3;
	text-transform:uppercase;
	font-size:0.9em;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;

}

ul#pagination li a:hover, ul#pagination li a.active{
	background:#3aa5e0;
	border:1px solid #3aa5e0;
	color:#fff;
	text-decoration:none;
}
ul#pagination li a.prev{
	margin:0 15px 0 0;
}
ul#pagination li a.next{
	margin:0 5px 0 10px;
}




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

ul#nav{
	width:250px;
	display:block;
	margin:0 0 0 50px;
	padding:30px 0 0 0px;
	float:left;
}

ul#nav li{
	display:inline;
	font-size:1.2em;
	float:left;
}

ul#nav li a{
	padding:0 15px;
	outline:0;
	font-size:1.5em;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}

ul#nav li a.active{
padding:0 14px;
	background:#fff url(../images/site/nav-active.jpg) repeat-x;
	border:1px solid #fff;
	border-bottom:0px;
	color:#000;
}

ul#nav li a:hover{
	color:#dedede;
}

ul#nav li a.active:hover{
	color:#000;
}

.desc {
	font-size: 11px;
	color: #fff;
	height: auto;
	width: auto;
	margin-top:-7px;
}

/* CORPORATE MENU */
#corpmenu {
	height: 34px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #b6b2a8;
	text-align: left;
	padding-top: 10px;
	float: right;
}
#corpmenu ul {
	margin:0px;
	list-style-type:none;
	padding: 0px;
}
#corpmenu li {
	float:left;
	height: 26px;
	text-align:center;
	padding: 6px 22px 0 20px;
}
#corpmenu li a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #b6b2a8;
	text-decoration: none;

}
#corpmenu li a:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #b6b2a8;
	text-decoration: underline;
}

/*------
  Links
---------*/

a{ color:#3aa5e0; text-decoration:none; font-weight:bold; outline:0;}
a:hover{ text-decoration:underline;}
span.text-main a:hover{
	text-decoration:none;
	color:#fff;
}



/*--------
 Image Links
----------*/
a img{
	border:0;
	outline:0;
}

a.choose-account{
	width:131px;
	height:32px;
	display:block;
	text-indent:-9999px;
	margin:0 auto;
	background: url(../images/site/choose-account-btn.png) no-repeat top left;
}

a.choose-account:hover{
	background: url(../images/site/choose-account-btn.png) no-repeat bottom left;
}

a.signup, a.tour{
	width:245px;
	height:43px;
	background: url(../images/site/signup-btn.png) no-repeat top left;
	display:block;
	text-indent:-9999px;
	margin:0 0 15px 0;
}

a.signup:hover{
	background: url(../images/site/signup-btn.png) no-repeat bottom left;
}

a.tour{
	background: url(../images/site/quicktour-btn.png) no-repeat top left;
}

a.tour:hover{
		background: url(../images/site/quicktour-btn.png) no-repeat bottom left;
}

a.read-more{
	width:116px;
	height:23px;
	background: url(../images/site/readmore-btn.png) no-repeat top left;
	display:block;
	color:#000;
	font-weight:normal;
	text-transform:uppercase;
	font-size:0.9em;
	padding:0px 5px 0 15px;
	margin:15px 0 0;
	}
a.read-more:hover{
	text-decoration:none;
		background: url(../images/site/readmore-btn.png) no-repeat bottom left;
}



/*----
Images
--------*/

#attention-buttons img{
	margin:0 0 15px 0;
}

img.split{
	margin:0;
}


ul.features li img{
	position:absolute;
	top:-5px;
	left:-5px;

}


img.left, img.right{
	float:left;
	padding:4px;
	 background:#eee;
	border:1px solid #ddd;
	margin:0 15px 10px 0;
}

img.right{
	float:right;
	margin:0 0px 10px 15px;
}


/*-------
 Classses and spans
--------*/

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

.themecolor {
	color:#3aa5e0;
}

.media{
	display:block;
	font-style:italic;
	text-align:right;
	margin:0px 0 30px 0;
	color:#000;
	font-weight:bold;
}

.right{
	float:right;
}

.date{
	display:block;
	padding-left: 15px;
	background: url(../images/site/footer-li-bg.png) no-repeat left center;
	color:#000;
	font-weight:bold;
}

.rss{ font-size:1.2em;  background: url(../images/site/rss.png) no-repeat left center; padding:4px 0 4px 30px;}

span.text-main{
	position:absolute;
	font-family: 'myriad pro', 'trebuchet ms';
	bottom:4px;
	left:4px;
	font-size:2.1em;
	font-weight:bold;
	background:#000;
	color:#fff;
	padding:10px 5px 10px 10px;
	opacity:0.85;
	line-height:1.1em;
	width:440px;
	text-align:left;

}

span.sub-heading{
	display:block;
	font-size:0.6em;
	margin-top:-5px;
	letter-spacing:0px;
}

span.comment-name{
	display:block;
	font-weight:bold;
}



/*------
 forms
------*/
fieldset{
	border:0;
	margin:20px 0 0;
}

label{
	display:block;
	font-size:1.3em;
	font-weight:bold;
	margin:0 0 2px 0;
		clear:left;
}

input, textarea{
	padding:8px 5px;
	margin:0 0 20px 0;
	font-size:1.2em;
	font-family: 'trebuchet ms', arial, sans-serif;
	font-size:13px;
}

textarea{
	width:400px;
	height:100px;
}

.checkbox {
	width:5px;
}

input.username{ float:left;}
input.small{ width:50px;}

input.submit{
	background:#c7c7c7 url(../images/site/pagination-bg.png) repeat-x;
	color:#000;
	font-weight:normal;
	border:1px solid #b3b3b3;
	text-transform:uppercase;
	font-size:1.2em;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	width:auto;
	cursor:pointer;
	clear:both;
}

input.submit:hover{
		background:#3aa5e0;
	border:1px solid #3aa5e0;
	color:#fff;
	text-decoration:none;
}



/*form validation*/
.success, .bademail, .badserver{
	display:block;
	color:#000;
	font-weight:bold;
	overflow:hidden;
}
.success p, .bademail p, .badserver p{
	padding:7px 0 0 0;
}


.success img, .bademail img, .badserver img{
	border:0;
	float:left;
	padding:0 5px 0 0;
	margin:0;
}


/*------
 tables
------*/
table.funky{ width:100%; border:0px solid #000; font-size:1.2em; color:#fff; margin:10px 0 10px;}
table.funky th{  width:159px; font-weight:bold; text-align:center; height:60px; background: url(../images/site/table-th.png) no-repeat center top; color:#000; padding:10px 0 0 0; font-size:1.2em;}
table.funky th.active{ width:159px; background: url(../images/blue-theme/table-blue-th-active.png) no-repeat top center; color:#fff; padding:0px 0 0 0;}
table.funky th.blank, table.funky td.blank{ background:none;}
table.funky td{ border:0px solid #000; height:50px;  background: url(../images/site/table-td.png) no-repeat top center; text-align:center; color:#000;}
table.funky td.active{ background: url(../images/blue-theme/table-blue-td-active.png) no-repeat; font-weight:bold; color:#fff;}
table.funky td.feature{  background: url(../images/blue-theme/table-td-feature.png) no-repeat center top; color:#fff; font-weight:bold; font-size:1.1em;}



table.classic {border:1px solid #aaa; width:100%; margin:10px 0 10px;}
table.classic th{ font-weight:bold; text-align:center; height:60px; background:#ddd; font-size:1.4em; color:#000;}
table.classic td{ height:60px; text-align:center; border-bottom:1px solid #ddd; font-size:1.2em}
table.classic td.feature { width:160px; font-weight:bold; font-size:1.3em; }
table.classic th.blank, table.classic td.blank{ background:none;}

/* PAGINATION */

#pagination {
	width: 100%;
    padding: 5px 0;
}

#pagination ul {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	padding: 0;
	margin: 0;
}

#pagination li {
	display: inline;
}

#pagination a {
	color: #000;
	text-decoration: none;
	padding: 5px 10px;
	border: 1px solid #aaa;
	font-weight:normal;
}

#pagination a:hover {
	color: #cc0000;
	border-color: #000;
}

#pagination li.current span { /* a span is used to avoid problems in IE*/
	color: #000;
	padding: 5px 10px;
	background-color: #efefef;
	border: 1px solid #32528c;
}

#pagination li.disabled span {
	color: #888;
	padding: .1em .3em;
	border: 1px solid #888;
}

/**PRICING TABLE STYLES**/
ol, ul {list-style: none;}
#pricing-table { margin:0px auto 35px; overflow:hidden; width:940px; }
#pricing-table .table-text { color:#575757; font:15px "DroidSerifItalic",Arial, Helvetica, sans-serif; line-height:26px; margin:0px 0px 22px; }
#pricing-table .table-text a { color:#000; }
#pricing-table .table-text a:hover,#pricing-table .table-text a:focus { text-decoration:underline; }
#pricing-table ul{ margin:0px;}
#pricing-table ul li{ padding:0px; background:none;}
#pricing-table ul .red { color:#9f0000; }
#pricing-table ul .green { color:#518a3b; }
#pricing-table ul .cross { background:url(/images/pricing-table/pckg-no-bg.png) no-repeat center center; display:block; }
#pricing-table ul .tick { background:url(/images/pricing-table/pckg-yes-bg.png) no-repeat center center; display:block; }
#pricing-table .choose-plan { float:left; margin:0px 0px 0px 0px; width:245px; }
#pricing-table .choose-plan .heading { background:url(/images/pricing-table/pckg-yl-bg.png); height:95px; position:relative; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px;  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; z-index:25; }
#pricing-table .choose-plan .heading h4 { color:#d7d7d7; font:18px "DroidSansBold",Arial, Helvetica, sans-serif; line-height:24px; margin:0px 0px 0px 22px; padding:22px 0px 0px; }
#pricing-table .choose-plan .heading h4 strong { font:21px "DroidSansBold",Arial, Helvetica, sans-serif; }
#pricing-table .choose-plan ul { background:#f3f3f3; border:1px solid #ccc; margin:-5px 0px 0px; position:relative; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px;  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; z-index:15; }
#pricing-table .choose-plan ul li { border-bottom:1px solid #d3d3d3; color:#4e4e4e; font:13px "DroidSansRegular",Arial, Helvetica, sans-serif; line-height:50px; padding:0px 0px 0px 20px; }
#pricing-table .standard-plan { float:left; margin:0px 0px 0px -5px; width:216px; z-index:25; text-align:center;}
#pricing-table .standard-plan .heading { background:url(/images/pricing-table/pckg-yl-bg.png); height:95px; overflow:hidden; position:relative; z-index:25; }
#pricing-table .standard-plan .heading p { margin:0px; background:url(/images/pricing-table/packg-standard-bg.png) repeat-x; color:#bdbcbc; font:14px "DroidSansBold",Arial, Helvetica, sans-serif; height:32px; line-height:24px; padding:8px 0px 0px 15px; text-shadow:1px 1px 1px #1a1a1a; }
#pricing-table .standard-plan .heading h4 { color:#b7b7b7; font:14px "DroidSansBold",Arial, Helvetica, sans-serif; line-height:24px; text-align:center; margin:0px;}
#pricing-table .standard-plan .heading h4 span { color:#fff; font:18px "DroidSansBold",Arial, Helvetica, sans-serif; }
#pricing-table .standard-plan .heading h4 strong { color:#fff; font:48px "DroidSansBold",Arial, Helvetica, sans-serif; }
#pricing-table .standard-plan ul { background:#f3f3f3; margin-top: -5px; }
.ie7 .standard-plan ul { padding-top: 5px;}
#pricing-table .standard-plan ul li { border-bottom:1px solid #d3d3d3; color:#518a3b; font:13px "DroidSansRegular",Arial, Helvetica, sans-serif; line-height:50px; text-align:center; }
#pricing-table .business-plan { float:left; position:relative; width:232px; z-index:55; text-align:center;}
#pricing-table .business-plan .heading { background:url(/images/pricing-table/pckg-business-bg.png) #518a3b repeat-x; height:115px; overflow:hidden; position:relative; top:-10px; -webkit-box-shadow: 0px 0px 2px #989898; -moz-box-shadow:0px 0px 2px #989898; box-shadow: 0px 0px 2px #989898;  z-index:35; }
#pricing-table .business-plan .heading p { margin:0px; background:#518a3b; color:#fff; font:18px "DroidSansBold",Arial, Helvetica, sans-serif; height:32px; line-height:24px; padding:8px 0px 10px 15px; text-shadow:1px 1px 1px #14230f; }
#pricing-table .business-plan .heading h4 { color:#284b1b; font:14px "DroidSansBold",Arial, Helvetica, sans-serif; line-height:24px; text-align:center; text-shadow:1px 1px 1px #8ab179; margin:0px; }
#pricing-table .business-plan .heading h4 span { color:#fff; font:18px "DroidSansBold",Arial, Helvetica, sans-serif; text-shadow:1px 1px 1px #15230f; }
#pricing-table .business-plan .heading h4 strong { color:#fff; font:48px "DroidSansBold",Arial, Helvetica, sans-serif; text-shadow:1px 1px 1px #15230f; }
#pricing-table .business-plan ul { background:#fff; border:1px solid #ccc; margin:-10px 0px 0px; -webkit-box-shadow: 0px 0px 5px #989898; -moz-box-shadow:0px 0px 5px #989898; box-shadow: 0px 0px 5px #989898;  }
.ie7 #pricing-table .business-plan ul { position: relative; top: -10px; }
#pricing-table .business-plan ul li { border-bottom:1px solid #d3d3d3; color:#518a3b; font:13px "DroidSansRegular",Arial, Helvetica, sans-serif; line-height:50px; text-align:center; }
#pricing-table .premium-plan { float:left; margin:0px 0px 0px -4px; width:214px; }
#pricing-table .premium-plan .heading { background:url(/images/pricing-table/pckg-yl-bg.png); height:95px; overflow:hidden; position:relative; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px;  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;  z-index:25; }
#pricing-table .premium-plan .heading p { margin:0px; background:url(/images/pricing-table/packg-standard-bg.png) repeat-x; color:#bdbcbc; font:14px "DroidSansBold",Arial, Helvetica, sans-serif; height:32px; line-height:24px; padding:8px 0px 0px 15px; text-shadow:1px 1px 1px #1a1a1a; -webkit-border-top-right-radius: 7px; -moz-border-radius-topright: 7px; border-top-right-radius: 7px;  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;  }
#pricing-table .premium-plan .heading h4 { color:#b7b7b7; font:14px "DroidSansBold",Arial, Helvetica, sans-serif; line-height:24px; text-align:center; margin:0px; }
#pricing-table .premium-plan .heading h4 span { color:#fff; font:18px "DroidSansBold",Arial, Helvetica, sans-serif; }
#pricing-table .premium-plan .heading h4 strong { color:#fff; font:48px "DroidSansBold",Arial, Helvetica, sans-serif; }
#pricing-table .premium-plan ul { background:#f3f3f3; border:1px solid #ccc; margin:-5px 0px 0px; position:relative; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px;  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;  }
#pricing-table .premium-plan ul li { border-bottom:1px solid #d3d3d3; color:#518a3b; font:13px "DroidSansRegular",Arial, Helvetica, sans-serif; line-height:50px; text-align:center; }
#pricing-table .purchase-btn { background:url(/images/pricing-table/perchaise-btn.png) no-repeat left top; color:#fff; cursor:pointer; display:block; font:13px "DroidSansRegular",Arial, Helvetica, sans-serif; height:28px; line-height:28px; margin:14px auto 0px; text-align:center; text-shadow:1px 1px 1px #255c1a; width:92px; }
#pricing-table .purchase-btn:hover,#pricing-table .purchase-btn:focus { background:url(/images/pricing-table/perchaise-btn.png) no-repeat left bottom; }

#general-elements{ margin:0px auto 35px; overflow:hidden; width:940px; }
#general-elements .general-content{ padding:10px; }

/* slider */
.slider-wrapper {
	width: 80%;
	margin: 0 auto;
}

#slider {
	position:relative;
	height:400px;
	width:1020px;
	top:0px;
	left:50%;
	margin:0 0 0 -510px;
}

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white;
	filter:alpha(opacity=0);
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/* dd smooth */
.ddsmoothmenu{

width: 100%;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
text-decoration: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;

}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color:#fff;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: none;
color: #000;
}

.ddsmoothmenu ul li ul li a.no-link, .ddsmoothmenu ul li ul li a.no-link:hover{
	color:#fff!important;
}

.ddsmoothmenu ul li a:hover{
background: none; /*background of menu items during onmouseover (hover state)*/
color: white;
}

/*1st sub level menu*/
.ddsmoothmenu ul li ul{
background:#1c1c1c;

font-size:8px;
position: absolute;
left: 0px;
margin:0 0 0 0px;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;


}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{

top: 0px;

}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
position:relative;
width: 135px; /*width of sub menus*/
padding: 0px;
margin: 0 0 0 0px!important;
border-top-width: 0;
border-bottom: 1px solid gray;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 15px;
right: 18%;
}

.rightarrowclass{
position: absolute;
top: 14px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: none;
display:none;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}

/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(/images/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-controlNav {
	text-align: center;
	padding: 20px 0;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(/images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(/images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}