body,td {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

input,textarea, select {
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333;
	width: 200px;
}

body {
	margin: 0px;
	padding: 15px 0px 0px;
	background: url(images/page_bg.gif);
	text-align: center;
	width: 100%;
}
#page {
	margin: 0px auto;
	width: 812px;
	background: #FFFFFF;
	text-align: left;
	height: auto;
	overflow: visible;
	position: relative;
}
#nav {
	float: left;
	width: 185px;
	text-align: center;
}
#footer {
	background: #f78f1e;
	height: 60px;
	clear: both;
	font-size: 11px;
	color: #1A419A;
	font-weight: bold;
	padding: 5px;
	border-top: 6px solid #1A419A;
	border-right-color: #1A419A;
	border-bottom-color: #1A419A;
	border-left-color: #1A419A;
}
#banner h1 {
	display: none;
}

#nav ul {
	list-style: none;
	margin: 0px;
	padding: 10px 15px 0px;
}
#banner #photos {
	padding-top: 11px;
	padding-right: 5px;
}

#nav li a{
	display: block;
	color: #FFFFFF;
	text-align: center;
	margin: 5px 3px;
	padding: 6px 0px;
	width: 150px;
	background: #0055A5;
}
#nav li a:hover {
	background: #FF9933;
}
.popup {
	color: #FFFFFF;
	background: #004079;
	padding: 5px;
	width: 200px;
	moz-opacity: .9;
	opacity: .9;
	filter: alpha(opacity=90);
}
#content a:hover {
	color: #0055A5;
	border-bottom: 1px dashed #0055A5;
}


#footer #styromax_logo {
	float: right;
	margin: 0px;
	padding: 0px;
}

#nav a {
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#content {
	width: 605px;
	padding: 15px 15px 15px 5px;
	float: right;
	line-height: 18px;
}
#content h1 {
	font-size: 18px;
	color: #1A419A;
	border-bottom: 2px solid #1A419A;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-color: #1A419A;
	border-right-color: #1A419A;
	border-left-color: #1A419A;
	margin: 0px;
	padding: 0px 0px 2px;
}
#content h2 {
	font-size: 16px;
	color: #FF9933;
	font-weight: bold;
	margin: 15px 0px 0px;
	padding: 0px;
}
#content p {
	margin: 8px 0px 15px;
	padding: 0px;
}



#banner {
	height: 98px;
	background: url(images/banner.gif);
}
#footer #contact_details {
	width: 350px;
	text-align: center;
	float: left;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#content li {
	list-style: disc url(images/bullet_point.gif);
	margin-top: 5px;
	margin-bottom: 5px;
}
#nav h1 {
	display: none;
}
#content a {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dashed #666666;
}
.dashed_b {
	border-bottom: 1px dashed #000000;
}
