#top {
	background-image: url(../images/front/top-bg.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 106px;
}
#header {
	background: url(../images/front/header-bg.png) repeat-x 0px 0px;
	min-width: 940px;
}
#header-right {
	background: url(../images/front/header-bg-right.png) no-repeat right 0px;
}
#header-left {
	background: url(../images/front/header-bg-left.png) no-repeat 0px 0px;
	height: 106px;
	position: relative;
}
#logo {
	width: 189px;
	text-align: center;
}
#header-left #odam {
	position: absolute;
	left: 286px;
	top: 48px;
}
#header-left ul#nav {
	left: 286px;
	top: 73px;
	height: 33px;
	position: absolute;
}
ul#nav li {
	float: left;
	margin-right: 20px;
}
ul#nav li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	line-height: 30px;
}
#left {
	float: left;
	background: url(../images/front/left-bg.gif) repeat-y 0px 0px;
	width: 266px;
}
#left-bot {
	background: url(../images/front/left-bot.png) no-repeat 0px bottom;
	padding: 26px 28px;;
}
#left li {
	background: url(../images/front/left-button.png) no-repeat 0px 0px;
	height: 18px;
	width: 145px;
	font-size: 11px;
	line-height: 18px;
	text-indent: 15px;
	margin-bottom: 10px;
}
#left p {
	color: #555555;
	line-height: 140%;
}
#left li a {
	color: #000;
	text-decoration: none;
	display: block;
}

#main {
	margin-left: 270px;
	padding: 30px;
	color: #477BB8;
}
#main a {
	color: #477BB8;
}
#main table {
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}
#main table th {
	margin: 0px;
	padding: 5px;
	background: #CCC;
	text-align: left;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	font-size: 11px;
}
#main table td {
	margin: 0px;
	padding: 5px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	font-size: 11px;
}
#main label {
	display: inline-block;
	width: 150px;
	vertical-align: absmiddle;
}
#main input {
	display: inline-block;
	margin-top: 8px;
	margin-bottom: 8px;
}
#main input.order {
	width: 15px;
	text-align: center;
}
#main textarea {
	height: 150px;
	width: 450px;
	overflow: scroll;
	vertical-align: text-top;
}
#filesUploaded table td {
	padding: 2px;
}
.spacer {
	height: 30px;
	clear: both;
}
.div {
	background: url(../images/front/div.png) repeat-x 0px 0px;
	margin: auto;
	width: 95%;
	padding-top: 10px;
	clear: both;
	color: #666;
	font-size: 12px;
}
.clr {
	clear: both;
	height: 10px;
}
.clr-right {
	clear: right;
	height: 10px;
}

#catSelect {
	vertical-align: top;
	display: inline-block;
}
#catSelect a {
   display: block;
   border: 1px solid #aaa;
   text-decoration: none;
   background-color: #fafafa;
   color: #123456;
   margin: 2px 0;
   clear:both;
   text-align: center;
}
#catSelect div {
   display: inline-block;
   margin-right: 25px;
}
#catSelect select {
   width: 100px;
   height: 80px;
}
h1 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 5px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #555555;
}
h3 {
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #555555;
}
#main ul {
	margin-top: 10px;
	margin-left: 30px;
}
#main ul li {
	padding-top: 2px;
	padding-bottom: 2px;
	list-style: disc;
}
table#pricing {
	background: #8CAAD6;
}
table#pricing td {
	background: #D5E0F0;
}
table#pricing th {
	font-size: 16px;
	font-weight: bold;
	color: #ebebeb;
	background: #8CAAD6;
	text-align: left;
}
table#utilities {
	border: none;
}
table#utilities td {
	border: none;
}
#imglinks {
	position: absolute;
	top: 42px;
	right: 85px;
}
