/*******intylergence*******/
/*******BEGIN GENERAL STYLES*******/
* {
	margin: 0;
}

html, body {
	width:100%;
	font-family: 'Helvetica Neue', Helvetica;
	background-color:rgb(165,202,217);
}

#footer {
	width:100%;
	height:160px;
	background-color:#fff;
	margin-top:0;
}

#main {
	background-color:rgb(165,202,217);
	width:100%;
	clear:both;
	padding:4em 0;
}

img.noborder {
	border:none;
	outline:none;
}

#allofit {
	margin:auto;
	/*width:100%;*/
	width:1215px;
	border-collapse:separate;
	border-spacing:5px 5px;
	padding-bottom:2em;
	background-color:rgb(165,202,217);
}

#footerTable {
	width:100%;
	height:auto;
	border:none;
}

#foot {
	border:none;
	outline:none;
	width:100%;
	overflow:hidden;
	height:155px;
	border:none;
}

#header {
	height:140px;
	background-color:rgb(256,256,256);
}

.logo {
	width:65%;
	padding-top:1.5em;
	padding-left:1.5em;
}

.left {
	float:left;
}

.right {
	float:right;
}

img, a {
	border:none;
	outline:none;
}
/*******END GENERAL STYLES*******/
/*******BEGIN MAIN TABLE*******/
.item, .funitem {
	width:125px;
	height:125px;
	text-align:center;
	background-color:#fff;
	border:2px solid #fff;
}

.core {
	width:125px;
	height:125px;
	text-align:left;
	background-color:#fff;
	border:2px solid #fff;
}

.funitem:hover {
	border:2px solid rgb(215,192,135);
	color:#fff;
	background-color:#FF0099;
}

.funitem:hover a {
	color:#fff;
}

.item:hover {
	border:2px solid rgb(215,192,135);
	color:#fff;
	background-color:#b3b2b2;
}

.item:hover a {
	color:#fff;
}

.blank {
	background-color:#b3b2b2;
}

.item a, .funitem a {
	font:bold 20px 'Helvetica Neue', Helvetica;
	text-decoration:none;
	color:#404040;
	text-align:center;
}

.item a:hover, .funitem a:hover {
	font:bold 20px 'Helvetica Neue', Helvetica;
	text-decoration:none;
	color:#fff;
	text-align:center;
}

a.last, a.last:hover {
	font:15px 'Century Gothic';
	text-decoration:none;
	color:#404040;
	margin-right:0;
	text-transform:uppercase;
}

a.link {
	font:bold 18px 'Helvetica Neue', Helvetica;
	text-decoration:none;
	margin-right:.5em;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
}

a.link:hover {
	font:bold 18px 'Helvetica Neue', Helvetica;
	text-decoration:none;
	color:rgb(255,206,15);
	margin-right:.5em;
	text-transform:uppercase;
}

.hot {
	color:rgb(255,206,15);
	font:23px 'Helvetica Neue', Helvetica;
	text-align:center;
}

.quote {
	color:rgb(255,206,15);
	font:16px 'Helvetica Neue', Helvetica;
	text-align:center;
}

td.funitem:hover {
	width:125px;
	height:125px;
	color:#fff;
	background-color:#FF0099;
	text-decoration:none;
	/*background-image:url(../../images/funfun.gif);
	background-repeat:no-repeat;
	background-position:center center;*/
}
/*******END MAIN TABLE*******/
/*******BEGIN iScroll *******/
.tickercontainer { 
	border:none;
	background-color:#fff;
	width:738px; 
	height:33px; 
	margin:0; 
	padding:0;
	overflow:hidden; 
	color:#000;
}

.tickercontainer .mask { 
	position:relative;
	left:10px;
	top:8px;
	width:718px;
	overflow:hidden;
	background-color:#fff;
}

ul.newsticker { 
	position:relative;
	left:750px;
	font:16px 'Helvetica Neue', Helvetica;
	list-style-type:none;
	margin:0;
	padding:0;
}

ul.newsticker li {
	float:left; /* 'display:inline' gives incorrect results when you check for elem's width */
	margin:0;
	padding:0;
	background:#fff;
	height:33px;
}

ul.newsticker a {
	white-space:nowrap;
	padding:0;
	color:#000;
	font:16px 'Helvetica Neue', Helvetica;
	margin:0 2em 0 0;
	text-decoration:underline;
	text-transform:none;
} 

ul.newsticker a:hover {
	white-space:nowrap;
	padding:0;
	color:#000;
	font:16px 'Helvetica Neue', Helvetica;
	margin:0 2em 0 0;
	text-decoration:underline;
} 

ul.newsticker span {
	margin:0 2em 0 0;
} 
/*******END iScroll style declarations*******/
/*******BEGIN FORM ELEMENTS*******/
#opt-in {
	display:inline;
	float:left;
	margin:-2em 0 0 2em;
	font-size:16px;
}

.footerImage {
	display:inline;
	padding-left:1em;
	border:none;
	outline:none;
}

.LastFooterImage {
	display:inline;
	padding-left:1em;
	padding-right:5em;
	border:none;
	outline:none;
}

input[type="text"].mail {
	background-color:#fff;
	font-size:16px;
	color:#2288ee;
	float:left;
	margin-right:1em;
	padding-left:33px;
	background-image:url(../../images/mail.gif);
	background-repeat:no-repeat;
	background-position:4px center;
	border:1px solid #b3b2b2;;
	-webkit-border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-webkit-border-top-left-radius:3px;
    -moz-border-radius-bottomright:3px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-topright:3px;
	-moz-border-radius-topleft:3px;
}

input[type="text"].other {
	font-size:16px;
	background-color:#fff;
	color:#2288ee;
	float:left;
	border:1px solid #b3b2b2;;
}

input[type="submit"].footer {
	font-size:16px;
	background-color:#faf550;
	color:#404040;
	float:left;
	border:1px solid #b3b2b2;;
	margin-left:1em;
	display:inline;
	margin-top:2.25em;
}

#opt:hover {
	float:left;
	cursor:pointer;
}
/*******END FORM ELEMENTS*******/
/*******BEGIN QUOTE ROTATOR STYLES*******/
td.randomQuotes {
	color:rgb(255,206,15);
	line-height:1.25;
}
	
div#rotator ul {
	margin:-1em 2em 0 -1em;
	list-style:none;
	font:23px 'Helvetica Neue', Helvetica;
	text-align:left;
	line-height:1.25;
	color:rgb(255,206,15);
}
	
div#rotator ul li.quote {
	border:none;
	margin:0;
	width:333px;
}
/*******END QUOTE ROTATOR STYLES*******/

/*******BEGIN IMAGE ROTATOR STYLES*******/

.core, .blank, .item {
	height:125px;
	width:125px;
}
div#rotator ul li {
	position:absolute;
	list-style:none;
}

li.no {
	list-style-type:none;
	margin:0;
}

div#a,div#b,div#c,div#d,div#e,div#f,div#g,div#h,div#i,div#j {
  margin:0;
  padding: 0;
}
/*******END IMAGE ROTATOR STYLES*******/

/*BEGIN OPT-IN*/

#outer {
	position: absolute;
	top: 20%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
} 

.hr {
	border-bottom:none;
	font-size:1px;
}

#inner {
	width: 600px;
	height: 50px;
	margin-left:-300px;  /***  width / 2   ***/
	position: absolute;
	top: -25px;          /***  height / 2   ***/
	left: 70%;
}

input[type="text"] {
	display:block;
	background-color:#eee;
	color:gray;
	border:none;
	border:gray;
	font-size:small;
	margin:2.33em 0;
}

input[type="submit"] {
	display:inline;
	border:1px solid gray;
	background-color:#eee;
	color:gray;
	font-size:x-small;
}

textarea {
	display:inline;
	color:gray;
	border:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	background-color:#eee;
}

.soon {
	font-size:16px;
	text-align:center;
	padding-bottom:3em;
}

#hott {
	font-size:22px;
	text-align:right;
}

.label {
	display:inline;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#optin {
	margin-bottom:5em;
}

.tablehead {
	text-align:center;
}

#join {
	width:400px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10%;
	text-align:center;
}

#never {
	width:100%;
	text-align:left;
	border-bottom:1px solid #FFCC66;
	padding-top:0;
	font-size:17px;
}

.right {
	float:right;
	text-align:right;
	font-size:12px;
	display:inline;
}

.left {
	float:left;
}

.popupp {
	text-align:center;
	vertical-align:bottom;
}
/*END OPT-IN*/
