/* CSS Document */

* {
	margin:0;
	padding:0;
}


body		{
	text-align: center;
	font: normal 80%/120% Verdana, Arial, Tahoma ,sans-serif;
	color:#000;
	background: #CCC;
			}


a {
		color:#09F;
}

a:visited {
		color:#2BF;
}
	
a:active,
a:focus,
a:hover {
		color:#369;
}


#container {
	width:980px;
	margin:10px auto;
}

ul {
	margin: 1em 1em;
}

#content {
	padding:10px 20px;
	text-align:left;
	background: #FFF;
	min-height: 300px;
	zoom: 1;
}
#content:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
    visibility:hidden;
    }

#footerContainer {

	width: 980px;
	height: 70px;
	background: #FFF;

}


#footerleft {

	float: left;
	width: 70px;
	height: 70px;
	background: url(../gfx/layout/leftcrn.gif) 0 0 no-repeat;

}

#footercontent {

	float: left;
	font-size: .9em;
	font-weight: bold;
	width: 840px;
	padding: 40px 0 0 0;
	

}

#footerright {

	float: left;
	width: 70px;
	height: 70px;
	background: url(../gfx/layout/righttcrn.gif) 0 0 no-repeat;

}

#copyright {

	padding: 5px 5px;
	font-size: .8em;

}

#newsbar {

	text-align: left;
	float: left;
	width: 250px;

}

#leftseg {

	float: left;
	width: 650px;
	padding: 5px 5px;
}

#design {
	display: none;
}

h1 {
	height:199px;
	font-size:32px;
	line-height:170px;
	position:relative;
}

h1 span {
	position:absolute;
	top:0;
	left:0;
	width:980px;
	height:199px;

}

h2 {
	text-align: left;
                line-height: 1.1em;
	padding: 5px 10px 25px;
	color: #036;
}

h3 {

	padding: 5px 5px;

}

p {

	padding: 1em .9em;

}

hr {
	width: 90%;
	color: #fff;
	margin: 20px auto;
}

.opac img	{
			width: 100;
			height: 74;
			padding:12px;
			border:solid;
			border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
			border-width: 1px 2px 2px 1px;
			}

.opac:hover img{
			width: 100;
			height: 74;
			padding:12px;
			border:solid;
			border-color: #aaaaaa #dddddd #dddddd #aaaaaa;
			border-width: 1px 2px 2px 1px;
}

#vsaleContainer {
	width: 90%;
	height: 208px;
	margin: 15px auto;
	border: 1px solid #8BE;
}

#vsaleContainer img {
	float: left;
	padding: 10px 10px 10px 10px;
	border: none;
	border-right: 1px solid #8BE;
	background-color: #FFF;
}

#vsaleContainer h3 {
	border-bottom: 1px solid #8BE;
	height: 17px;
	text-align: center;
	font-size: 1.5em;
}

#vsaleContainer ul {
	margin-left: 270px;
	margin: 5px 0;
	height: 40px;
	border-bottom: 1px solid #8BE;
}

#vsaleContainer li {
	float: left;
	width: 130px;
	margin-left: 40px;
}

#vsaleContainer p {
	padding: 0 5px 5px 280px;
	border-bottom: 1px solid #8BE;
	height: 96px;
}

#vsalePrice {
	font-weight: bold;
	padding: 5px;
	text-align: right;
	font-size: 1.4em;
	height: 25px;
}

#footerLinks {
	list-style: none;
}

#footerLinks a {
	color: #111;
}

#footerLinks li {
	display: inline;
	padding: 0 10px;
	border-left: 1px solid #000;
}

#footerLinks .first {
	border:none;
}

#newsList {
	list-style: none;
}

#newsList li {
	padding: 5px 0;
	border-bottom: 1px solid #CCC;
}

#alignRight {
	text-align: right;
}

.bigger {
	font-size: 1.3em;
}
