@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background: url(images/background.jpg);
	/*background: #888;*/
	font-family: Verdana, Geneva, sans-serif;
}

.errorH {
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
}

.errorT {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
}

#root {
	width: 970px;
	margin: 0px auto;
}

#wrapper {
	position: relative;
	width: 953px;
	margin: 0px auto;
	padding-top: 8px;
	padding-bottom: 10px;
	background: url(images/contentBG.png) repeat-y;
	z-index: 0;
}

#header {
	position: static;
	width: 910px;
	height: 170px;
	margin: 0px auto;
	background: url(images/header.png) 0px 13px #1f4892 no-repeat;
	border: 1px solid #000;
	z-index: 0;
}

#footer {
	position: static;
	width: 953px;
	margin: 0px auto;
	height: 135px;
	background: url(images/footer.png) no-repeat;
	z-index: 0;
}

#pageTitle {
	position: relative;
	width: 220px;
	height: 75px;
	left: 185px;
	margin-top: -20px;
	margin-bottom: -55px;
	margin-left: -20px;
	z-index: 1;
	background: transparent;
}

#content {
	width: 912px;
	padding: 0px;
	margin-top: 10px;
}

#contentNest {
	position: static;
	margin-left: 21px;
	width: 912px;
	/*height: 450px;*/
	background: #001133;
}

#sidebar {
	width: 155px;
	background: url(images/sidebarBG.png) repeat-y;
	padding: 0px;
	min-height: 450px;
	padding-bottom: 50px;
	padding-top: 30px;
}

#sidebar2 {
	width: 155px;
	height: 165px;
	min-height: 165px;
	background: url(images/sidebarBG.png) repeat-y;
	padding: 0px;
}

#filler {
	width: 735px;
	background: #cccfd6;
	border: 1px solid #000;
	padding: 10px;
	padding-top: 40px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: justify;
	min-height: 608px;
}

#filler p:first-letter {
	padding-left: 10px;
}

#logobox {
	position: absolute;
	top: 25px;
	margin-left: 0px;
}

#barcode {
	margin-left: 30px;
	margin-bottom: 15px;
	margin-top: 100px;
	width:78px;
	height: 156px;
	background: url(images/barcode.jpg) no-repeat;
}

#contactme {
	margin-top: 125px;
	width: 145px;
	height: 110px;
	background: url(images/contactme.png) no-repeat;
}

#callNow {
	position: relative;
	top: 3px;
	left: 0px;
	width: 60px;
	height: 98px;
	background: url(images/callnow.png) no-repeat;
}

#callNow:hover {
	background:url(images/callnow.png) -61px 0px no-repeat;
	cursor: pointer;
}

#aboutme {
	position: relative;
	top: 30px;
	left: 7px;
	width: 155px;
	height: 110px;
	background: url(images/aboutme.png) no-repeat;
}

#seeabout {
	position: relative;
	top: 3px;
	left: 75px;
	width: 71px;
	height: 98px;
	background: url(images/seeabout.png) no-repeat;
}

#seeabout:hover {
	background:url(images/seeabout.png) -72px 0px no-repeat;
	cursor: pointer;
}

#homeButton {
	position: relative;
	width: 65px;
	height: 25px;
	top: 124px;
	left: 242px;
	background:url(images/home.png) 0px 0px no-repeat;
}

#homeButton:hover {
	background:url(images/home.png) 0px -26px no-repeat;
	cursor: pointer;
}

#designButton {
	position: relative;
	width: 119px;
	height: 25px;
	top: 92px;
	left: 319px;
	background:url(images/design.png) 0px 0px no-repeat;
}

#designButton:hover {
	background:url(images/design.png) 0px -25px no-repeat;
	cursor: pointer;
}

#modelingButton {
	position: relative;
	width: 135px;
	height: 25px;
	top: 60px;
	left: 450px;
	background:url(images/modeling.png) 0px 0px no-repeat;
}

#modelingButton:hover {
	background:url(images/modeling.png) 0px -25px no-repeat;
	cursor: pointer;
}

#texturingButton {
	position: relative;
	width: 145px;
	height: 25px;
	top: 26px;
	left: 597px;
	background:url(images/texturing.png) 0px 0px no-repeat;
}

#texturingButton:hover {
	background:url(images/texturing.png) 0px -25px no-repeat;
	cursor: pointer;
}

#graphicsButton {
	position: relative;
	width: 108px;
	height: 25px;
	top: -6px;
	left: 755px;
	background:url(images/graphics.png) 0px 0px no-repeat;
}

#graphicsButton:hover {
	background:url(images/graphics.png) 0px -25px no-repeat;
	cursor: pointer;
}


