@import "base.css";

/* FOUNDATIONS
****************************************************/
html { background: none; }
body {
	min-width: 955px;
	color: #fff;
  background: #250730 url(../images/backgrounds/homepagebg.jpg) top center no-repeat;
}

/* HEADER
****************************************************/
#header {
  width: 950px; 
  height: 285px;
  margin-left: -1px;
  overflow: hidden;
  background: none;
}
*html #header { margin-left: 4px; }

#header h1 {
  float: left;
  margin-top: 180px;
  height: 100px; width: 110px;
}
*html #header h1 { width: 104px;}
#header h1 a {
  position: absolute;
  z-index: 999;
  display: block;
  height: 100px; width: 100px;
}
#header h1 a span { display: none; }
#header h2 { display: block; }
#header h2 a {
  display: block;
  margin: 9px 0 0 105px;
  width: 535px; height: 236px; 
  background: url(../images/backgrounds/findoutwhy.gif) no-repeat;
} 
html[xmlns] #header h2 a { background: url(../images/backgrounds/findoutwhy.png) no-repeat; }
#header h2 span { display: none; }

#header #homeflash {
  position: absolute; 
  top: 0; 
  left: 0; 
  z-index: 900;
}

/* HEADER: SEARCH
****************************************************/
#header .search_form {
  float: right;
  margin: 12px 0 0 0;
  padding: 12px 0 0 0;
  width: 300px; height: 41px;
  overflow: hidden;
  border-top: 1px solid #b079b2;
}
*html #header .search_form {
  padding-right: 4px;
}
#header .search_form label {
  display: block;
  float: left;
  height: 18px; width: 70px;
  margin-right: 8px; margin-left: 3px;
  background: url(../images/search-label.gif) bottom no-repeat;
}
#header .search_form label span { display: none; }
#header .search_form input.text {
  font-size: 12px;
	color:#fff;
  background: #533368;
  height: 16px; width: 167px;
  border-top: 1px solid #211429;
  border-left: 1px solid #342042;
  border-bottom: 1px solid #9c89a8;
  border-right: 1px solid #775e88;
}
#header .search_form input.submit {
  border: 0;
  position: absolute;
  margin: -1px 0 0 8px;
  font-size: 0px;
  cursor: pointer;
  height: 21px; width: 36px;
  background: url(../images/find.gif) top no-repeat;
}

/* HEADER: NAVIGATION
****************************************************/
#nav-bar {   
  position: absolute;
  top: 245px; left: 110px;
  height: 39px;
}
*html #nav-bar { left: 116px; }

/* HEADER: NAVIGATION: Main
****************************************************/
#main-nav {
  height: 38px;
}

#main-nav .sub-nav {
  margin-top: 1px;
}
#subnav-products {
  left: 341px;
  width: 185px;
}

/* HEADER: NAVIGATION: Secondary
****************************************************/
#secondary-nav {
  position: absolute;
  text-align: right;
  width: 281px;
  margin: -223px 0 0 540px;
}
*html #secondary-nav {
  right: 0;
  width: 282px;
  margin: -223px -8px 0 0;
}

/* CONTENT
****************************************************/
#content {
  clear: both;
}

/* CONTENT: MAIN-CONTENT
****************************************************/
#main-content {
  float: left;
  width: 643px;
	min-height: 225px;
  padding-top: 0px; 
  margin: 0;
  background: none;
}
html[xmlns] #main-content {
	background:url(../images/backgrounds/home-content.png) 0 0 no-repeat;
}
*html #main-content {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/backgrounds/home-content.png', sizingMethod='crop');
}

#main-content h2,
#main-content h3 {
  color: #00bff3;
}

#main-content a {
  color: #ec008c;
  text-decoration: underline;
}
#main-content a:hover {
  text-decoration: none;
}

#campaign {
	width: 265px;
	display: block;
	float: left;
}
#campaign a {
	width: 265px;
	height: 215px;
	display: block;
}
#campaign a span { display: none; }

/* CONTENT: MAIN-CONTENT: INTRO
****************************************************/
#intro {
  margin-left: 280px;
  margin-right: 15px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  border-bottom: 1px #c3b6c8 dashed;
}

/* CONTENT: MAIN-CONTENT: MAKE IT U
****************************************************/
#make-it-u {
  margin-left: 280px;
  margin-right: 15px;
  padding-bottom: 10px;
}
#make-it-u span {
	color:#e49ec4;
	font-weight:bold;
}
#make-it-u p span {
	margin-top:6px;
	display:block;
}
#make-it-u li {
	margin-right:5px;
	margin-top:7px;
	line-height:14px;
	padding-left:11px;
	background:url(../images/backgrounds/home-bullet-pink.gif) 0px 4px no-repeat !important;
}
#make-it-u #tell-us-campaign {
	display:block;
	width:271px; height:21px;
	background:url(../images/buttons/home-campaign.gif) left top no-repeat;
	margin:9px 0 0 77px;
}

/* CONTENT: MAIN-CONTENT: REASONS
****************************************************/
#reasons {
  margin-right: 5px;
  padding:10px 0 0 280px;
  border-top: 1px #c3b6c8 dashed;
  width: 348px;
  background: url(../images/backgrounds/home-content-reasons.jpg) no-repeat ;
}
#reasons li{
	line-height: 17px;
	background: url(../images/backgrounds/products-bullet.gif) left no-repeat;
	padding: 0 0 0 11px;
}
#reasons a {
	padding: 0 0 0 11px;
}
#reasons #product-link {
	display: block;
	width: 322px; height: 40px;
	text-decoration: none; 
	background: url(../images/buttons/home-products.gif) left top no-repeat;
	margin: 8px 0 0 11px;
	float:right;
}
#reasons #product-link a:hover { text-decoration: none; }
#reasons #product-link span { visibility: hidden; }

/* CONTENT: SIDEBAR
****************************************************/
#sidebar {
  float: right;
  margin-top: -186px;
  width: 300px; 
  min-height: 510px;
  padding-bottom: 11px;
  background: #fff url(../images/backgrounds/sbgradbtm.gif) bottom repeat-x;
}
*html #sidebar { 
  height: 510px;
  overflow-x: hidden;
	margin-left:13px;
}

/* FOOTER
****************************************************/
#footer {
  margin: -20px 0 0 -5px !important;
  clear: both;
  width: 945px;
  background: #31153d;
  border-top:3px double #31153d;
  border-bottom: 1px solid #250730;
}

#footer h4,
#footer h4 a{
	color:#dac7e5;
}

#footer li,
#footer li a{
	color:#ac8fd1;
}

#footer li{
	background:url(../images/backgrounds/home-bullet-pink.gif) no-repeat left center;
}

.footer-map {
	border-left:1px dashed #5f466d;
}

#legal {
  color: #fff;
  background: #260831 url(../images/backgrounds/legalbg.gif) top center no-repeat;
}
#legal a {
  color: #fff !important;
}
