* {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}

html {
	color: #FFFFFF;
	background-image: url(../images/html.jpg);
	background-color: #000000;
	background-repeat: repeat-x;
}

body {
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
}

a:link, a:active, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #E38514;
	text-decoration: underline;
}

#shopnews {
	display: block;
	width: 158px;
	height: 96px;
	background-image: url(../images/shopnews.png);
	position: fixed;
	top: 55px;
	left: 0;
}

.siteWrap {
	width: 1008px;
	margin: 0 auto;
	text-align: left;
}

.contentWrap {
	width: 758px;
	margin: 0 auto;
	text-align: left;
}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 204px;
}

#linkHeader {
	display: block;
	background-color: transparent;
	position: absolute;
	top: 0px;
	left: 400px;
	height: 200px;
	width: 205px;
}

#navigation {
	font-size: 18px;
	font-weight: normal;
	background-image: url(../images/navigation.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 70px;
}

#navigation p {
	margin: 5px 0;
}

#navigation p a {
	margin: 0 5px;
}

#navigation a:link, #navigation a:active, #navigation a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#navigation a:hover {
	color: #E38514;
	text-decoration: underline;
}

#content {
	
}

.secondary #leftContent {
	width: 428px;
	background-image: none;
}

.secondary #leftContent h2 {
	color: #E38514;
	font-size: 18px;
}

.secondary #leftContent p {
	margin: 10px 0 10px 0;
	width: 428px;
}

#leftContent {
	position: relative;
	left: 127px;
	float: left;
	width: 416px;
	background-image: url(../images/content.jpg);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 10;
}

#leftContent p {
	font-size: 14px;
	margin: 10px 0px 10px 200px;
	width: 200px;
}

#rightContent ul {
	list-style-image: url(../images/listicon_check.gif);
	font-weight: bold;
}

#rightContent {
	position: relative;
	right: 127px;
	float: right;
	width: 342px;
	height: 313px;
	background-image: url(../images/servicelist.jpg);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 5;
}

.secondary #rightContent {
	width: 330px;
	background-image: url(../images/sideimg_repair.jpg);
}

#footer {
	height: 74px;
	border-top: 3px double #2E3192;
	border-bottom: 3px double #2E3192;	
}

#footerContent {
	font-size: 14px;
	font-weight: bold;
	height: 74px;
	line-height: 74px;	
}

#address {
	height: 40px;
	background-image: url(../images/address_footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	line-height: 40px;
}

#address p {
	width: 600px;
	float: left;
}

.secondary #address {
	height: 74px;
	line-height: 74px;	
}

#hirejacob {
	height: 30px;
	width: 30px;
	display: block;
	float: right;
	margin-top: 20px;
}