/* Main CSS Document */

@import url("core.css");


/* header */
#header {
	width: 100%;
	height: 100px;
	background-image: url(../images/bg-header.gif);
	background-repeat: repeat-x;
}
#header .headerHolder {
	width: 950px;
	margin: 0px auto;
}
#header .headerHolder .title {
	width: 380px;
	float: left;
}
#header .headerHolder .headerright {
	width: 550px;
	float: right;
}
#header .headerHolder .headerright .search {
	width: 350px;
	height: 25px;
	float: right;
	text-align: right;
	padding-top: 16px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header .headerHolder .headerright .search .field {
	width: 195px;
	height: 20px;
	float: left;
	border: 0px;
	padding: 5px 0px 0px 5px;
	margin: 0px;
}

/* nav */
#header .nav {
	width: 550px;
	height: 40px;
	float: right;
	background-image: url(../images/bg-nav.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: absolute;
	margin: 60px 0px 0px 0px;
	font-weight: bold;
}
#header .nav ul {
	margin: 0px;
	padding: 0px;
}
#header .nav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
	padding: 10px 25px 0px 25px;
	float: left;
	height: 30px;
	text-align: center;
}
#header .nav li.on {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
	padding: 10px 25px 0px 25px;
	float: left;
	height: 30px;
	text-align: center;
	background-image: url(../images/bg-nav-on.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-right: 1px solid #d0d0d0;
	color: #1d68b5;
}
#header .nav li a {
	color: #535353;
	text-decoration: none;
}
#header .nav li a:hover {
	color: #000;
}

/* middle */
#middle {
	width: 950px;
	height: 280px;
	background-image: url(../images/bg-middle.gif);
	background-repeat: no-repeat;
}

#middle .middlepanel {
	width: 890px;
	float: left;
	padding: 30px 30px 0px 30px;
	
}
#middle .middlepanel img {
	padding: 0px 20px 0px 0px;
	float: left;
}



/* content */
#container {
	width: 100%;
	padding: 20px 0px 20px 0px;
	background-color: #fff;
}
#content {
	width: 950px;
	margin: 0px auto;
	background-color: #fff;
}


.boxleft {
	width: 300px;
	float: left;
	margin: 0px 25px 0px 0px;
}
.boxright {
	width: 300px;
	float: right;
}

.tablaptops {
	background-image: url(../images/bg-tab-laptop.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	height: 65px;
	padding: 8px 0px 0px 20px;
}
.tabdesktops {
	background-image: url(../images/bg-tab-desktop.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	height: 65px;
	padding: 8px 0px 0px 20px;
}
.tabcalculators {
	background-image: url(../images/bg-tab-calculators.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	height: 65px;
	padding: 8px 0px 0px 20px;
}
.tabblue {
	background-image: url(../images/bg-tab-blue.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	height: 32px;
	padding: 8px 0px 0px 20px;
}

ul.deals {
	margin: 0px;
	padding: 0px;
	width: 260px;
	margin: 0px auto;
}
ul.deals li {
	list-style-type: none;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dotted #c0c0c0;
}


/* left */
#content .left {
	width: 690px;
	float: left;	
}
#content .leftshort {
	width: 300px;
	float: left;	
}

.display {
	width: 158px;
	float: left;
	text-align : center;
}

ul.padded {
	margin: 0px 0px 0px 30px;
}

/* right */
#content .right {
	width: 200px;
	float: right;	
	border-left: 1px solid #ccc;
	padding: 0px 0px 0px 30px;
}
#content .rightlong {
	width: 630px;
	float: right;	
}
#content .right ul {
	margin: 0px 0px 20px 0px;
}
#content .right li {
	list-style-type: none;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dotted #ccc;
}


/* form */
#content label {
	margin: 0px 20px 0px 0px;
	padding: 5px 0px 0px 0px;	
	float: left;
	width: 50px;
}
#content .field {
	width: 180px;
	height: 23px;
	float: left;
	border: 1px solid #dfdfdf;
	margin: 0px 0px 10px 0px;
}
#content .txtarea {
	width: 300px;
	float: left;
	border: 1px solid #dfdfdf;
	margin: 0px 0px 10px 0px;
}
#content .btn {
	padding: 0px 0px 20px 70px;
}



/* footer sub */
#footersub {
	width: 100%;
	background-color: #fff;
	height: 69px;
	background-image: url(../images/bg-footersub.gif);
	background-repeat: repeat-x;
}
#footersub .footersubholder {
	width: 834px;
	height: 34px;
	margin: 0px auto;
	background-image: url(../images/bg-footersub-holder.gif);
	background-repeat: no-repeat;
	padding: 35px 0px 0px 116px;
}


/* footer */
#footer {
	width: 100%;
	color: #575353;
	padding: 12px 0px 22px 0px;
	background-image: url(../images/bg-footer.gif);
	background-repeat: repeat-x;
}
#footer .footerholder {
	width: 950px;
	margin: 0px auto;
}
#footer .footerholder .newsletter {
	width: 300px;
	float: left;
}
#footer .footerholder .newsletter .footerfield {
	width: 191px;
	height: 23px;
	padding: 5px 0px 0px 5px;
	float: left;
	border: 0px;
}
#footer .footerholder .copy {
	width: 500px;
	float: right;
	text-align: right;
}

#footer ul {
	margin: 0px;
	padding: 0px;
}
#footer li {
	margin: 0px 2px 0px 2px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#footer a {
	color: #575353;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


/* table */
table {
	border-top: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
}
td {
	padding: 5px;
	border-bottom: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
}
th {
	padding: 5px;
	border-bottom: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	background-color: #032233;
	color: #fff;
	text-transform: uppercase;
}
.boxRow {
	clear: both;
}
