@charset "utf-8";
/* OBVI Stylesheet - Main   CSS Document */

/* General Formatting */

body {
	background: url(../images/page_elements/bg_tile.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFCCFF;
	font-size: 15px;
	height: 100%;
}

html, body {
	height: 100%;
}

h1 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}

h2 {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

h2 {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
}



#container {
	background: none; 
	position: relative; 
	margin-left: auto; 
	margin-right: auto;
	padding: 0;
	border: 0; 
	width: 800px; 
	height: 100%; 
	z-index: 1;
}

/* Header */

#header {
	background: none;
	position: relative;
	top: 0;
	left: 0;
	width: 794px;
	height: 210px;
	overflow: hidden;
	z-index: 200;
}

/* ---------- Home Page ---------- */

/* Header Home */

#logo_home {
	background: none;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 470px;
	height: 145px;
	overflow: hidden;
	z-index: 100;
}

#navbar_home {
	background: url(../images/page_elements/navbar_home.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 153px;
	left: 0;
	width: 496px;
	height: 48px;
	overflow: hidden;
	z-index: 200;
}

#main-nav_home {
	background: none;
	position: absolute;
	top: 7px;
	left: 4px;
	width: 487px;
	height: 36px;
	overflow: hidden;
	z-index: 500;
}

#main-nav_home ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#main-nav_home li {
	float: left;
	margin-right: 2px;
}

#main-nav_home a, a:link {
	border: none;
	text-decoration: none;
}

/* Home Content */

#content_bg_home_container {
	background: none;
	background-repeat: no-repeat;
	position: relative;
	margin-top: -10px;
	margin-left: 6px;
	margin-bottom: 50px;
	width: 700px;
	height: auto !important;
	overflow: hidden;
	z-index: 25;
}

#content_bg_home-repeat {
	background: url(../images/page_elements/content_bg_home_repeat.png) !important;
	background: url(../images/page_elements/content_bg_home_repeat.gif);
	background-repeat: repeat-y;
	position: relative;
	margin: 0;
	padding: 0;
	width: 263px;
	height: auto !important;
	overflow: hidden;
	z-index: 25;
}

#content_bg_home-bottom {
	background: url(../images/page_elements/content_bg_home_bottom.png) !important;
	background: url(../images/page_elements/content_bg_home_bottom.gif);
	background-repeat: no-repeat;
	position: relative;
	margin: 0;
	padding: 0;
	width: 263px;
	height: 17px;
	overflow: hidden;
	z-index: 25;
}

#title_home {
	background: none;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 0;
	width: 236px;
	height: 34px;
	overflow: hidden;
	z-index: 50;
}

#content_home {
	background: none;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0;
	padding-bottom: 10px;
	width: 220px;
	height: auto !important;
	overflow: hidden;
	z-index: 100;
}

#content_home_spacer {
	background: none;
	position: relative;
	float: left;
	width: 1px;
	height: 200px;
	margin-right: -1px;
	overflow: hidden;
	z-index: 100;
}


#home_buttons {
	background: url(../images/page_elements/home_button_shadows.png) !important;
	background: url(../images/page_elements/home_button_shadows.gif);
	background-repeat: no-repeat;
	position: relative;
	margin-top: 0;
	margin-left: 20px;
	width: 228px;
	height: 140px;
	overflow: hidden;
	z-index: 75;
}

#trend_button {
	background: none;
	position: absolute;
	top: 3px;
	left: 8px;
	width: 103px;
	height: 102px;
	overflow: hidden;
	z-index: 95;
}

#mailing_button {
	background: none;
	position: absolute;
	top: 15px;
	left: 100px;
	width: 123px;
	height: 120px;
	overflow: hidden;
	z-index: 90;
}

#home-tagline {
	background: url(../images/page_elements/tagline.png) !important;
	background: url(../images/page_elements/tagline.gif);
	background-repeat: no-repeat;
	position: relative;
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 0;
	width: 600px;
	height: 67px;
	overflow: hidden;
	z-index: 75;
}

#home_photo {
	background: none;
	position: absolute;
	top: 207px;
	left: 280px;
	width: 500px;
	height: 375px;
	overflow: hidden;
	z-index: 25;
}



/* ---------------------------- Secondary Pages ----------------------------- */

/* Header Secondary */

#logo_secondary {
	background: none;
	position: absolute;
	top: 1px;
	left: 1px;
	width: 416px;
	height: 123px;
	overflow: hidden;
	z-index: 100;
}

#navbar_secondary {
	background: url(../images/page_elements/navbar_secondary.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 124px;
	left: 0;
	width: 566px;
	height: 49px;
	overflow: hidden;
	z-index: 200;
}

#main-nav_secondary {
	background: none;
	position: absolute;
	top: 7px;
	left: 5px;
	width: 560px;
	height: 36px;
	overflow: hidden;
	z-index: 500;
}

#main-nav_secondary ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#main-nav_secondary li {
	float: left;
}

#main-nav_secondary a, a:link {
	border: none;
	text-decoration: none;
}

/* Secondary Page Elements */	

#content_secondary_container {
	background: none;
	position: relative;
	margin-left: 8px;
	margin-top: -23px;
	margin-bottom: 65px;
	width: 620px;
	min-height: 425px;
	height: auto !important;
	z-index: 100;
}

#content_secondary_top {
	background: url(../images/page_elements/content_bg_secondary_top.png) !important;
	background: url(../images/page_elements/content_bg_secondary_top.gif);
	background-repeat: no-repeat;
	position: relative;
	margin: 0;
	padding: 0;
	height: 50px;
	width: 620px;
	z-index: 105;
	overflow: hidden;
}

#content_secondary_rep {
	background: url(../images/page_elements/content_bg_secondary_repeat.png) !important;
	background: url(../images/page_elements/content_bg_secondary_repeat.gif);
	background-repeat: repeat-y;
	position: relative;
	margin: 0;
	padding: 0;
	width: 620px;
	margin-top: 0;
	height: auto !important;
	z-index: 100;
}

#content_secondary_bottom {
	background: url(../images/page_elements/content_bg_secondary_bottom.png) !important;
	background: url(../images/page_elements/content_bg_secondary_bottom.gif);
	background-repeat: no-repeat;
	position: relative;
	margin: 0;
	padding: 0;
	height: 25px;
	width: 620px;
	z-index: 105;
	overflow: hidden;

}

#obvi_girl {
	background: url(../images/page_elements/obvi-girl_secondary.png) !important;
	background: url(../images/page_elements/obvi-girl_secondary.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 51px;
	left: 564px;
	width: 232px;
	height: 474px;
	overflow: hidden;
	z-index: 110;
}

#mailing_secondary_shadow {
	background: url(../images/page_elements/mailing_secondary_shadow.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 536px;
	left: 609px;
	width: 135px;
	height: 130px;	
	padding-left: 7px;
	padding-top: 4px;
	overflow: hidden;
	z-index: 150;
}

/* Secondary Page Content */

#title_secondary {
	background: none;
	position: absolute;
	left: 125px;
	top: 20px;
	width: 365px;
	height: 45px;
	overflow: hidden;
	z-index: 125;
}

#content_secondary_text {
	background: none;
	position: relative;
	margin-left: 30px;
	padding-top: 25px;
	padding-bottom: 25px;
	width: 520px;
	min-height: 375px;
	height: auto !important;
	height: 375px;
	z-index: 125;
}

#content_secondary_container a {
	color: #ccff99;
	text-decoration: none;
}

#content_secondary_container a:link {
	color: #ccff99;
	text-decoration: none;
}

#content_secondary_container a:hover {
	color: #ccff66;
	text-decoration: underline;
}

/*Images */

#content_secondary_text img {border: 1px solid #ccff99; }

#content_secondary_text a img {border: 1px solid #ccff99;}

#content_secondary_text a:link img {border: 1px solid  #ccff99;}

#content_secondary_text a:hover img {border: 1px solid  #00FF66;}





/* ------------------------------------- Footer --------------------------------------- */

#footer {
	background: url(../images/page_elements/footer_bg.gif);
	background-repeat: no-repeat;
	position: relative;
	left: 3px;
	top: -45px;
	width: 794px;
	height: 45px;
	overflow: hidden;
	z-index: 100;
	margin: 0;
	padding: 0;
} 

#footer_nav {
	background: none;
	position: absolute;
	top: 4px;
	left: 20px;
	width: 750px;
	height: 27px;
	overflow: hidden;
	z-index: 150;
	margin: 0;
	padding: 0;
}

#footer_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer_nav li {
	float: left;
}

#footer_nav li a {
	text-decoration: none;
	border: none;
}

#copyright {
	background: none;
	position: absolute;
	top: 30px;
	left: 400px;
	width: 390px;
	height: 10px;
	color: #CC99CC;
	text-align: right;
	font-size: 9px;
}

#mcg {
	background: none;
	position: absolute;
	top: 30px;
	left: 5px;
	width: 400px;
	height: 10px;
	color: #CC99CC;
	text-align: left;
	font-size: 9px;
}

#mcg a, a:link {
	text-decoration: none;
	color: #CC99CC;
}

#mcg a:hover {
	text-decoration: underline;
	color: #00CC33;
}




	









	