img { border: none; }
.floatr { float: right; } .floatl { float: left; }
.center { text-align: center; } .left { text-align: left; } .right { text-align: right; }

body {
	margin: 0;
	text-align: center;
	background: #737984 url("/images/body_bg.gif") 50% 0px repeat-x;
	font: 80%/130% tahoma, sans-serif;
}
input, textarea, select {
	font: .8em tahoma, sans-serif;
}
#page {
	width: 788px;
	margin: 0 auto;
	background: url("/images/page_bg.gif") 50% 0px repeat-y;
}
	
#container {
	text-align: left;
	position: relative;
	background: url("/images/main.jpg") 50% 0px no-repeat;
	margin: 0 auto;
	width: 788px;
}

/*/////////////////////////////////*/

#header {
	position: relative;
	height: 205px;
}

#logo {
	position: absolute;
	width: 344px;
	height: 75px;
	top: 80px;
	left: 50px;
	text-indent: -9999px;
}
#logo a {
	width: 344px;
	height: 75px;
	display: block;
}
#logo a:hover {
}

#right {
	float: right;
	margin-top: 25px;
	width: 214px !important;
	width: 194px;
	margin-right: 45px !important;
	margin-right: 23px;
}
#nav {
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
}
#nav a {
	float: left;
	font: bold 1em tahoma, sans-serif;
	display: block;
	width: 100%;
	text-decoration: none;
	color: #09297b;
	background: url("/images/bullet.gif") 0px 50% no-repeat;
	padding: 8px 2px 8px 16px;
}
#nav a:hover {
	color: #4a7bc4;
}
#nav > ul a {
	width: auto;
}
#nav a {
	float: none;
}

/*/////////////////////////////////*/

.divider {
	height: 1px;
	margin: 5px;
}

#accessibility {
	position:  absolute;
	top:  -10000px;
}

/*/////////////////////////////////*/


#content {
	float: left;
	display: inline;
	margin: 0 0 0 75px;
	width: 415px;
	background: url("img/content_bottom.gif") bottom no-repeat;
}
#content h2 {
	margin: 10px 0;
	font: normal 2.3em verdana, sans-serif;
	letter-spacing: -.05em;
	color: #e20007;
}
#content h2 a {
	text-decoration: none !important;
	color: #e20007;
}
#content h3 {
	margin: 5px 0;
	font: bold 1.5em arial, sans-serif;
	color: #777;
	clear: both;
}
#content p {
	margin: 7px 0;
	clear: left;
}
#content a {
	color: #000;
}
#content a:hover {
	color: #cc0000;
}
#content li {
	margin: 8px 0;
}
hr {
	clear: both;
}
.prod {
	width: 410px;
	background: #fff url(/images/prod_bg.gif) 146px -39px no-repeat;
	border:1px solid #99a1b8;
	padding:1px;
	float:left;
	margin: 5px 2px 5px 0;
}
.prod img {
	float: left;
	margin: 0 15px 15px 0;
}
.prod p {
	padding: 3px 8px;
	font-size: 90%;
}
.prod p strong {
	font-size: 110%;
	display: block;
	margin-bottom: -7px;
}

/*/////////////////////////////////*/

#footer {
	clear: both;
	height: 136px;
	background: url("/images/footer.gif") bottom center no-repeat;
}
#footer p {
	position: relative;
	top: 75px;
	left: 75px;
	color: #ffd7d8;
}
#footer a {
	color: #ffd7d8;
}
#footer a:hover {
	color: #fff;
}