body {
	margin: 0;
	padding: 0;
	background: #eee;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #666;
}
a, a:active, a:visited, a:link {
	color: #577EB3;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #f00;
	text-decoration: underline;
}
a.get-quote:active, a.get-quote:visited, a.get-quote:link {
	padding: 0 20px;
	background-color: #F7F7F7;
	font-weight: normal;
	font-size: 8pt;
}
a.get-quote:hover {
	text-decoration: none;
}
#sitecontainer {

}
#top {
	background: url(../images/bg-top.gif) repeat-x top;
}
#middle {
	background: #FFFFFF url(../images/bg-middle.gif) repeat-x top;
}
#bottom {
	background: url(../images/bg-bottom.gif) repeat-x;
}
#footer {
	border-bottom: 1px solid #DBDBDB;
}
#footer .links {
	background: url(../images/bg-footer.gif) repeat-x;
	font-size: 11px;
	color: #81A3D2;
}
#footer .links a {
	font-weight: bold;
	text-decoration: none;
	color: #A3B7D3;
}
#footer .links a:hover {
	text-decoration: none;
	color: #FF0;
}
#footer .copyright {
	background: url(../images/bg-copyright.gif) repeat-x;
	font-size: 7pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.txt11 {
	font-size: 11px;
}

/* affiliate login textfield */
input.cleardefault { 
	width:135px;
	height:13px;
	border:1px solid #FFF;
	font-size:10px;
	font-family:verdana;
	color:#555;
	background: #DBDBDB url(../images/bg-login-box.gif) repeat-x;
	text-align:center;
}

/* Modules
------------------------------------------------------*/
.mod-head {
	background: url(../images/mod-title-bg.gif) left no-repeat;
}
.mod-head-text {
	background: url(../images/mod-title-bg-right.gif) right no-repeat;
	padding: 0 8px;
	line-height: 17px;
	font-size: 11px;
	font-weight: bold;
}
.mod-sep {
	background: url(../images/mod-sep-bg.gif) repeat-x;
}
.mod-body {
	background: #F9F9F9 url(../images/mod-body-bg.gif) repeat-x;
}
.mod-foot {
	background: url(../images/mod-foot-bg.gif) left no-repeat;
}


/* >>>> Plain Version <<<< */
.mod2-head {
	background: url(../images/mod2-title-bg.gif) bottom repeat-x;
}
.mod2-head-text {
	font-family: "Trebuche MS", Verdana, Arial, sans-serif;
	background: url(../images/mod2-title-left-bg.gif) left bottom no-repeat;
	padding: 0 5px 5px 18px;
	font-size: 14px;
	font-weight: bold;
	color: #577EB3;
}
.mod2-body, .mod2-body-nondesc {
	background: #FFF url(../images/mod2-body-bg.gif) top repeat-x;
	padding: 0 5px;
	color: #777;
	font-size: 11px;
	font-family: "Trebuche MS", Verdana, Arial, sans-serif;
	line-height: 125%;
}
.mod2-body-nondesc {
	line-height: normal;
}
.mod2-foot {
	background: url(../images/mod2-foot-bg.gif) left repeat-x;
}
.mod2-foot-text {
	font-family: "Trebuche MS", Verdana, Arial, sans-serif;
	background: url(../images/mod2-foot-bg-right.gif) right bottom no-repeat;
	font-size: 11px;
	font-weight: bold;
	color: #577EB3;
}




.reviewtxt {
	font-family: Verdana, sans-serif;
	color: #999;
	font-size: 10px;
	line-height: 120%;
}

/* FAQ Page
------------------------------------------------------*/
.faq-q {
	font-size: 1.3em;
	font-weight: bold;
	border-bottom: 2px solid #EBECEC;
	background: url(../images/faq-q.gif) left no-repeat;
	padding-bottom: 4px;
	padding-left: 15px;
}
.faq-a {
	padding-left:10px;
	padding-top: 5px;
	padding-bottom: 25px;
}

/* Home Page scrolling modules
------------------------------------------------------*/
/* >>> Sites */
div.site-scroll {
	padding-top:5px;
	background-color: #eee;
	height:320px;
	overflow:auto;
	font-size: 11px;
}
div.site-scroll a img {
	padding: 2px;
	background-color: #FFF;
	border: 1px solid #c0c0c0;
}
div.site-scroll a:hover img {
	background-color: #61B5F1;
	border-color: #FCC754;
}
div.site-scroll hr {
	padding: 3px 0;
}

/* >>> News */
div.news-scroll {
	width:100%;
	padding-top:5px;
	height:210px;
	overflow:auto;
	font-size: 11px;
}
.news-title {
	background-color: #FAFBFA;
	font-size: 0.9em;
	padding: 3px 2px 3px 12px;
	font-weight: bold;
	border-bottom: 1px solid #EBECEC;
	background: url(../images/bullet-news.gif) no-repeat left;
}
.news-title em { /* the bullet */
	font-style: normal;
	color: #577EB3;
	font-size: 0.7em;
}

.news-content, .news-content-alt {
	padding-left: 5px;
	padding-bottom: 5px;
	font-size: 0.9em;
	border-bottom: 1px dotted #c0c0c0;
	color: #999;
}
.news-date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	font-weight: bold;
	padding-right: 5px;
}


/* >>> Sites Page <<< */
.site-thumb {
	background: url(../images/sites-bg.jpg) no-repeat;
	background-position: 3px 178px;
	font-size: 0.8em;
}


div.launched {
	padding-top: 3px;
	font-size: 0.8em;
	font-weight: normal;
	float: right;
	padding-right: 10px;
}





.link-weight-normal a, .link-weight-normal a:active, .link-weight-normal a:visited, .link-weight-normal a:link {
	font-weight: normal;
}