/* CSS Document */

/* enjoy! Marketing - enjoy_global.css  =============================================== */
/* Copyright enjoy! Marketing 2009  =============================================== */
/* Author enjoy! Marketing  =============================================== */

/* Generic Selectors  =============================================== */

* {
	padding:0;
	margin:0;
}
body {
	font-size: 13px;
	color: #636363;
	background-color: #bbbebf;
	background: url(../images/bg_main_v2.gif) repeat;
}
html, body, #tblMain {
	padding: 0;
	margin: 0;
	border: 0;
	height: 100%;
	width: 100%;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
}
a {
	color: #be2a2a;
	text-decoration: none;
}
a:hover {
	color: #636363;
	text-decoration: none;
}
h1 {
	color: #be2a2a;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 20px;
	font-family: Rounded, Arial, Helvetica, sans-serif;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=hIEfix.png,sizingMethod=crop);
	zoom: 1;
}
h2 {
	color: #be2a2a;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 20px;
	font-family: Rounded, Arial, Helvetica, sans-serif;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=hIEfix.png,sizingMethod=crop);
	zoom: 1;
}
h2.class {
	margin-bottom: 5px;
}
h3 {
	color: #be2a2a;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	color: #be2a2a;
	font-size: 42px;
	font-weight: bold;
	margin-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	
	
}
p {
	text-align: left;
	margin-bottom: 18px;
}
p.class {
	margin-bottom: 0;
}
p.right {
	text-align: right;
}
img {
	border: 0;
}
.smallcopy {
	font-size: 10px;
}
.smallLink {
	font-size: 11px;
}
.enjoyGrey {
	color: #666666;
}
.enjoyOrange {
	color: #FF6600;
}
.Green {
	color: #439324;
}
.Red {
	color:#be2a2a;
}
.Purple {
	color: #9b1854;
}
.Blue {
	color: #405498;
}
.LightGre {
	color: #999;
}
.floatRight {
	padding-left: 20px;
	float: right;
}
.alignRight {
	text-align: right;
}
.rounded5 {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.rounded10 {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.rounded20 {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
@font-face {  
  font-family: Rounded;
  src: url( ../downloads/arial_rounded.eot ); /* IE */  
  src: local("arial_rounded.ttf "), url( ../downloads/arial_rounded.ttf ) format("truetype"); /* non-IE */  

}


/* Begin Page Layout  =============================================== */

#divContainer {
	margin: 15px auto;
	padding: 20px;
	width: 900px;
	background: #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#divHeader {
	font-size: 11px;
	padding: 0;
	position: relative;
}
#divHeaderSplit {
	background: #be2a2a;
	color: #FFF;
	margin: 20px 0;
	line-height: 0; font-size: 0;
	height: 10px;
	moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


/* Nav Layout  =============================================== */


#divTopNav {
	color: #a9a9ab;
	font-size: 12px;
	margin: 0px 0 0 0;
	padding-top: 12px;
	text-align: right;
	position: absolute;
	right: 0; _right: 20px;
	top: 30px;
	font-family: Rounded;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=hIEfix.png,sizingMethod=crop);
	zoom: 1;
}
#ulTopNav li {
	list-style: none;
	display: inline;
	padding: 0 17px;
	border-left: 1px solid #a9a9ab;
	margin-right: 0;
}
#ulTopNav li.first {
	margin-left: 0px;
	border-left: none;
	list-style: none;
	display: inline;
	padding-left: 0px;
}
#ulTopNav li.last {
	padding-right: 0px;
}
#ulTopNav a {
	color: #a9a9ab;
	text-decoration: none;
}
#ulTopNav a:hover, #ulTopNav .current {
	color: #be2a2a;
	text-decoration: none;
}
#liIncrease a:hover, #liIncrease .current {
	color: #be2a2a;
	text-decoration: none;
}
#liProtect a:hover, #liProtect .current, #liHow a:hover, #liHow .current {
	color: #be2a2a;
	text-decoration: none;
}
#liOffer .current {
	color: #be2a2a;
	text-decoration: none;
}
#liWho a:hover, #liWho .current {
	color: #be2a2a;
	text-decoration: none;
}
#ulSubNav {
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	float: right;
}
.floatLeft {
	float: left;
}
#ulSubNav li {
	list-style: none;
	display: inline;
	padding: 0 10px;
	border-left: 1px solid #fff;
}
#ulSubNav li.first {
	margin-left: 0px;
	border-left: none;
	list-style: none;
	display: inline;
	padding-left: 0px;
}
#ulSubNav li.last {
	padding-right: 0px;
}
#ulSubNav a {
	color: #FFF;
	text-decoration: none;
}
#ulSubNav a:hover, #ulSubNav .current {
	color: #CCC;
	text-decoration: none;
}
/* Nav Layout End =============================================== */

/* Home Images Layout  =============================================== */

div#feature_list {
	width: 900px;
	height: 433px;
	overflow: hidden;
	position: relative;
}
div#feature_list ul {
	position: absolute;
	
	list-style: none;
	padding: 0;
	margin: 0;
}
ul#tabs {
	z-index: 2;
	position: absolute;
	top: 367px;
}
ul#tabs li {
	font-size: 12px;
	font-family: Arial;
	float: left;
	width: 219px;
	text-align: center;
}
ul#tabs li a {
	color: #222;
	text-decoration: none;
	display: block;
	padding: 25px 5px 5px;
	height: 45px;
	line-height: 45px;
	outline: none;
	background:  url('../images/home_tab_01.png');
}
ul#tabs li a:hover {
	text-decoration: underline;
	background:  url('../images/home_tab_02.png');
}
ul#tabs li a.current {
	background:  url('../images/home_tab_02.png');
	color: #FFF;
}
ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}
ul#output {
	left: 0;
	width: 900px;
	height: 360px;
	position: relative;
}
ul#output li {
	position: absolute;
	width: 900px;
	height: 360px;
}
ul#output li a {
			position: absolute;
			bottom: 10px;
			right: 10px;
			padding: 8px 12px;
			text-decoration: none;
			font-size: 14px;
			color: #FFF;
			background: #be2a2a;
			border-radius: 5px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			
}
ul#output li a:hover {
			background: #000;
		}

/* Home Images Layout END  =============================================== */


#divMain {
}
#divBodyHeader h1 {
	margin-bottom: 0px;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
}
#divBodyHeader .floatLeft {
	float: left;
}
.Home {
	background-color: #be2a2a;
}
.Increase {
	background-color: #439324;
}
.Protect {
	background-color: #9b1854;
}
.What {
	background-color: #BE0035;
}
.How {
	background-color: #AB8DB8;
}
.Who {
	background-color: #405498;
}
#divBodyLeft {
	width: 180px;
	padding: 0;
	float: left;
}
#divBodyLeft h1 {
	font-size: 16px;
	font-weight: bold;
	color: #be2a2a;
}
#divBodyLeft h1 a {
	color: #be2a2a;
}
#divBodyLeft h1 a:hover {
	color: #be2a2a;
}
#divBodyLeft a {
	color: #636363;
	font-weight: bold;
}
#divBodyLeft a:hover {
	color: #439324;
	font-weight: bold;
}
#ulLeft, #ulLeftPurple {
	margin-bottom: 25px;
}
#ulLeft li {
	margin-bottom: 5px;
	list-style: none;
}
#ulLeft a {
	color: #636363;
}
#ulLeft a:hover, #ulLeft a.current {
	color: #be2a2a;
}
#ulLeftPurple li {
	margin-bottom: 5px;
	list-style: none;
}
#ulLeftPurple a {
	color: #636363;
}
#ulLeftPurple a:hover, #ulLeftPurple a.current {
	color: #9b1854;
}
#divBodyMain {
	min-height: 410px;
	_height: 410px;
	background-color: #FFF;
	margin: 0 0 0 240px;
	padding: 0 0px 10px 0;
}
#divBodyMain h1 {
	margin-bottom: 30px;
}
#divBodyMain ul {
	margin: 0 0 20px 45px;
	
}
#divBodyMainLeft {
	width: 350px;
	float: left;
}
#divBodyMainRight {
	margin-left: 360px;
}
#divBodyMainLeft p, #divBodyMainRight P {
	margin-bottom: 5px;
}
#divBodyMainLeft ul, #divBodyMainRight ul {
	font-size: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#divBodyMainLeft li, #divBodyMainRight li {
	list-style: none;
	margin-bottom: 0px;
}
#divBody.clientwork {
	padding: 20px 50px 10px 0px;
}
#imgClientWork {
	float: left;
	margin: 0 20px 0 0;
}
#divBody.ClientSupport {
	height: 310px;
}
/* Homepage Layout =============================================== */

#divBottom {
	margin: 10px 0 0 0;
}
#divBottom p.class {
	bottom: 0;
	position:absolute;
	margin: 0 0 5px 0;
	text-align: right;
	right: 10px;
}
#divBotColMain {
	float: left;
	width: 434px;
	padding-right: 10px;
	min-height: 135px;
	_height: 135px;
	position: relative;
}
#divBotColMain p.class {
	bottom: 0;
	position:absolute;
	margin: 0 0 5px 0;
	text-align: right;
	right: 10px;
}
#divBotCol1, #divBotCol2, #divBotCol3, #divBotCol4 {
	float: left;
	width: 207px;
	min-height: 125px;
	_height: 125px;
	padding: 5px;
	font-size: 11px;
	background: url(../images/bg_bottom_divs.gif) repeat-x;
	position: relative;
	moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#divBotCol4 {
	background:  #be2a2a;	
}
#divBotCol4 h1 {
	color: #FFF;
	font-size: 12px;
	margin-bottom: 8px;
}
#divBotCol4 p {
	color: #FFF;
	margin: 0 0 10px 0;
}
#divBotCol2, #divBotCol3, #divBotCol4 {
	margin: 0 0 0 10px;
}
#divBotCol1 h1, #divBotCol2 h1, #divBotCol3 h1 {
	font-size: 12px;
	margin-bottom: 5px;
}
#divBotCol1 p, #divBotCol2 p, #divBotCol3 p {
	margin: 0 0 5px 0;
}
#divBotCol4 .input {
	width: 200px;
	margin-bottom: 5px;
	font-size: 11px;
}
#divBotCol4 .input2 {
	width: 140px;
	font-size: 11px;
}
#divBotCol4 .submit {
	height: 20px;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
#divBoost {
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	width: 600px;
	margin-left: 200px;
}
#divBoost h1 {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 10px;
}
#divBoost p {
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: normal;
}
#divBoost a:hover {
	color: #FFF;
}
#divFitnessTV {
	padding: 0;
	color: #FFF;
	font-size: 12px;
	margin-bottom: 10px;
	text-align: right;
	background-color: #749dd3;
}
#divFTVBodyLeft {
	width: 400px;
	float: left;
}
#divFTVBodyRight {
	margin-left: 420px;
}
.sale {
	background: url(../images/page_titles/increase/sale_img.jpg) no-repeat bottom left #FFF;
}
.envelope {
	background: url(../images/page_titles/increase/envelope_img.jpg) no-repeat bottom left #FFF;
}
.exc {
	background: url(../images/page_titles/protect/exc_img.jpg) no-repeat bottom left #FFF;
}
.cogs {
	background: url(../images/page_titles/protect/cogs_img.jpg) no-repeat bottom left #FFF;
}
.tv {
	background: url(../images/page_titles/protect/tv_img.jpg) no-repeat bottom left #FFF;
}
.www {
	background: url(../images/page_titles/protect/www_img.jpg) no-repeat bottom left #FFF;
}
.clearer {
	font-size: 0px;
	line-height: 0px;
	clear: both;
}
#imgProtect {
	float: right;
	margin: 0 -20px 0 20px;
}
/* Additional Page Layout =============================================== */

/* About Us Page Layout =============================================== */

.AboutUs a {
	color: #F00;
}
.tblLogos td, .tblLogos td {
	padding: 20px 12px;
}
#imgOur_offer {
	margin: 20px 0;
}
/* Portal Contact Form Layout  =============================================== */

#tblPortalContact {
	width: 300px;
	font-size: 10px;
}
#tblPortalContact td {
	padding: 3px 0;
	color: #9b1854;
}
#tblPortalContact input.class {
	width: 300px;
	height: 20px;
	border: 1px solid #9b1854;
}
fieldset {
	border: 0;
}
/* Begin Gen Contact Form Layout  =============================================== */

#tblContact {
	width: 300px;
	font-size: 10px;
}
#tblContact td {
	padding: 3px 0;
}
#tblContact input.class {
	width: 300px;
	height: 20px;
	border: 1px solid #be2a2a;
}
fieldset {
	border: 0;
}

/* enjoy! Footer Layout  =============================================== */

#divEnjoyFooter {
	width: 920px;
	margin: 0 auto 20px;
	padding: 10px;
	font-size: 11px;
	color: #999;
	background: #CCC;
	border-radius: 10px;
	moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#divEnjoyFooter h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 8px 0;
	color: #999;
}
#divEnjoyFooter p {
	margin: 0 0 10px 0;
}
#divEnjoyFooter a {
	color: #999;
}
#divEnjoyFooter a:hover {
	color: #666;
}
.ulEnjoyFooter {
	margin: 0 0 10px 0;
}
.ulEnjoyFooter li {
	list-style: none;
	margin: 0 0 5px 0;
}
#divEnjoyFooterCol01 {
	float: left;
	width: 160px;
}
#divEnjoyFooterCol02 {
	float: left;
	width: 200px;
}
#divEnjoyFooterCol03 {
	float: left;
	width: 160px;
}
#divEnjoyFooterCol04 {
	float: right;
	width: 140px;
	margin: 0 0 0 260px;
	font-size: 12px;
}
#divEnjoyFooter .FooterGreen {
	color: #008746;
}
#divEnjoyFooter .FooterRed {
	color: #ec1b24;
}
#divEnjoyFooter .FooterBlue {
	color: #00adee;
}
#divEnjoyFooter .FooterPurple {
	color: #91268e;
}

/* enjoy! Footer Layout End  =============================================== */

#divFooterCopy {
	width: 940px;
	margin: 0 auto 20px;
	font-size: 11px;
	color: #CCC;
}
#divFooterCopy p {
	margin: 0 0 10px 0;
}
	
