/* -------------------- Colors --------------------

Dark blue:		2b465c
Medium blue:	497496
Light blue:		e3ecf3

Dark gray:		2f2f2f
Medium gray:	535353
Light gray:		a2a2a2

Dark orange:	af3d17

*/

/* -------------------- Reset -------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	background-repeat: no-repeat;	
}
ol, ul {
	list-style: none;
}

/* -------------------- Main -------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2f2f2f;
	background-image: url(../imagini/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center; 
	background-color: #fff;
}
a {
	color: #2b465c;
	display: inline-block;
}
#wrapper {
	margin: auto;
	width: 971px;
}
.clearall { clear: both; }
.floatright { float: right; margin-left: 15px; }
.floatleft { float: left; margin-right: 15px; }
h2 {
	color: #497496;
	font-size: 16px;
}
h3.home {
	font-size: 15px;
}
h3.home span {
	font-weight: normal;
}

/* -------------------- Topbar -------------------- */

#topbar {
	margin: auto;
	padding-top: 8px;
	width: 300px;
	height: 23px;
	color: #a2a2a2;
	font-size: 11px;
	text-align: center;
}
#topbar a {
	color: #a2a2a2;
	text-decoration: none;
}
#topbar a:hover {
	color: #ccc;
	text-decoration: underline;
}
#topbar span { color: #555; /* divider color */ }

/* -------------------- Header -------------------- */

#header {
	height: 82px;
}
#header #headerRight {
	float: right;
	top: 12px;
	position: relative;
	width: 212px;
	height: 40px;
	background-image: url(../imagini/header_phone.png);
}
#header #headerLogo {
	width: 179px;
	height: 59px;
	background-image: url(../imagini/logo.png);
}
#header #headerLogo a {
	width: 160px;
	height: 59px;
}

/* -------------------- Nav -------------------- */

#navContainer {
	padding: 4px 8px 0;
	height: 28px;
	color: #535353;
	font-size: 12px;
}
/* For reference:
#navContainer ul.nav li { float: left; padding: 3px 10px 3px; margin-right: 3px; }
#navContainer ul.nav li.sel { background-color: #497496; color: #fff; }
*/

/* -------------------- Sub Banner -------------------- */

#subBanner {
	padding: 28px 32px 32px;
	background-color: #2b465b;
	background-image: url(../imagini/sub_banner_bg.jpg);
	/* height: 85px; */
}
#subBanner h2 {
	margin-bottom: 9px;
	height: 31px;
	color: #fff;
}
#subBanner h2.standalone {
	margin: 0;
}
#subBanner p {
	color: #fff;
	width: 530px;
}
#subBanner p a{
	color: #fff;
	text-decoration:none;
}

/* -------------------- Body -------------------- */

#body {
	padding: 24px 21px 12px 32px;
	line-height: 1.5em;
	background-color: #fff;
}
#body h2 {
	font-size: 16px;
	color: #2b465c;
}
#body h3 {
	margin: 20px 0 10px;
	font-weight: bold;
}
#body h4 {
	margin: 20px 0 10px;
	font-size: 14px;
	color: #2b465c;
	font-weight: bold;
}
#body h2.noTop, #body h3.noTop, #body h4.noTop {
	margin-top: 0;
}
/***** Columns for lists *****/
div.multiColumn {
	float: left;
	margin-top: 1.5em;
	margin-right: 15px;
	max-width: 375px;
}
div.noTopMargin {
	margin-top: 0;
}
div.multiColumn ul, #body .bodyColumn ul {
	list-style: disc;
	color: #80a8bb;
	margin-left: 2.2em;
}
div.multiColumn ul li, #body .bodyColumn ul li {
	padding-left: 5px;
}
div.multiColumn ul li span, #body .bodyColumn ul li span {
	color: #2f2f2f;
}
/***** Right side feature *****/
#body .featureRight {
	float: right;
	padding: 8px 16px;
	margin-left: 60px;
	border: #90aec8 1px solid;
	background-color: #e3ecf3;
}
#body .featureRight h2 {
	margin-bottom: 10px;
	font-size: 16px;
	color: #2b465c;
}
#body .featureRight ul {
	list-style: disc;
	list-style-position: inside;
	color: #80a8bb;
}
#body .featureRight ul li span {
	color: #2b465c;
}
/***** Columns for paragraphs *****/
div.bodyColumn {
	width: 420px;
	margin-right: 20px;
	float: left;
}
div.bodyColumn h2 {
	margin-bottom: 10px;
	font-size: 16px;
	color: #2b465c;
}
div.bodyColumn h3 {
	margin: 27px 0 10px;
	font-size: 16px;
	color: #2b465c;
}
/***** Subpage variations *****/
#body .repairs {
	background-image: url(../imagini/features/repair_bg.png);
	width: 352px;
}

/* -------------------- Banner Home -------------------- */

#bannerHome {
	height: 336px;
	background-image: url(../imagini/banner_home.jpg);
}
#bannerContent {
	padding-top: 38px;
	padding-left: 42px;
	width: 450px;
	color: #fff;
}
#bannerContent h1 {
	background-image: url(../imagini/h1_home.png);
	width: 375px;
	height: 54px;
	text-indent: -5000px;
}
#bannerContent p {
	padding-top: 30px;
	width: 440px;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
}

/* -------------------- Featured Computers Home -------------------- */

#featComps {
	z-index: 9;
	margin-top: -30px;
	height: 134px;
	background-image: url(../imagini/feat_comps_bg.png);
}
#featComps div.featured {
	margin-right: 1px;
	padding: 46px 21px 0 21px;
	width: 200px;
	height: 79px;
	float: left;
}
#featComps div.last { margin: 0; /* omits margin on far right div */ }
#featComps h2 {
	margin-bottom: 3px;
	height: 18px;
	font-size: 14px;
	text-indent: -5000px;
}
#featComps p {
	font-size: 11px;
	width: 130px;
	line-height: 15px;
	margin-bottom: 3px;
	color: #666;
}
#featComps a {
	font-size: 12px;
	font-weight: bold;
	color: #af3d17;
}
#featComps #home { background-image: url(../imagini/feat_comp_home.png);	}
#featComps #home h2 { background-image: url(../imagini/feat_comp_home_h2.png); }

#featComps #business { background-image: url(../imagini/feat_comp_business.png); }
#featComps #business h2 { background-image: url(../imagini/feat_comp_business_h2.png); }

#featComps #servers { background-image: url(../imagini/feat_comp_servers.png); }
#featComps #servers h2 { background-image: url(../imagini/feat_comp_servers_h2.png); }

#featComps #gaming { background-image: url(../imagini/feat_comp_gaming.png); }
#featComps #gaming h2 { background-image: url(../imagini/feat_comp_gaming_h2.png); }

/* -------------------- Universal Form Styles -------------------- */

input, textarea {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px 4px 0;
	color: #2f2f2f;
}

/* -------------------- Primary Contact Form -------------------- */

#contactForm label {
	width: 120px;
	display: block;
	float: left;
}
#contactForm input, #contactForm textarea {
	width: 300px;
	height: 18px;
	border: #90aec8 1px dotted;
	margin-bottom: 7px;
}
#contactForm textarea {
	height: 150px;
}
#contactForm .formButton {
	text-decoration: none;
	color: #014971;
	background-color: #e3ecf3;
	border: #90aec8 1px solid;
	display: block;
	width: 55px;
	padding: 1px 3px;
	margin: 0 0 0 120px;
	height: auto;
}
/***** "Required" styles *****/
#contactForm input.required {
	border: #90aec8 1px solid;
	background-image: url(../imagini/forms/input_bg.jpg);
	background-repeat: repeat-x;
}
#contactForm textarea.required {
	border: #90aec8 1px solid;
	background-image: url(../imagini/forms/textarea_bg.jpg);
	background-repeat: repeat-x;
}
#contactForm p span {
	font-size: 10px;
	font-style: italic;
	color: #777;
	margin-left: 4px;
}

/* -------------------- Contact Homepage -------------------- */

#contactExtContainer {
	margin: 25px 0 15px;
	padding: 0 21px;
}
#contactExtContainer .outer {
	width: 248px;
	float: left;
}
#contactExtContainer .inner {
	margin: 0 34px;
	width: 205px;
	float: left;
}
	/* Form */
	#contactExtContainer .outer label {
		margin: 2px 0;
		display: block;
		font-size: 11px;
	}
	#contactExtContainer .outer input {
		width: 318px;
		background-color: #efefef;
		border: #a2a2a2 1px solid;
		padding: 2px;
		color: #222;
	}
	#contactExtContainer .outer textarea {
		width: 318px;
		height: 100px;
		background-color: #efefef;
		border: #a2a2a2 1px solid;
		padding: 2px;
		color: #222;
	}
	#contactExtContainer .outer .formButton {
		width: 70px;
		background-color: #efefef;
		border: #a2a2a2 1px solid;
		margin-top: 8px;
		padding: 3px;
		color: #535353;
		font-size: 11px;
		font-weight: bold;
	}
#emailContacts {
	font-size: 12px;
	color: #2b465c;
	padding: 8px;
	border: #90aec8 1px solid;
	background-color: #e3ecf3;
	width: 242px;
}
#emailContacts .column { float: left; margin-right: 15px; }

/* -------------------- Press -------------------- */

.pressPost {
	margin-bottom: 7px;
	margin-right: 11px;
	padding: 15px 0 22px;
	border-bottom: #497496 1px dotted;
}

/* -------------------- Mini Links Home -------------------- */

.miniLinks {
	text-align: center;
	margin: 0 28px;
}
.miniLinks a {
	font-size: 11px;
	color: #2b465c;
	text-decoration: none;
}
.miniLinks span { color: #a2a2a2; }

/* -------------------- Footer -------------------- */

#footer {
	padding: 15px 21px;
	text-align: center;
	font-size: 12px;
	background-color: #fff;
}
#footer a {
	text-decoration: none;
}
#footer div {
	font-size: 10px;
	padding: 8px 0;
	border: #90aec8 1px solid;
	background-color: #e3ecf3;
}

.left_content{
width:230px;
float:left;
padding:0 0 0 5px;
}
.title_box{
width:220px;
height:30px;
margin:5px 0 0 0;
background:url(images/menu_title_bg.gif) no-repeat center;
text-align:center;
font-size:13px;
font-weight:bold;
color:#159dcc;
line-height:30px;
}
/*--------left menu---------*/
ul.left_menu{
width:220px;
padding:0px;
margin:0px;
list-style:none;
}
ul.left_menu li{
margin:0px;
list-style:none;
}
ul.left_menu li.odd a{
width:190px;height:25px;display:block; border-bottom:1px #FFFFFF dashed;
text-decoration:none;color:#504b4b;padding:0 0 0 14px; line-height:25px; background-color:#e3ecf3;
}
ul.left_menu li.even a{
	width:190px;
	height:25px;
	display:block;
	border-bottom:1px #FFFFFF dashed;
	background-color:#e3ecf3;
	text-decoration:none;
	color:#504b4b;
	padding:0 0 0 14px;
	line-height:25px;
}
ul.left_menu li.even a:hover, ul.left_menu li.odd a:hover{
color:#000; text-decoration:underline;
}

.mare {
font-size:24px;
}