@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}

/* CSS Document */
body {
	margin:0px;
	padding:0px;
	background-color: #333333;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	/* text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	/* ******** basic text s ********** */
	color: #616161;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* ******** basic text e ********** */
}

/*
	Typo details
	*/
H1,H2,H3,H4,H5,H6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;

	text-shadow: 0 0 0 #000;
}

H1 {
	font-size:26px;
	font-weight:400;
	width:100%;
	border-bottom:1px dotted #333333;
	margin-bottom:20px;
	background:#FFFFFF;
}
h1.home {
	border-bottom:none;
	margin-bottom:10px;
}
#homeContent h1 {
	font-size:26px;
	color:#FFFFFF;
	font-weight:600;
	background:none;
}
#homeContent p	{
	font-size:12px;
}
H2 {

}

H3 {
	padding:10px 0px;
}

H4 {
	width:185px;
	background:#FFFFFF url(/images/header_bar.jpg) no-repeat scroll 0 0;
	color:#FFFFFF;
	font-weight:500;
	height:23px;
	padding:3px 0 1px 12px;
	text-transform:uppercase;
}

h4.del {
	background:#FFFFFF url(/images/header_bar_dell.jpg) no-repeat scroll 0 0;
}

H6 {

}

p {
	color:#111111;
	font-size:12px;
	line-height:1.5em;
	padding:0.5em 0;
}
a {
	text-decoration: underline;
	/*color:gray;*/
}

td {
	color:#111111;
	font-size:11px;
	line-height:1.5em;
	vertical-align:top;
	padding-right:10px;
}
ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
ul li {
	font-size:11px;
	line-height:1.5em;
	color:#111111;
}
/*
	Wrappers details
	*/
#wrapper {
	margin:0px;
	padding:0px;
	width: 100%;
	height:100%;
}

#header {
	margin:0px;
	background: #333333 url('/images/header_bg.jpg') repeat-x top left;
	height: 205px
}
#headerContent {
	width:950px;
	height:83px;
	margin:0px auto;
	padding:0px;
}

#main {
	width:950px;
	margin: -152px auto 0px auto;
}

.mainContent {
	margin: 0pt auto;
	background-color:#FFFFFF;
	width:100%;
}




#footer {
	border-top: 1px solid #FFFFFF;
	height: 14px
}

#footerContent {
	width: 880px;
	margin:0 auto;
	padding:3px 35px;
	font-size:11px;
}


.menu {
	border: none;
	padding:33px 0px 0px 75px;
	margin:0px;
	white-space:nowrap;
	list-style-type:none;
	height:14px;
	}
	.menu li {
		display:inline;
		margin:0px;
		padding:0px 14px;
		float:left;
		text-transform: uppercase;
		border-right:1px solid #333333;
		height:14px;
		}
	.menu li a{
		text-decoration:none;
		color:#111111;
		font-size:14px;
		font-weight:500;
		display:block;
		margin-top:-2px;
		vertical-align:middle;
		border:none;
		}
	.menu li a:hover{
		color:#6381C1;
		text-decoration:none;
		}
#pagetitle {
		color:#333333;
		font-size:14px;
		font-weight:600;
		display:block;
		margin-top:-2px;
		vertical-align:middle;
		border:none;
}
#leftCol {
	width:230px;
	float:left;
	background-color:#FFFFFF;
}
#leftcolContent {
	padding:28px 0px 0px 10px;
	min-height:400px;
}
#leftcolContent ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-top:10px;
	margin-bottom:25px;
}
#leftcolContent ul li {
	border-bottom:1px dotted #C0C0C0;
	padding:6px 12px;
	text-transform:uppercase;
	width:170px;
}
#leftcolContent ul li a {
	color:#111111;
	font-size:14px;
	font-weight:500;
	text-decoration:none;
}
#leftcolContent ul li a:hover {
	color:#6381C1;
}
#leftcolContent ul li ul li {
	border-bottom:none;
}

#pageContent {
	width:665px;
	float:left;
	background-color:#FFFFFF;
	padding:18px 0px 0px 20px;
	min-height:400px;
}
#banner {
	width:1015px;
	margin-left:-32px;
	margin-top:15px;
	height:128px;
}

.smallprint {
	font-size: 0.8em;
}
.clear {
	clear: both;
}
.centerimage {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

.thin {
	font-weight:400;
}
.thick {
	font-weight:600;
}

.leftcol_left {
	background: url(/images/borders/leftcol_left.jpg) no-repeat top left;
	margin-left:-9px;
	padding-left:9px;
}
.leftcol_right {
	background: url(/images/borders/leftcol_right.jpg) no-repeat top right;
}
.pagecontent_right {
	margin-right:-8px;
	background: url(/images/borders/pagecontent_right.jpg) no-repeat top right;
}
#brands {
	margin-left:25px;
}

.formtable {
	border-spacing:5px 10px;
	margin-left:-5px;
	}
	.formtable td {
		border-top:1px solid #C0C0C0;
		border-right:1px solid #C0C0C0;
		border-bottom:1px solid #C0C0C0;
		border-left:1px solid #C0C0C0;
		padding-left:5px;
		padding-top:3px;
		padding-bottom:3px;
		color:#222222;
		text-shadow: 0 0 0 #000000;
		}
	.formtable input[type="text"] {
		border-color:#FFFFFF;
		border:none;
		width:165px;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size:12px;
		background:#FFFFFF;
		}
	.formtable input[type="password"] {
		border-color:#FFFFFF;
		border:none;
		width:165px;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size:12px;
		color:#222222;
		background:#FFFFFF;
		}
	.formtable input[type="submit"] {
		border:1px solid #C0C0C0;
		font-family:arial,sans-serif !important;
		font-size:12px;
		color:#1D1D1D;
		background:#FFFFFF;
		cursor:pointer;
		}
	.formtable input[type="submit"]:hover {
		background:#EEEEEE;
		}
	.formtable textarea {
		border-color:#FFFFFF;
		border:none;
		width:420px;
		height:80px;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size:12px;
		color:#222222;
		background:#FFFFFF;
		}
.error {
	color:#6381C1;
}

.home_buttons {
	position:absolute;
}
	.home_buttons div {
		position:absolute;
		width:200px;
		height:151px;
	}
	.home_buttons a {
		text-decoration:none;
		padding:0px;
		margin:0px;
	}
	.home_buttons img {
		border:none;
		position:absolute;
	}


