/* layout */

body {
	background: #fff;
	font: normal 13px Verdana, sans-serif;
	text-align: center;
	color: #000;
	margin: 0;
}

#outer {
	width: 980px;
	padding: 0 10px;
	margin: 0 auto;
}

#footer {
	text-align: center;
	font: normal 13px Verdana, sans-serif;
	padding-bottom: 10px;
}


/* page header */

#header {
	height: 110px;
	position: relative;
}

#header h4 {
	font: normal 18px Verdana, sans-serif;
	text-align: center;
	color: #596e8e;
	position: absolute;
	top: 20px;
	left: 515px;
	margin: 0;
	padding: 0;
}


/* menu bar */

#nav {
	width: 980px;
	height: 44px;
	background: url(imgs/nav.png) no-repeat 0 0;
	margin: 10px 0;
}

#nav a {
	height: 40px;
	float: left;
	text-indent: -9999px;
	outline: none;
}

#link1 { width: 84px; }
#link2 { width: 155px; }
#link3 { width: 106px; }
#link4 { width: 97px; }
#link5 { width: 135px; }
#link6 { width: 80px }
#link7 { width: 115px; }
#link8 { width: 87px; }
#link9 { width: 121px; }

#link1:hover { background: url(imgs/nav.png) no-repeat 0 -44px; }
#link2:hover { background: url(imgs/nav.png) no-repeat -84px -44px; }
#link3:hover { background: url(imgs/nav.png) no-repeat -239px -44px; }
#link4:hover { background: url(imgs/nav.png) no-repeat -345px -44px; }
#link5:hover { background: url(imgs/nav.png) no-repeat -442px -44px; }
#link6:hover { background: url(imgs/nav.png) no-repeat -577px -44px; }
#link7:hover { background: url(imgs/nav.png) no-repeat -657px -44px; }
#link8:hover { background: url(imgs/nav.png) no-repeat -772px -44px; }
#link9:hover { background: url(imgs/nav.png) no-repeat -859px -44px; }

#content {
	text-align: left;
}


/* side column */

#cols {
	width: 220px;
	float: right;
}

#cols h2 {
	width: 217px;
	height: 24px;
	float: right;
	background: url(imgs/border-top.png) no-repeat -750px 0;
	font: normal 18px Verdana, sans-serif;
	color: #516183;
	margin: 0;
	padding-left: 3px;
}

.col {
	width: 219px;
	float: right;
	background: url(imgs/border-sides.png) repeat-y -749px 0;
	padding-left: 1px;
}

.col-border-bottom {
	width: 220px;
	height: 24px;
	float: right;
	background: url(imgs/border-bottom.png) no-repeat -750px 0;
}


/* main content */

#main {
	margin-right: 220px;
}

#main h2 {
	width: 735px;
	height: 24px;
	background: url(imgs/border-top.png) no-repeat 0 0;
	font: normal 18px Verdana, sans-serif;
	color: #516183;
	margin: 0;
	padding-left: 15px;
}

.info {
	width: 720px;
	background: url(imgs/border-sides.png) repeat-y 0 0;
	padding: 10px 15px;
}

.content-border-bottom {
	width: 750px;
	height: 5px;
	background: url(imgs/border-bottom.png) no-repeat 0 0;
	margin-bottom: 10px;
}

#offers {
	width: 750px;
	overflow: hidden;
}

#main h2.small {
	width: 355px;
	height: 24px;
	background: url(imgs/border-top.png) no-repeat -970px 0;
	font: normal 18px Verdana, sans-serif;
	color: #516183;
	margin: 0;
	padding-left: 15px;
}

.info_small {
	width: 340px;
	height: 81px;
	background: url(imgs/border-sides.png) repeat-y -968px 0;
	padding: 10px 15px;
}

.small-border-bottom {
	width: 370px;
	height: 130px;
	float: left;
	background: url(imgs/border-bottom.png) no-repeat -970px bottom;
	margin: 0 10px 10px 0;
}

.clear {
	clear: both;
}

.row {
	display: block;
	width: 720px;
	font-weight: bold;
	margin: 3px 0;
}

.row_right {
	width: 620px;
	float: right;
	font-weight: normal;
}

#contact .row, #order .row {
	height: 22px;
	font-weight: normal;
	margin: 6px 0;
}

.longinput {
	width: 200px;
	border: solid 1px #a7a6aa;
}

.shortinput {
	width: 100px;
	border: solid 1px #a7a6aa;
}

#message {
	width: 100%;
	height: 200px;
	border: solid 1px #a7a6aa;
}

.img {
	text-align: center;
	margin: 10px 0;
}

.img img {
	display: block;
	border: solid 1px #a7a6aa;
	margin: 0 auto;
}

#online, #online p {
	text-align: center;
}

.onlinecol {
	width: 240px;
	height: 170px;
	float: left;
}

#webdesign .row {
	height: 201px;
	margin: 15px 0;
}

#webdesign .row_right {
	width: 353px;
}

#webdesign img {
	border: solid 1px #a7a6aa;
}


/* text styles */

h3 {
	font: bold 13px Verdana, sans-serif;
	margin-bottom: 0;
}

p {
	font: normal 13px Verdana, sans-serif;
	text-align: justify;
	margin-top: 0;
}

a {
	font: normal 13px Verdana, sans-serif;
	outline: none;
	color: #666;
}

#cols p {
	margin: 0;
}

ul {
	font: normal 13px Verdana, sans-serif;
	list-style-type: disc;
	text-indent: 0;
	margin-top: 0;
	padding-left: 30px;
}

#footer span, #footer a {
	font-size: 11px;
	color: #666;
}
	