body {
	font: 12px Verdana, Helvetica, sans-serif;
	margin: 0 0 40px 0;
	padding: 0;
	color: #444;
	background-color: #f6f6f6;
}

a {
	color: #507c98;
}

a:hover {
	color: #666;
}

/* @group Structure */

#wrapper {
	margin: 0 auto;
	width: 980px;
	text-align: left;
	border: 1px solid #ccc;
	background-color: #fff;
}

#header {
	height: 80px;
	border-bottom: 1px solid #ccc;
	background: #6293b3 url(../graphics/common/headerbg.gif) no-repeat;
}

.logo {
	color: #fff;
	font-size: 30px;
	font-family: Helvetica, sans-serif;
	padding: 25px 0 0 20px;
}

.sign {float:right;
padding-right:20px;
padding-top:10px}

#contentwrapper {
	float: left;
	width: 100%;
}

#leftcol, #leftcolsmall, #centrecol, #centrecolsmall, #rightcolsmall {
	float: left;
	padding: 20px;
}

#centrecol {
	width: 440px;
}

#leftcol {
	width: 440px;
	border-right: 1px solid #ccc;
}

#leftcolsmall {
	width: 180px;
}

#centrecolsmall {
	width: 440px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;

}

#rightcolsmall {
	width: 236px;
}

#footer {
	clear: left;
	margin: 0 auto;
	width: 972px;
	color: #ccc;
	text-align: left;
	padding: 4px;
	border-top: 1px solid #ccc;
}

.introimg, .introtext {
	float: left;
}

.introimg {
	width: 700px;
	border-bottom: 1px solid #ccc;
	height: 178px;
}

.introimgwide {
	width: 980px;
	border-bottom: 1px solid #ccc;
	height: 178px;
}

.introtext {
	width: 260px;
	height: 178px;
	border-bottom: 1px solid #ccc;
	padding: 0 10px 0 10px
}

.where {
	padding-bottom: 14px;
}

/* @end */

/*

@group Menus */

#topmenu {
	text-align: right;
}

.subtab {
	padding: 5px 0 5px 0;
}

li {
	padding-bottom: 5px;
}

#tabmenu {
	border-bottom: 1px solid #ccc;
	padding: 4px 0 4px 0;
}

ul.tabmenumain, ul.teamlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.tabmenumain li {
	display: inline;
	padding: 0 10px 0 10px;
	border-right: 1px solid #ccc;
}

ul.tabmenumain li a {
	text-decoration: none;
	line-height: 12px;
}

ul.tabmenumain li.tabon a {
	color: #fff;
	background-color: #6293b3;
}




/* @end */

/* @group Titles */

h1, h2 {
	margin-top: 0;
	padding-top: 0;
	color: #6293b3;
	font-weight: normal;
	font-size: 18px;
}

/* @end */

/* @group Products */

.prodleft, .prodright, .listimg,.listinfo {
	float: left;
}

.prodleft {
	width: 360px;
}

.prodright {
	width: 370px;
}

.productlist {
	padding-bottom: 20px;
}

.listimg {
	width: 130px;
}

.listinfo {
	width: 600px;
}

/* @end */

.strike {
	text-decoration: line-through;
}

.clear {
	clear: both;
}

.imglist img {padding-right: 6px;
margin-top: 30px;
}