body {
	background-image: url('../images/bg.png');
	background-repeat: repeat-x;
	font-family: "verdana";
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 14px;
	line-height: 140% 
}

#header {
        height: 125px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
}


.main {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
}


.login {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 10pt;
	background-color: #082333;
	background-image: url('../images/login_bg.png');
	width: 330px;
	height: 21px;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	vertical-align: bottom;
	text-align: center;
}

.login input {
	background: #FFFFFF;
	border:1px solid #000000;
	height: 15px;
	font-size: 10px;
	border-width: 0px;
}

.login .dologin {
	width: 46px;
	height: 19px;
	background-color: #082436;
	color: #ffffff;
	border-width: 1px;
	border-color: #ffffff;
	padding-bottom: 1px;
	padding-top: 0px;
	
}

.main .menu {
	background-color: #001624;
	height: 32px;
	color: #FFFFFF;
	line-height: 100%;
}

.main .menu ul {
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
}

.main .menu li {
	float: left;
	margin-right: 20px;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	padding-top: 7px;
	vertical-align: bottom;
}

.main .menu li a {
	background-color: #001624;
	font-weight: 100;
	padding-top: 4px;
	height: 15px;
	padding-left: 15px;
	padding-right:15px;
	padding-bottom: 6px;
	font-size: 12px;
	display: block;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.main .menu li a:hover {
	background-color: #466c7d;
	color: #000000;
}

.main .menu li a.active {
	font-weight: bold;
	background-color: #FFFFFF;
	color: #000000;
}

.main .menu li a.active:hover {
        background-color: #466c7d;
        color: #000000;
}

.main .container {
	background-image: url('../images/containerbg_top.jpg');
        background-repeat: repeat-x;
	margin: 0px;
	padding: 20px;
	height: auto;
	width: 918px;
	border-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-color: #000000;
	overflow: auto;
	background-color: #ffffff;
}

.main .container .featured {
	background-color: #466c7d;
	color: #FFFFFF;
	height: 240px;
	font-size: 14px;
	padding: 15px;
	padding-left: 25px;
}

.main .container .text {
	width: 300px; 
	height: 204px;
}	

.main .container .featured h1 {
	font-size: 20px;
	color: #ffffff;
}

.main .container .featured .highlights {
	height: 204px;
	width: 300px;
	float: right;
}

.main .container .featured .highlights img {
	vertical-align: middle;
}

.footer {
	background-color: #001624;
	height: 24px;
	margin-bottom: 10px;
	clear: both;
	color: #ffffff;
	font-size: 10px;
	text-align: right;
	padding-top: 5px;
	padding-right: 15px;
}

.content {
	width: 100%;
	height: auto;
	overflow: auto;
	padding-top: 15px;
}

.main-col {
	float: left;
	height: auto;
	width: 630px;;
	margin-left: 5px;
	margin-right: 5px;
}

.sidebar {
	width: 250px;
	height: auto;
	float: right;
	border-width: 0px;
	border-left-width: 1px;
	border-style: dashed;
	vertical-align: top;
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 10px;
}

.sidebar h2
{
	color: #789ca5;
	font-weight: 100;
	font-size: 18px;
}

.infobox {
	background: #96b0bc url('../images/infobox_top.png') no-repeat scroll left top;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	color: #001624;
	font-size: 10px;
	line-height: 120%;
	overflow: auto;
}

.infobox-content {
	 background: #96b0bc url('../images/infobox_bottom.png') no-repeat scroll left bottom;
        margin: 0px;
	padding: 0px 5px 5px 5px;
        color: #001624;
        font-size: 10px;
        line-height: 120%;
	overflow: auto;

}

.infobox .price {
	float: left;
	vertical-align: middle;
	height: auto;
	width: 30px;
}

.infobox .features {
	float: right;
	height: auto;
	width: auto;
	padding-right: 10px;
	width: 120px;
}

.infobox h3
{
	font-weight: bold;
	font-size: 12px;
	line-height: 100%;
	margin: 0px;
}

.infobox img
{
	border: 0px;
}

.infobox ul
{	
	margin: 3px;
	padding-top: 0px;
	padding-left: 20px;
}

.slidedeck li {
	padding: 3px;
}

h1 {
	color: #000000;
        font-weight: 200;
        font-size: 20px;
}

p {
	font-size: 14px;
}
