/* =CSS RESET
===========================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
b,strong{
	font-weight:bold;
}
i,em{
	font-style:italic;
}
ol, ul {
	list-style: none;
}
ul.bullets {
	list-style-type: circle;
	margin-left: 20px;
}
ul.bullets li ul{
	list-style-type: disc;
	margin-left: 20px;
}
ul.bullets li ul li ul{
	list-style-type: square;
	margin-left: 20px;
	margin-bottom: 0px !important;
}
ul.bullets li ul li ul li ul{
	list-style-type: square;
	margin-left: 20px;
	margin-bottom: 0px !important;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need cellspacing='0' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* =DEFAULTS
===========================================*/
.break {
	clear:both;
	height: 0px;
	overflow: hidden;
}

i, .none {
	display: none;
}
.text_center {
	text-align:center;
}
.text_right {
	text-align: right;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
a {
	cursor: pointer;
	color: #b81215;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:hover img {
	border-color: #b81215 !important;
}
/* =LAYOUT
===========================================*/
body {
	border-top: 5px solid #b81215;
	background: #0d0c0d;
	font: 12px/160% Verdana, Geneva, sans-serif;
	color: #77767e;
	text-align: center;
}
#wrapper {
	background: #000;
}
.container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#header {
	height: 176px;
	width: 960px;
	position: relative;
	background: url(../images/bg_header.jpg) no-repeat top left;
	margin-bottom: 30px;
}
#header h1 a {
	display: block;
	width: 415px;
	height: 82px;
	background: url(../images/spm_logo.gif) no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 22px;
}
#header h2 {
	width: 451px;
	height: 21px;
	background: url(../images/slogan.gif) no-repeat;
	text-indent: -9999px;
	position: absolute;
	right: 0px;
	top: 63px;
}
/* =MENU
===========================================*/
#header ul {
	width: auto;
	margin-right:-100%;
	float:left;
	height: 39px;
	border-top: 1px solid #1f2024;
	border-bottom: 1px solid #1f2024;
	position:absolute;
	top: 135px;
	overflow: hidden;
}
#header ul li {
	float: left;
	padding-top: 11px;
}
#header ul li a {
	color: #fff;
	text-decoration: none;
	font: 14px Arial, Helvetica, sans-serif;
	padding: 0px 17px 10px 17px;
}
* html #header ul li a {
	display: block;
	width: auto;
}
#header ul li a:hover {
	color: #73747e;
	background: url(../images/menu_hover.gif) no-repeat bottom center;
}

/* =CONTENT
===========================================*/
#content h1 {
	color: #DE151A;
	font: normal 30px Helvetica Thin, Helvetica, Arial, sans-serif;
	margin-bottom: 20px;
}
#content h2 {
	font-size: 16px;
	color: #fff;
	margin-bottom: 15px;
	font-weight: normal;
	line-height: 160%;
}
#content p {
	margin-bottom: 15px;
}
#content .float_left {
	margin: 0px 20px 20px 0px;
}
#content ul {
	margin-bottom: 20px;
}

/* =LEFT
===========================================*/
#left {
	width: 340px;
	float: left;
}
.flags img {
	margin-right: 5px;
}
ul.submenu {
	width: 140px;
	float: left;
	margin-right: 20px;
	display: inline;
}
ul.submenu li {
	border-bottom: 1px solid #1f2024;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
ul.submenu li:last-child {
	border-bottom: none !important;
}
#right {
	width: 600px;
	float: left;
	margin-left: 20px;
	display: inline;
}
#right.contact {
	color: #fff !important;
}
#right.contact p {
	width: 50%;
	float: left;
}
#right.contact table {
	clear: both;
}
#right.contact td {
	padding: 5px 0px;
}
#right.contact input, #right.contact select, #right.contact textarea {
	background: #27272a;
	border: 1px solid #343438;
	padding: 1px;
	margin-bottom: 5px;
	margin-top: 3px;
	color: #fff;
}
#right img, .col3 img, .brd {
	border: 10px solid #343438;
}
ul.listing {
	margin-left: -15px !important;
	float: left;
}
ul.listing li {
	float: left;
	width: 190px;
	margin-left: 15px;
	margin-bottom: 15px;
	display: inline;
}
ul.listing p {
	padding-bottom: 4px;
	border-bottom: 1px solid #25262c;
}

/* =HOME COLUMNS
===========================================*/
#home {
	background: #0d0c0d url(../images/bg_home.gif) repeat-x top left;
	padding-top: 25px;
}
#home h2 {
	font: normal 20px Arial, Helvetica, sans-serif;
	margin-bottom: 30px;
	color: #fff;
}
#home h3 {
	color: #b81215;
	margin-bottom: 5px;
	font-weight: normal;
}
#home p {
	margin-bottom: 10px;
}
.col1 {
	width: 320px;
	float: left;
}
.col2, .col3 {
	width: 285px;
	float: left;
	margin-left: 35px;
	display: inline;
}
	
.col1 p {
	border-bottom: 1px solid #1f2024;
	padding-bottom: 9px;
	margin-bottom: 9px;
}
.col2 li {
	border-bottom: 1px solid #1f2024;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

/* =FOOTER
===========================================*/
#footer {
	clear: both;
	background:url(../images/bg_footer.gif) repeat-x;
	margin-top: 20px;
	font-size: 11px;
}
#footer .container {
	height: 330px;
}
.addresses {
	width: 790px;
	height: 110px;
	background: url(../images/footer_map.gif) no-repeat;
	padding-left: 150px;
}
.addresses p {
	float: left;
	padding-left: 9px;
	padding-right: 8px;
	border-left: 1px solid #25262c;
	margin-top: 30px;
}
.addresses p.first{
	border-left:0;
}
.addresses p.last{
	padding-right:0;
}
#footer p.iso {
	height: 30px;
	background: url(../images/bottom_logo.gif) no-repeat;
	font-size: 10px;
	position: absolute;
	top: 123px;
	padding-left: 75px;
	padding-top: 12px;
}
#footer ul {
	position: absolute;
	top: 195px;
}
#footer ul li {
	float: left;
}
#footer ul li a {
	padding: 0px 19px;
}
p.copy {
	font-size: 10px;
	position: absolute;
	top: 245px;
}
p.by {
	font-size: 10px;
	position: absolute;
	top: 245px;
	right: 0px;
}
p.findus {
	position: absolute;
	right: 0px;
	top: 127px;
	font-size: 10px;
}
p.findus img {
	vertical-align: middle;
	margin-left: 10px;
}


table.bordered {
	width: 598px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
table.bordered td, table.bordered th{
	padding: 2px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
/* WordPress BLOG Styles */

#content.blog .sidebar{
	float:left;
	width:290px;
}
#content.blog .narrowcolumn{
	float:right;
	width:610px;
}
.blog .sidebar h3{
	color:#fff;
	font-weight:100;
	font-size:16px;
}
.blog .sidebar li{
	border-bottom:1px solid #202020;
	padding:5px 0;
}
.blog .sidebar li a{
	background:url('../images/list-bullet.gif') 0 4px no-repeat;
	padding-left:10px;
}
.blog .post-date{
	background:url('../images/calendar.gif') 0 4px no-repeat;
	width:42px;
	height:45px;
	float:left;
	margin:0 10px 0 0
}
.blog .post-date span{
	display:block;
	text-align:center;
	color:#fff;
	font-weight:900;
	font-size:85%;
	height:14px;
	padding-top:1px;
}
.blog .post-date span.day{
	color:#999;
	font-size:17px;
	padding-top:5px;
}
#content.blog h2.post-title{
	margin-bottom:0;
	font-size:18px;
}
#content.blog h2.post-title a{
	color:#fff;
}
#content.blog small.post-category a{
	color:#999;
}
.blog .post{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #202020;
}
.blog .entry{
	clear:both;
	padding-top:20px;
}
.alignleft{
	float:left;
}
.alignright{
	float:right;
}
img.alignleft{
	margin-right:10px;
}
img.alignright{
	margin-left:10px;
}
.blog .entry img{
	border:10px solid #343438;
	margin-bottom:5px;
}
/* END WordPress BLOG styles*/