@CHARSET "ISO-8859-1";

*{ margin: 0;}
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

img { border: 0px; }

html, body {height: 100%;}
a{
	color:#0c0e19;
}
body {
	background-color:#0c0e19;
	background-image:url(../images/body_bg.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	color: #252525;
	width: 100%;
	font: 11px/14px Verdana, Helvetica, sans-serif;
	text-align:center;
}
#header{
	margin:0 auto;
	width:900px;
	height:80px;
}
#slideShow{
	margin:0 auto;
	width:914px;
	height:495px;
}
#groups{
	margin:0 auto;
	width:675px;
	height:80px;
}
#groups li{
	display: inline;
	float:left;
	line-height:normal;
}
#footer{
	margin:0 auto;
	width:900px;
	height:50px;
	padding:23px 0px 0px 0px;
}
#smSold{
	margin:0 auto;
	color:#1a2e46;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#smSold a{
	color:#1a2e46;
	text-decoration:none;
	font-size:10px;
}
#smSold a:hover{
	color:#ffffff;
	font-size:10px;
}
#logos{
	width:220px;
	float:right;
}
/*---------- clearing floats hacks ---------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	overflow: hidden;
}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
