/*****************************************
/ Univenture.com template
/ 4/28/2008
/****************************************/


html, body { 
	margin : 0px;
	padding : 0px;
} 


body {
	text-align: center;
	color: white;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
} 

p{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
padding: 5px;
}

/*This section centers the page for Safari and Firefox (Div wrapper needs added to the page.)  */
#wrapper {width: 900px; margin: 0 auto; text-align: left; }

a:link, a:visited { 
	color : #004990;
	background : transparent;
	text-decoration : none;
	font-size: 12px;
} 
a:hover { 
	color : #8fb8cc;
	text-decoration : none;
} 
a.header:link, a.header:visited {
	color : #000000;
	background : transparent;
	text-decoration : none;
	font-size: 12px;
}
a.header:hover { 
	color : #8fb8cc;
	text-decoration : none;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color : #004990;
}
h2 { 
	margin : 1em 0 0.5em 0;
	font-size : 130%;
	letter-spacing : normal;
} 
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #004990;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #c0b678;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cdc99a;
	text-align:center;
}

.movie {
	width:450px;
	height: 150px;
}

div.movie {
				width: 450px;
				height: 150px;
				border: 0px solid #333333;
				margin: 2px auto;
			}
li.news {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	color: #000000;
	position:relative;
	list-style-image:url(../images/bullet_arrow.png);
	list-style-position:inside;
	white-space: normal;
}
a img { 
	border : none;
}

.imgleft { 
	float : left;
	padding : 5px;
	margin-right : 10px;
} 
#container { 
	width: 900px;
	margin : 0 auto;
	border : 10px solid #fff;
	line-height : 2em;
	background : #fff;
	color : #666;
} 
#top {
	padding : 0;
	height : 100px;
	color : #484500;
	background-color: #8fb8cc;
	background-image: url(/html/images/univenture_logo_07.jpg);
	background-repeat: no-repeat;
} 
#top h1 {
	margin : 0;
	font-size : 75%;
	letter-spacing : 1px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 25px;
} 
#leftnav {
	float : left;
	width : 200px;
	margin : 0;
	padding : 1em;
} 
#leftnav p { 
	margin : 0 0 1em 0;
} 
#leftnavmenu {
	list-style : none;
	float : left;
	width : 200px;
	margin : 30px 0 30px 0;
	padding : 0;
	font-size : 0.9em;
} 
#leftnavmenu ul { 
	list-style : none;
	width : 200px;
	margin : 0 0 20px 0;
	padding : 0;
	font-size : 1.1em;
} 
#leftnavmenu li { 
	margin-bottom : 2px;
} 
#leftnavmenu li a {
	font-weight : bold;
	height : 20px;
	text-decoration : none;
	color : #3399cc;
	display : block;
	padding : 4px 0 0 30px;
	text-align: left;
	border-left : 0 solid #8fb8cc;
	background-color: #eaeaea;
	background-image: url(/images/up.gif);
	background-repeat: no-repeat;
	background-position: left center;
} 
#leftnavmenu li a:hover {
	color : #fff;
	border-left : 0 solid #003366;
	background-color: #8fb8cc;
	background-image: url(/html/images/right.gif);
	background-repeat: no-repeat;
	background-position: left center;
} 
#content {
	width: 600px;
	float: right;
	border-left : 10px solid #fff;
	padding : 1em;
} 
#content p { 
	padding : 0 2em 0 2em;
} 
#footer {
	clear : both;
	margin : 0;
	padding : 0;
	font-size : 0.9em;
	color : #8fb8cc;
	background-color: #036;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #fff;
} 
#footer p { 
	padding : 0 0 0 5px;
}  
* > html #footer img { 
	margin : 0;
} 
.quote {
	border-top : 1px solid #8fb8cc;
	padding : 10px;
	color : #036;
} 
#navcontainer { 
	border-bottom : 10px solid #fff;
	font-size:14px;
} 
#navcontainer ul { 
	text-align : left;
	padding-bottom : 5px;
	padding-top : 5px;
	padding-left : 0;
	margin-top : 0;
	margin-bottom : 0;
	margin-left : 0;
	background : #036;
	color : white;
	width : 100%;
	font-family : Arial, Helvetica, sans-serif;
	line-height : 18px;
} 
#navcontainer ul li { 
	display : inline;
	padding-left : 0;
	padding-right : 0;
	padding-bottom : 5px;
	padding-top : 5px;
} 
#navcontainer ul li a {
	padding-left : 10px;
	padding-right : 10px;
	padding-bottom : 5px;
	padding-top : 5px;
	color : #fff;
	text-decoration : none;
	border-right-width: 0px;
	border-right-style: none;
	border-right-color: #003366;
} 
#navcontainer ul li a:hover { 
	background : #369;
	color : #FFFFFF;
} 
#navcontainer #active {
	border-left-width: 0px;
	border-left-style: none;
	border-left-color: #003366;
} 
form {
	float : right;
	margin-bottom : 20px;
	margin-right : 15px;
	padding-top: 8px;
} 
input.search {
	width : 105px;
	border : none;
	padding : 4px;
	background-image:url(/html/images/logininput.gif);
} 
input.login {
	width : 75px;
	border : none;
	padding : 4px;
	background-image: url(/html/images/logininput.gif);
} 
blockquote { 
	font-size : 90%;
	font-weight: bold;
	border : 1px solid #fff;
	background : #eaeaea;
	color : #666;
} 

#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	line-height:16px;
	z-index:100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #003366;
}

.prod-desc ul {
	padding-left:25px;
	line-height:120%;
	}
.prod-desc { margin-left:140px; }

/* eBlast formating */

a.white:link, a.white:visited {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
}
a.white:hover { 
	color : #8fb8cc;
	text-decoration : none;
}
div.button {
height:75px;
width:75px;
position: relative;

}
P.whiteB {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
}
li.white {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ffffff;
	position:relative;
	list-style-image: url(../eBlast/images/bullet_white_circle.png);
	list-style-position:inside;
	white-space: normal;
}
div.header {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color: #ffffff;
}
.gray {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	padding: 0px 0px 0px 5px;
	margin:0px;
	color: #808285;
}
.pink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:140px;
	padding: 0px 0px 0px 5px;
	margin:-20px 0px 0px 0px;
	color: #d31145;
}
.pinksm {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	padding: 2px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color: #d31145;
}
h6.black16 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color: #000000;
}
h6.black14 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style: italic;
	color: #333333;
	padding: 2px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
h6.black12 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
	padding: 2px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
div.left {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:left;
float:left;
width: 430px;
color:#000000;
}
div.right {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:right;
position:static;
float:right;
width: 450px;
color:#000000;
}
div.left200 {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:left;
float:left;
position:relative;
width: 250px;
color:#000000;
}

/* The formatting for the top TABS starts here   */
a.top:link, a.top:visited { 
	color : #000000;
	background : transparent;
	text-decoration : none;
	font-size: 12px;
} 
a.top:hover { 
	color : #8fb8cc;
	text-decoration : none;
}

#brands4 {
	clear:none;
	float:left;
	width: 300px;
	margin: 19px 0 0 0;
	padding: 0 0 0 182px;
}
#home{
	clear:none;
	float:right;
	width: 315px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:right;
	margin: 10px 0 0 0;
	padding: 0 3px 0 0;
}
#phone {
	clear:both;
	float:right;
	width: 300px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:right;
	margin: -2px 0 0 0;
	padding: 0 39px 0 0;
}
#tabs {
	clear:left;
	float: left;	
	width: 455px;
	margin: 0 0 0 0;
	padding: 0 0 0 75px;
}
#head {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image: url(../images/border_top.jpg);
	background-repeat:no-repeat;
	width:900px;
	height: 180px;
}
#top {
	width:100%;
	height:68px;
	margin:0;
	padding:0;
	background-color: #FFFFFF;
	/*background-image:url(../images/top_gradient.jpg);
	background-repeat:repeat-x;*/

}
#top2 {
	width: 900px;
	margin:0;
	padding:0;
	
}