@charset "UTF-8";
/* CSS Document */

body {
	font-family: Optima, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 0px;
	background-color: #FFFFFF;
	color: #FFFFFF;
}

p {
	font-family: Optima, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
}

#wrapper {
	width:980px;
	margin: 0 auto;
	background-color: #FFFFFF;
	position: relative;
}

#header {
	top: 0px;
	width:960px;
	height:165px;
	position: absolute;
	padding-top: 20px;
	padding-left: 20px;
}


#sidebar {
	margin-top: 187px;
	width:230px;
	float:left;
	position: relative;
	padding: 10px;
}

#sidebarimg {
	margin-top: 187px;
	width:250px;
	height:300px;
	float:left;
	position: relative;
}

#sidebar p {
	color: #000000;
}

#content {
	width:600px;
	float:left;
	color: #FFFFFF;
	background-color: #4f4f4f;
	margin-top: 187px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 0px;
	position: relative;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
}

#content p, #content td, #content li {
	color: #FFFFFF;
}

#footer {
	position: relative;
	background-color: #000000;
	clear: left;
	width: 980px;
	height: 100px;
}

#logo {
	background-color: #000000;
	height: 230px;
	width: 265px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: center;
}

#logo_sub {
	background-color: #000000;
	height: 185px;
	width: 200px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: center;
}

#brunner {
	float: left;
	height: 55px;
	width: 101px;
	margin-top: 15px;
}

#brunner a {
	background-image: url(images/brunner-up.png);
	background-repeat: no-repeat;
	height: 55px;
	width: 101px;
	display: block;
}

#brunner a:hover {
	background-image: url(images/brunner-ov.png);
	background-repeat: no-repeat;

}

#nav1 {
	height: 70px;
	float: left;
	width: 350px;
	background-image: url(images/mappin.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#nav2 {
	clear: left;
	width: 600px;
}

#nav1 ul {
	margin: 0px;
	list-style-type: none;
	padding-left: 15px;
}


#nav1 ul li {
	padding-top: 35px;
	float: left;
}

#nav1 ul li a {
	font-family: Optima, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 35px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 35px;
	width: 100px;
}

#nav1 ul li a:hover {
	color: #FF0000;
}

a.askus {
	background-image: url(images/askus.png);
	background-repeat: no-repeat;
	width:111px;
	height:70px;
	display: block;
	float: left;
}

#safety {
	float: left;
	height: 80px;
	width: 300px;
	margin: 10px;
}

#social {
	float: left;
	height: 90px;
	width: 87px;
	padding-top: 10px;
	padding-left: 280px;
}

#swoosh {
	float: left;
	height: 100px;
	width: 233px;
	background-image: url(images/swoosh.gif);
	background-repeat: no-repeat;
	color: #000000;
	font-size: 10px;
	padding-left: 60px;
	background-color: #FFFFFF;
}

a {
	color: #CCCCCC;
}

a:hover {
	color: #e8cccc;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#e8cccc;
	font-size:20px;
	padding-left:10px;
	font-style: italic;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:18px;
	padding-left: 10px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size:14px;
	padding-left: 10px;
}