@import url('structure.css');
@import url('slider.css');
@import url('shadowbox.css');
/*  =RESET
---------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	padding: 0;
	margin: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
fieldset,img { 
	border: 0;
	}
ol,ul {
	list-style: none;
	}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
	}
abbr,acronym { border: 0;
	}
	
	
/*  =GLOBAL ELEMENTS
-------------------------------------------------------------- */
body{
	background-color: #FFF;
	background-image: url(images/body.jpg);
	background-repeat: repeat-x;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
#top{
  overflow:hidden;
  margin:0 0 10px 0;
}
#demohead{
  background:url("images/demohead.jpg") no-repeat top left;
  width:228px;
  height:45px;
  display:block;
  overflow:hidden;
  text-indent:-999px;
  margin:5px 0 0 0;
}
#demohead:hover{
  background:url("images/demohead.jpg") no-repeat bottom left;
}
.nav-footer ul {
	margin: 0;
	padding: 0;
}

.nav-footer li {
	border-bottom: 1px solid #eee;
	list-style: none;
	padding: 3px 0;
}
.nav-footer{
  width:90px;
  margin:0 10px;
  float:left;
}
#section-site-info{
  text-align:right;
}

/* @end */
#mark-tab{
  background:url("../images/mark_tab.png") no-repeat top right;
  display:block;
  height:153px;
  overflow:hidden;
  text-indent:-9999px;
  width:50px;
  position:absolute;
  top:110px;
  right:-50px;
}
#mark-tab:hover{
  background:url("../images/mark_tab.png") no-repeat top left;
}
.logo {
	display: block;
	height: 43px;
	width: 153px;
	text-indent: -9999px;
	background-image: url(images/logo-placeholder.png);
	overflow: hidden;
	margin:43px 0 0 55px;
	background-repeat: no-repeat;
}
.what {
	display: block;
	float:left;
	height: 33px;
	width: 230px;
	text-indent: -9999px;
	background-image: url(images/what.png);
	overflow: hidden;
	margin:50px 0 0 0;
	background-repeat: no-repeat;
}
#rotator {
	position:relative;
	overflow:hidden;
	height:20px;
	padding:5px;
	margin:10px 0;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	text-shadow:1px 0px #333;
}
#rotator ul li {
	position:absolute;
	float:left;
	list-style: none;
}
#rotator ul li.show {
	z-index:500
}
.geo{
	float:right;
	display:block;
	margin:20px 55px 0 0;
}
.phone{
  margin:38px 0 0 0;
}
.txt{
	text-align:center;
	width:220px;
	color:#FFF;
	font-weight:bold;
	text-shadow:1px 1px 1px #000;
	margin: 0;
	font-size:16px;
}
.txt a{
	display:block;
	margin:5px 0 0;
}
#upgrade {
	height: 48px;
	background-image: url(images/upgrade.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	text-indent: -99999px;
	float: right;
	overflow: hidden;
	width: 173px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#upgrade:hover {
	background-position: 0px -48px;

}
#slide-opt-in{
	text-align:center;
	margin:5px 0;
	padding:5px 5px 0;
	border:3px #C00 solid;
}
#slide-opt-in small{
	clear:both;
	text-align:center;
	display:block;
}
#slide-opt-in h1{
	font-size:22px;
	display:block;
	font-weight:bold;
}
#slide-opt-in h1 span{
	font-size:18px;
	color:#FFF;
	background:#0062a3;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	text-shadow:0 -1 0 #ccc;
	padding:3px;
	margin:5px auto 0;
	display:block;
	width:155px;
}
#slide-opt-in #form {
	border-top:1px #C00 solid;
	position:relative;
	width:360px;
	margin:5px 0 0;
	text-align:center;
	overflow:hidden;
}
#slide-opt-in #form #lft{
	float:left;
	width:180px;
	text-align:center;
	font-size:24px;
	padding:5px 0 0 0 ;
}
#slide-opt-in #form form {
	position:relative;
	width:180px;
	float:right;
	height: 140px;
}
#slide-opt-in #form .item1 {
	margin-top: 9px;
}
#slide-opt-in #form .item2 {
	margin-top: 8px;
	margin-bottom: 7px;
}
#slide-opt-in #form input {
	background:#e5e198;
	width: 135px;
	border-top:solid #8f8c5f 1px;
	border-right:solid #8f8c5f 1px;
	border-left:solid #c9c58d 1px;
	border-bottom:solid #c9c58d 1px;
}
#slide-opt-in #form input:hover, #slide-opt-in #form input:focus  {
	border-top:solid #c9c58d 1px;
	border-right:solid #c9c58d 1px;
	border-left:solid #8f8c5f 1px;
	border-bottom:solid #8f8c5f 1px;
}

#slide-opt-in #form #catlistbutton {
	color:#FFF;
	cursor:pointer;
	width:100px;
	border:#9c0000 solid 1px;
	display:block;
	margin-right: auto;
	margin-left: auto;
	background:url(/images/form-but.jpg) repeat-x #9c0000;
	font-weight: bold;
	font-size: 14px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 1px;
}
#slide-opt-in #form #catlistbutton:hover, #slide-opt-in #form #catlistbutton:focus{
	background:#9c0000;
	border:#9c0000 solid 1px;
}
#nav, #navsmall {
	height: 30px;
	display: block;
	background-repeat: repeat-x;
	clear: both;
	padding:0px;
	width:960px;
}
#nav ul li, #navsmall ul li{
	float: left;	
	text-align: center;
	overflow:hidden;
}
#nav ul li a, #navsmall ul li a {
	color: #00C;
	height: 30px;
	display: block;
	width: 240px;
	font-size:12px;
	font-weight: bold;
	overflow:hidden;
}
#nav ul li a.try  {
	text-indent:-90000px;
	background:url(images/try.jpg) no-repeat top left;
}
#nav ul li a.try:hover  {
	background:url(images/try.jpg) no-repeat bottom left;
}
#nav ul li.how  {
	text-indent:-90000px;
	background:url(images/how.jpg) no-repeat top left;
}
#nav ul li.how:hover  {
	background:url(images/how.jpg) no-repeat bottom left;
}
#nav ul li.investment  {
	text-indent:-90000px;
	background:url(images/investment.jpg) no-repeat top left;
}
#nav ul li.investment:hover  {
	background:url(images/investment.jpg) no-repeat bottom left;
}
#nav ul li.contact  {
	text-indent:-90000px;
	background:url(images/contact.jpg) no-repeat top left;
}
#nav ul li.contact:hover  {
	background:url(images/contact.jpg) no-repeat bottom left;
}
#nav ul li.contactbig  {
	text-indent:-90000px;
	width:250px;
	background:url(images/contactbig.jpg) no-repeat top left;
}
#nav ul li.contactbig:hover  {
	background:url(images/contactbig.jpg) no-repeat bottom left;
}
#nav ul li a:hover  {
	text-decoration: underline;
}
#intro {
	background-color: #000;
	height: 411px;
	width: 560px;
}
#slideshow {
	background-color:#000000;
	position:relative;
	width:560px;
}
#slideshow .slides {
	overflow:hidden;
}
#slideshow .slides ul {
	overflow:hidden;
	width:560px;
}
#slideshow .slides li {
	background-color:transparent !important;
	float:left;
	height:411px;
	padding:0;
	width:560px;
}
#slideshow .slides li img{
	height:411px;
	width:560px;
}
#slide-wrap {
	height: 411px;
	background-color: #FFF;
}
#slide-wrap .signup {
	background-image: url(images/signup-big.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 62px;
	width: 250px;
	text-indent: -99999px;
	display: block;
	overflow: hidden;
	margin:10px auto 0;
}
#slide-wrap .signup:hover {
	background-position: 0px -62px;
}
#bottom {
	height: 229px;
	background-color: #2a2a2a;
	display: block;
	clear: both;
}
#bottom .hd {
	color: #FFF;
	height: 27px;
	padding-top: 8px;
	display: block;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
#bottom .info {
	margin: 10px;
	background-color: #ccc;
	height: 150px;
	width: 450px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#bottom .left{
  float:left;
  background:#fff;
  width:112px;
  height:150px;
  text-align:center
}
#bottom .face{
  padding:30px 0 0 0;
  height:120px;
}
#bottom ul{
  margin:40px 0 0 10px;
  list-style: circle;
}
#bottom li{
  margin:10px;
  font-weight:bold;
  font-size:14px;
}
#bottom .right{
  float:right;
  width:338px;
}
#copyright{
	color:#666;
	margin:15px 0 15px 0;
	font-size:11px;
	overflow:hidden
}
#copyright a{
  text-decoration:none;
}
#copyright a:hover{
  text-decoration:underline;
}
.nav-footer h6 {
	margin:  0 0 6px;
	font-size:14px;
	color:#000;
}
.addthis_button{
	padding:3px 15px;
	display:block;
	width:125px;
	margin:5px 0 0 0;
	text-align:center;
}
.trust{
	margin:45px  0 0 25px;
}
#intro img {width:540px; }
#intro {width:539px; padding:15px 10px 0px 10px;}
#WSBubble{display:none!important;}
