@charset "utf-8";
/* CSS Document */

* {
	margin: 0px; padding: 0px;
}
 
body {
	font: 12px/17px normal Arial, Helvetica, sans-serif;
	background: #f0f0f0 url(../img/raw/bg-main.jpg) center center repeat-y;
	color: #333;
}
p {
	padding: 0 0 17px;
}

strong {
	color: #000;
}
.banner a, .footer a, #content-right a, .shopitem a {
	text-decoration: none;
	color: #FF9900;
	border-bottom: 1px solid #ffd08a;
}
.banner a:hover, .footer a:hover, #content-right a:hover, .shopitem a:hover {
	text-decoration: none;
	border-bottom: 1px solid #FF9900;
}

.radial {
	background-color: #ddd;
	color: #666;
	padding: 3px 10px;
	display: inline-block;
	text-decoration: none;
	border: none;
}
.radial:hover {
	background: #0a50ff;
	color: #fff;
	border: none;
}

/* ----- DIV STRUCT ----- */
#wrapper {
	width: 1000px;
	margin: auto;
	padding: 0px 11px;
	background:url(../img/raw/bg-wrapper.jpg) top center no-repeat;
}
#header {
	padding: 30px 0;
}

.banner {
	width: 950px;
	margin: auto;
	padding: 10px 25px;
	background: #fff url(../img/raw/bg-banner.jpg) top center repeat-y;
}
	.banner-top {
		width: 1000px; height: 11px;
		margin: auto;
		display: block;
		background: #fff url(../img/raw/bg-banner-top.jpg) top center no-repeat;
	}
	.banner-bottom {
		width: 1000px; height: 11px;
		margin: auto;
		display: block;
		background: #fff url(../img/raw/bg-banner-bottom.jpg) top center no-repeat;
	}
	.banner div {
		float: left;
		width: 620px;
		margin: 0 50px 0 0;
	}
	a.shop {
		display: block;
		height: 95px; width: 260px;
		background: url(../img/shop.jpg) no-repeat;
		float: left;
		border: none;
	}
	a.shop:hover {
		border: none;
	}

	
#content {
	margin: 10px 0;
	padding: 20px 0;
	background: #fff;
}

	.content-left {
		float: left;
		width: 175px;
		padding: 0 20px
	}
	
	#content-right {
		float: left;
		width: 715px;
		padding: 0 0 0 34px;
		border-left: 1px solid #dcdcdc;
	}
	
	#content-mid {
		float: left;
		width: 475px;
		padding: 0 35px;
		margin: 0 20px 0 0;
		border-left: 1px solid #dcdcdc;
		border-right: 1px solid #dcdcdc;
	
	}
	.content-left img {
		max-width: 175px;
	}

.footer {
	font: 10px/13px Arial, Helvetica, sans-serif;
	padding: 0 20px;
	color: #aaa;
}

.stop {
	display: block;
	width: 1022px; height: 20px;
	background: #f0f0f0 url(../img/raw/bg-stop.jpg) top center no-repeat;
	margin: 0 0 0 -11px;
}
.start {
	display: block;
	width: 1022px; height: 20px;
	background: #f0f0f0 url(../img/raw/bg-start.jpg) bottom center no-repeat;
	margin: 0 0 0 -11px;
}

.nopad {
	padding: 0 0 0 0;
}
	
.element {
	width: 255px; height: 150px;
	margin: 10px 10px 0 0;
	padding: 5px 27px 0px 210px;
	float: left;
	background-color: #fff;
	border: 1px solid #dcdcdc;
	display: block;
	color: #444;
	font: 11px/15px Arial, Helvetica, sans-serif;
}
.elementnm {
	margin: 10px 0 0 0;
}
	#workstations {
		background: #fff url(../img/desktop.jpg) bottom left no-repeat;
	}
	#servers {
		background: #fff url(../img/servers.jpg) bottom left no-repeat;
	}
	#storage {
		background: #fff url(../img/storage.jpg) bottom left no-repeat;
	}
	#networking {
		background: #fff url(../img/networking.jpg) bottom left no-repeat;
	}
	
/* ----- NAV ----- */
#topnav {
	display: block; 
	width: 100%;
	margin: 0; padding: 0;
	color: #aaa;
	font: 11px/12px Arial, Helvetica, sans-serif;
}

#topnav ul {
	list-style: none;
	float: right;
}
#topnav ul li {
	float: left;
}
#topnav ul li a {
	color: #aaa;
	display: block;
	padding: 3px 6px;
	text-decoration: none;
}
#topnav ul li a:hover {
	text-decoration: underline;
}

#nav {
	float: right;
	width: 600px;
}

.nav {
	list-style: none;
	display: block;
	margin: 7px 0 0 0;

}
	.nav li {
		float: left;
	}
	.nav li a {
		font: 11px/15px Arial, Helvetica, sans-serif;
		display: block;
		text-decoration: none;
		text-align: center;
		width: 80px;
		height: 14px;
		margin: 0 2px;
		padding: 3px 0 5px 0;
		background: url(../img/raw/btn.png) 0px 0px no-repeat;
		color: #666;
	}
	.nav li a:hover {
		background: url(../img/raw/btn.png) 0px -22px no-repeat;
		color: #fff;
	}

.fastcontact {
}
.basket {
	background: #FF9900;
	padding: 10px;
	margin-top: 20px;
	color: #fff;
}
.basket h3 {
	margin: 0; padding: 0;
	color: #fff;
}
.basket ul {
	list-style: none;
}
.basket ul li {
	padding: 3px 0;
}

#shop {
	background: #fff;
	padding: 5px;
}	
.clear {
	clear: both;
	display: block;
}

/* -----TITLE ----- */
h1.pagetitle {
	display: block;
	height: 60px; width: 120px;
	text-indent: -99999px;
	float: left;
	margin: 0px; padding: 0px;
}
h1.pagetitle a {
	display: block;
	height: 60px; width: 120px;
	background: url(../img/logo2.png) center center no-repeat;
}
 
h2.top {
	font: 20px/25px Arial, Helvetica, sans-serif;
	color: #0a50ff;
	margin: 0 0 5px 0;
}
 
h2 {
	font: 17px/25px Arial, Helvetica, sans-serif;
	color: #FF9900;
	margin: 20px 0 10px;
	font-weight: bold;
}
#content-mid h2, #content-mid h3  {
	font-weight: normal;
	margin: 0;
}
h3 {
	font: 14px/20px Arial, Helvetica, sans-serif;
	color: #0a50ff;
	margin: 20px 0 5px;
}

.element h2 {
	margin: 10px 0 5px 0;
}
 


.shopitem {
	padding: 10px 0;
	margin: 10px 0;
	border-bottom: 1px solid #dcdcdc;
}

.borderleft {
	border-left: 1px solid #ddd;
	margin-left: 15px;
	padding-left: 15px;
}


/* CONTACT */
#contact-area {
	width: 430px;
	margin: 25px 0;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 300px;
	font-family: Helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}

.fastcontact select, .fastcontact input, .fastcontact textarea {
	padding: 2px;
	width: 170px;
	font-family: Helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}

.fastcontact select {
	width: 175px;
	color: #666;
}

#contact-area textarea, .fastcontact textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus, .fastcontact textarea:focus, .fastcontact input:focus {
	border: 1px solid #900;
}

.fastcontact input.submit-button, #contact-area input.submit-button {
	width: 175px;
	color: #666;
}

.fastcontact label {
	float: none;
	margin: 0;
	padding: 0;
}

	
label {
	float: right;
	text-align: left;
	margin-left: 15px;
	width: 100px;
	padding-top: 5px;
	color: #666;
}

/* slideshow */
 
 #slideshow {
    position:relative;
    height:150px;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow img.active {
    z-index:10;
    opacity:1.0;
}

#slideshow img.last-active {
    z-index:9;
}


/* cat */
.cat {
	list-style: none;
	display: block;
	width: 160px;
	float: left;
	margin: 15px;

}
.cat li {
	padding: 3px 10px;
}
.cat li:first-child {
	font: 14px/15px Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* ----- SHOP STRUCT ----- */
#content-mid table {
	margin: 10px 0 30px 0;
}
table.100 {
	width: 100%;
}
td.130 {
	width: 130px;
}
td.100 {
	width: 100px;
}
td.300 {
	width: 300px;
}
td.th {
	width: 200px;
}
.price {
	color: #00CC00;
	font: 16px/20px Arial, Helvetica, sans-serif;
	font-weight: bold;
}
