@charset "utf-8";
/* CSS Document */

/*---------- TAGS ----------*/

#nav ul li a#onesystemnolimitsnav {
	height: 28px;
	padding: 2px 0 0 0;
}

div.feature-holder { margin: 0 0 10px 0; }

div.feature-holder-p { padding: 5px; background-color: #F3F3F3; width: 560px; float: left; }

div.feature-screen { width: 200px; min-height: 100px; overflow: hidden; }

div.left div.feature-screen, div.left div.feature-holder-p  { float: left; }

div.left div.feature-screen { margin: 0 10px 0 0; }

div.right div.feature-screen { float: right; }

body#features #text { width: 780px; }


body#onesystemnolimits a#onesystemnolimitsnav { background-image: url(../images/menu/btn_on.jpg);  }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #3B4246;
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #e32e88;
	padding: 0;
	margin: 10px 0 10px 0;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #e32e88;
	padding: 0 0 0 30px;
	margin: 0 0 10px 0;	
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #e32e88;
	padding: 0 0 0 30px;
	margin: 0;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #e32e88;
	padding: 0;
	margin: 0;
}

h5 {
	font-size: 14px;
	font-weight: bold;
	color: #e32e88;
	padding: 0;
	margin: 10px 0 10px 0;
}

img { border: none; }

p {
	margin: 0;
	padding: 3px 0 3px 0;
}

form {
	padding: 0;
	margin: 0;
}

a {
	color: #e32e88;
	text-decoration: none;
	
}

a:hover {
	color: #e32e88;
	text-decoration: underline;
}

/*---------- /TAGS ----------*/

/*---------- LAYOUT ----------*/

#wrapper { 
	width: 800px;
	padding: 0;
	margin: 0 auto 20px auto;
}

#header {
	width: 800px;
	height: 120px;
}

#headerLeft {
	width: 435px;
	height: 100px;
	float: left;
	padding: 20px 0 0 0;
	margin: 0;
}

#headerRight {
	width: 365px;
	height: 95px; 
	text-align: right;
	float: left;
	padding: 25px 0 0 0;
	margin: 0;
}

#content {
	width: 800px;
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
}

#contentMain {
	width: 780px;
	background-color: #FFFFFF;
	padding: 0 10px 0 10px;
	margin: 0;
}

#contentProducts {
	width: 780px;
	background-color: #FFFFFF;
	padding: 10px;
	margin: 0;
}

#leftImage {
	width: 310px;
	height: 400px;
	float: left;
	padding: 0;
	margin: 0 30px 0 0;
}

#leftImage img {
	padding: 0;
	margin: 0;
	border: 0;
}

#contentFooter {
	width: 800px;
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
}

#links {
	width: 800px;
	font-size: 9px;
	text-align: center;
}

#links p { color: #999999; }

#links a { color: #CCCCCC; }

#links a:hover { text-decoration: underline; }

#text { 
	width: 440px;
	padding: 10px 0 0 0;
	margin: 0;
	float: left;
}

#featuresList {
	background-color: #E7E7E7;
	padding: 10px 10px 10px 25px;
	margin: 10px 0 10px 0;
}

#featuresList li {
	color: #e32e88;
	padding: 3px 0 3px 0;
	margin: 0;
}

#featuresList li p {
	color: #666666;
	padding: 0;
	margin: 0;
}
	

body#testimonials #wrapper #contentMain #text p { margin: 0 0 20px 0; }

body#news #wrapper #contentMain #text p { margin: 0 0 20px 0; }

/* NEWS AND TESTIMONIALS */

#newspanel {
	width: 300px;
	border-right: 1px solid #999999;
	padding: 0 20px 0 0;
	margin: 0 30px 0 0;
	float: left;
	position: relative;
}

#testimonialspanel {
	position: relative;
	width: 400px;
	float: left;
}

#testimonialspanel h3 {
	padding: 0;
}

#dash {
	font-weight: bold;
	color: #E32E88;
	width: 20px; 
	float: left;
	padding: 0;
	margin: 3px 0 0 10px; 
}

#newsHolder {
	width: 270px;
	float: left;
	padding: 0; 
	margin: 0; 
}

/* /NEWS AND TESTIMONIALS */ 

/*---------- /LAYOUT ----------*/

/*---------- STYLES ----------*/

.clear { clear: both;}

.clearMenu {
	clear: both;
	height: 15px;
}

.clearProduct {
	clear: both;
	height: 20px;
}


.smallBtn {
	width: 94px;
	height: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	background-image: url(../images/btn/small_off.jpg);
	background-repeat: no-repeat;
	padding: 2px 13px 0 0;
	margin: 0;
	float: right;
}

.smallBtn a {
	color: #FFFFFF;
	text-decoration: none;
}

.smallBtn a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.smallBtnGrey {
	width: 73px;
	height: 16px;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	background-image: url(../images/btn/small_offGrey.jpg);
	background-repeat: no-repeat;
	padding: 2px 5px 0 0;
	margin: 5px 0 0 0;
	float: right;
}

.smallBtnGrey a {
	color: #FFFFFF;
	text-decoration: none;
}

.smallBtnGrey a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.curveTop {
	width: 800px;
	height: 20px;
	background-image: url(../images/curveTop.jpg);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}

.curveBottom {
	width: 800px;
	height: 20px;
	background-image: url(../images/curveBottom.jpg);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0 0 20px 0;
}

.readMore {
	text-align: right;
	margin: 10px 0 0 0;
}

.btnBottomRight {
	height: 115px;
}

.sideImage {
	width: 310px;
	float: left;
	padding: 0;
	margin: 0 30px 0 0;
}

.productL {
	width: 770px;
	height: 140px;
	background-color: #E7E7E7;
	padding: 5px;
	margin: 0;
}

.longBtn {
	width: 350px;
	height: 25px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-image: url(../images/btn/long_grey.jpg);
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
	margin: 10px auto 10px auto;
}

.longBtn a {
	color: #FFFFFF;
}

.longBtn a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.longBtnPDF {
	width: 312px;
	height: 35px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-image: url(../images/btn/long_greyPDF.jpg);
	background-repeat: no-repeat;
	padding: 20px 0 0 38px;
	margin: 10px auto 10px auto;
}

.longBtnPDF a {
	color: #FFFFFF;
}

.longBtnPDF a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


.sitemapLineheight {
	line-height: 18px;
}

.contactInfo {
	padding: 10px 38px 0 0;
	margin: 0;
	font-size: 10px;
	text-align: right;
}

.darkGrey {
	color: #666666;
}

.pink {
	color: #e32e88;
}

.benefitsList {
	padding: 0 20px 0 20px;
	margin: 0;
}

.benefitsList li {
	padding: 3px 0 3px 0;
	margin: 0;
}

body#tours #wrapper #contentMain #text img { border: #666666 solid 1px; padding: 0; margin: 0 0 0 25px; }

body#home #wrapper #content { text-align: center; }  

/*---------- /STYLES ----------*/

/*---------- MENU ----------*/

#nav {
	width: 800px;
	padding: 0;
	margin: 0;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav ul li {
	list-style: none;
	display: inline;

}

#nav ul li a {
	width: 118px;
	height: 23px;
	padding: 7px 0 0 0;
	margin: 0;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	float: left;
	background-image: url(../images/menu/btn_off.jpg);
	background-repeat: repeat-x;
	border-right: #FFFFFF solid 1px;
}

/* MENU ADJUSTMENTS */

/* CURVED IMAGE */

#nav ul li a:hover { background-image: url(../images/menu/btn_on.jpg); }


#nav ul li a#homenav {
	background-image: url(../images/menu/btnLeft_off.jpg);
	background-repeat: no-repeat;
	width: 100px !important;
}

#nav ul li a#homenav:hover { background-image: url(../images/menu/btnLeft_on.jpg); }


#nav ul li a#contactnav {
	background-image: url(../images/menu/btnRight_off.jpg);
	background-repeat: no-repeat;
	border: none;
	width: 100px !important;
}

#nav ul li a#contactnav:hover { background-image: url(../images/menu/btnRight_on.jpg); }

/* /CURVED IMAGE */

/* MENU WIDTH */

#nav ul li a#casestudiesnav { width: 122px !important; }
	

/* /MENU WIDTH */

/* /MENU ADJUSTMENTS */

/* ROLL OVER STATES */

body#home #nav ul li a#homenav {
	background-image: url(../images/menu/btnLeft_on.jpg);
	background-repeat: no-repeat;
}


body#contact #nav ul li a#contactnav {
	background-image: url(../images/menu/btnRight_on.jpg);
	background-repeat: no-repeat;
}

body#home a#homenav,
body#benefits a#benefitsnav,
body#features a#featuresnav,
body#tours a#toursnav,
body#testimonials a#testimonialsnav,
body#casestudies a#casestudiesnav,
body#news a#newsnav,
body#alacer a#alacernav { 
	background-image: url(../images/menu/btn_on.jpg); 
}

/* /ROLL OVER STATES */

/*---------- /MENU ----------*/












































































