/* CSS Document */

body {
	background: #f0f0f0 url(/images/background-new.gif);
	background-position:top;
	background-repeat:no-repeat;
	width: 100%;
	color: #333333;
	font-size: 11px;
	font-family: century gothic;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
a, a:visited {
	color:blue;
	text-decoration: none;
	}
	
a:hover {
	color:blue;
	text-decoration: underline;
	}
	


#page {
	position:relative;
	width:954px;
	margin:auto;
		}
	
/***********************************************************/
	
#header {
	color:white;
	position:relative;
	left:404px;
	top:88px;
	height:20px;
	width:530px;
	padding-right:20px;
	text-align:right;
	}
	
#headertag {
	color:white;
	position:relative;
	left:0px;
	top:108px;
	height:20px;
	width:400px;
	padding-left:20px;
	text-align:left;
	}
	
#header a, a:hover, a:visited {
	color:white;
	font-weight:bold;
	}
	
#headertag a, a:hover, a:visited {
	color:white;
	font-weight:bold;
	}
	
/*********************************************************************/

#breadcrumb {
	position:relative;
	left:0px;
	top:135px;
	height:20px;
	width:924px;
	padding-left:30px;
	}

#headline{
	position:relative;
	background: #fff url(/images/headline.gif);
	background-position:top;
	background-repeat:no-repeat;
	left:0px;
	top:150px;
	height:66px;
	width:914px;
	padding-left:40px;
	padding-top:2px;
	}
	
#headline_add {
	position:absolute;
	left:730px;
	top:10px;
	width:200px;

	}
	
#headline h1 {

	font-size:14px;
	font-weight:bold;
	}
	
#headline a, a:visited {
	color:blue;
	font-weight:bold;
	}
	
#headline a:hover {
	color:blue;
	font-weight:bold;
	}	
	
/**************************************************/

#contentunit {
	position: relative;
		background: #f0f0f0 url(/images/contentunit.gif);
	background-position:top;
	background-repeat:no-repeat;
	left:577px;
	top:-835px;
	width:330px;
	height:945px;
	padding-top:55px;
	padding-left:10px;
	padding-right:10px;
	}
	
#contentunit a, a:visited {
	color:blue;
	font-weight:bold;
	}
	
#contentunit a:hover {
	color:blue;
	font-weight:bold;
	}	

	
h2 {
	font-size:13px;
	font-weight:bold;
	}
	
h3 {
	font-size:13px;
	font-weight:bold;
	}
	
#product {
	position: relative;
	background: #f0f0f0 url(/images/product.gif);
	background-position:top;
	background-repeat:no-repeat;
	left:30px;
	top:165px;
	width:500px;
	height:940px;
	padding-top:60px;
	padding-left:15px;
	padding-right:15px;
	}
	
#product h2 {
	font-size:12px;
	font-weight:bold;
	}
	
	
#product a, a:visited {
	color:blue;
	font-weight:bold;
	}
	
#product a:hover {
	color:blue;
	font-weight:bold;
	}	

#footer {
	position:relative;
	color:#333;
	background: #fff;
	background-position:top;
	top:-800px;
	height:88px;
	width:914px;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	}

#footer a, a:hover, a:visited {
	color:#333;
	font-weight:bold;
	}

img.float-left {
	float:left;
	margin-right:15px;
	margin-bottom:10px;
	margin-top:10px;
	border: 1px solid #c0c0c0;
	}

img.floatleft {
	float:left;
	margin-right:5px;
	margin-bottom:0px;
	margin-top:3px;
	border: 1px solid #c0c0c0;
	}
	
img.float-right {
	float:right;
	margin-right:35px;
	margin-top:6px;
	border: 0px solid #c0c0c0;
	}
	
	

