@charset "utf-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#A2B4B9;
	position:relative;
	behavior: url("csshover3.htc");
}
#container {
	width:980px;
	margin:auto;
	padding:0 0 5px;
	background-color:#FFF;
}
#header {
	width:968px;
	height:225px;
	margin:auto auto 10px;
	top:5px;
	background-color:#F0F4F5;
	position:relative;
}
#title {
	z-index:2;
	position:absolute;
	top:10px;
	left:15px;
}
#mouse {
	float:right;
	position:absolute;
	left:489px;
	z-index:1;
}
#nav {
	background-color:#333;
	left:5px;
	margin:0;
	padding:5px;
	position:absolute;
	top:191px;
}
#nav  li {
	list-style:none;
	display:inline;
}
#nav a {
	color:#CCC;
	text-decoration:none;
}
#nav a:hover {
	color:#FFF;
}
#slider {
	width:968px;
	height:225px;
	margin:auto;
	background-color:#333;
	background-image: url(images/slider/css.jpg);
	position:relative;
}
#sbox {
	position:relative;
	float:right;
	background-image:url(images/whitetransbg.png);
	right:15px;
	top:10px;
	border:2px solid #333;
	height:195px;
}
#sbox li {
	line-height:25px;
	list-style-image:url(images/arrow.png);
	font-weight:bold;
	color:#333;
	padding-left:5px;
	padding-right:5px;
}
#sbox li:hover {
	background-color:#333;
	color:#A2B4B9;
}
#sbox a {
	color:#333;
	text-decoration:none;
}
#sbox a:hover {
	color:#A2B4B9;
}
#cookie {
	width:968px;
	margin:auto;
	position:relative;
	background-color:#333;
	height:215px;
	top:5px;
}
#phone {
	background-color:#4D4D4D;
	float:right;
	margin-right:200px;
	margin-top:25px;
	padding:0 15px 0 0;
}
#qcontact {
	width:968px;
	margin:auto;
	position:relative;
	background-color:#333;
	height:auto;
	top:10px;
	margin-bottom:5px;
	height:305px;
}
#qcontact img {
	margin-top:25px;
	float:left;
	margin-right:25px;
	margin-left:25px;
	border:3px solid #A2B4B9;
}
#cookie .h3tag:hover,.hugetext:hover {
	color:#FFF;
}
#gears {
	float:right;
	margin-top:25px;
	margin-right:25px;
}
#footer {
	width:968px;
	background-color:#333;
	margin:auto;
	margin-bottom:10px;
	position:relative;
	top:10px;
	clear:both;
}
#footernav {
	background-color:#454545;
	margin:0;
	padding:5px;
	position:relative;
	width:305px;
	left:10px;
	top:10px;
	margin-bottom:15px;
}
#footernav  li {
	list-style:none;
	display:inline;
}
#footernav a {
	color:#CCC;
	text-decoration:none;
}
#footernav a:hover {
	color:#FFF;
}
.hugetext {
	font-size:86px;
	font-weight:lighter;
	color:#A2B4B9;
	margin:0;
	padding:20px 20px 0;
}
.h2tag {
	color:#A2B4B9;
	font-size:36px;
	margin:0px;
	padding-left:20px;
	padding-top:20px;
}
.h3tag {
	color:#A2B4B9;
	font-size:24px;
	margin:0px;
	padding-left:20px;
	line-height:30px;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A2B4B9;
	text-decoration: none;
	padding-left:20px;
	margin:0;
	padding-bottom:10px;
}
.bodytext:hover {
	color:#FFF;
}
/* RESET ****************************************************/
/* v1.0 | 20080212 */

html, div, span, h1, h2, h3, h4, h5, h6, p, a, ol, ul, {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
	margin:10px;
}
img {
	padding:0;
	margin:0;
	border:none;
}
#copyright {
	font-size: 12px;
	color: #CCC;
	margin:0;
	position:relative;
	padding-bottom:10px;;
	left:10px;
}
a {
	color:#FFF;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
