body {
	margin: 0px;
	padding: 0px;
	background-color: #cccccc;
	font-size: 1em;
	font-family: arial;
}
#body-background {
	width: 1100px;
	height: 100%;
	background-image: url(../images/background.jpg);
	backrgound-repeat: repeat-y;
	margin: auto;
}
#header {
	width: 100%;
	height: 52px;
	background-image: url(../images/menu-background.jpg);
	backrgound-repeat: repeat-x;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}
#message-bottom {
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #cd4305;
	top: 110px;
	left: 0px;
}
#wrapper {
	width: 960px;
	margin: auto;
	margin-top: 53px;
	z-index: 0;
}

/* Menu */
#menu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 52px;
	z-index: 100;
}
#menu ul {
	position: relative;
	width: 920px;
	margin: auto;
	margin-top: 15px;
	padding-right: 40px;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	float: left;
	color: #cccccc;
	text-decoration: none;
	margin-right: 20px;
	font-size: 1.2em;
}
#menu ul li a:hover {
	color: #ffffff;
}
#menu ul li.home a {
	width: 64px;
	height: 19px;
	background-image: url(../images/small-logo-on-black.gif);
	display: block;
}

/* Messages */
#messages {
	width: auto;
	margin-left: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#messages #message-container {
	float: left;
}
#messages #message-logo {
	float: left;
	width: 44px;
	height: 38px;
	background-image: url(../images/news.gif);
}
#messages #message-data {
	float: left;
	padding-top: 10px;
	padding-left: 10px;
}
#messages #message-read-more {
	float: left;
	padding-top: 10px;
	padding-left: 5px;
}

/* Banner area */
#banner-area {
	margin-top: 35px;
}
#banner-area #main-logo {
	width: 500px;
	height: 200px;
	float: left;
}
#banner-area #contact-us-form {
	width: 392px;
	height: 150px;
	background-image: url(../images/form-background.jpg);
	background-repeat: no-repeat;
	margin-right: 50px;
	float: right;
	padding-top: 50px;
}
#banner-area #contact-us-form tr {
	height: 30px;
}
#banner-area #contact-us-form span {
	display: block;
	float: left;
	text-align: right;
	width: 100px;
	margin-right: 10px;
}
#main-banner {
	position: relative;
}
#main-banner div.title {
	position: absolute;
	color: #333333;
	font-size: 104px;
	top: 40px;
	left: 20px;
}
#main-banner div.sub-title {
	position: absolute;
	color: #cd4305;
	font-size: 52px;
	top: 120px;
	left: 70px;
}

/* Content */
#content {
	position: relative;
	padding: 10px;
	line-height: 1.3em;
}
div.front-page-block, div.content-block, div.side-block {
	width: 445px;
	height: auto;
	float: left;
	font-size: 14px;
	padding-right: 10px;
}
h2 {
	padding-top: 15px;
	font-size: 20px;
}
h2 span.logo {
	background-repeat: no-repeat;
	width: 43px;
	height: 40px;
	display: block;
	float: left;
	padding-right: 5px;
	margin-top: -10px;
}
h2.design span.logo {
	background-image: url(../images/design.gif);
}
h2.develop span.logo {
	background-image: url(../images/develop.gif);
}
h2.host span.logo {
	background-image: url(../images/host.gif);
}
h2.promote span.logo {
	background-image: url(../images/promote.gif);
}
h2.case-study span.logo {
	background-image: url(../images/case-study.gif);
}
h2.support span.logo {
	background-image: url(../images/support.gif);
}
h2.key-features span.logo {
	background-image: url(../images/key-features.gif);
}
h2.packages span.logo {
	background-image: url(../images/packages.gif);
}
h2.latest-news span.logo {
	background-image: url(../images/news.gif);
}
h3 {
	color: #cd4305;
	font-size: 16px;
	margin-bottom: 0px;
}
strong {
	font-weight: normal;
	color: #cd4305;
}
#content ul {
	list-style-type: none;
	padding-left: 20px;
}
#content ul li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 30px;
}
#contact-us-form {
	position: relative;
}
#content img {
	border: 1px solid #dedede;
	padding: 2px;
}
#content img.float-left {
	margin-top: 3px;
	margin-right: 5px;
}

/* Links */
a.read-more {
	padding-left: 19px;
	padding-bottom: 3px;
	margin-left: 5px;
	background-image: url(../images/more-information-small.gif);
	display: inline;
	background-repeat: no-repeat;
}
a.read-more:hover {
	opacity: 1;
}

/* Footer */
#footer-container {
	margin-top: -15px;
	background-image: url(../images/footer-container.jpg);
	background-repeat: repeat-x;
}
#footer {
	width: 960px;
	margin: auto;
	height: 206px;
	background-image: url(../images/footer.jpg);
}
#footer-menu {
	position: relative;
	padding: 0px;
	width: 940px;
	margin: auto;
	margin-top: 15px;
	display: block;
	border: 1px dashed red;
	padding-left: 20px;
}
#footer-menu li {
	display: inline;
}
#footer-menu li a {
	display: block;
	float: left;
	color: #cccccc;
	text-decoration: none;
	margin-right: 20px;
	font-size: 1.2em;
	margin-top: 15px;
}
#footer-menu li a:hover {
	color: #ffffff;
}
#footer-menu li.home a {
	width: 64px;
	height: 19px;
	background-image: url(../images/small-logo-on-black.gif);
	display: block;
}

#footer #site-map {
	margin-top: 20px;
}
#footer #site-map ul {
	list-style-type: none;
	width: 400px;
	float: left;
	margin-top: 10px;
}
#footer #site-map ul.right {
	margin-left: 100px;
	padding-left: 200px;
	width: 200px;
}
#footer #site-map ul li {
	line-height: 1.5em;
}
#footer #site-map ul li a {
	color: #ffffff;
	text-decoration: none;
	background-image: url(../images/more-information-footer.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	font-size: 0.8em;
	opacity: 0.8;
}
#footer #site-map ul li a:hover {
	opacity: 1;
}
#footer-logo {
	width: 57px;
	margin: auto;
	height: 18px;
	background-image: url(../images/footer-logo.gif);
	margin-top: -30px;
}
#footer-text {
	width: 960px;
	text-align: center;
	color: #666666;
	clear: both;
	margin-top: -60px;
	font-size: 0.7em;
}
#footer-text p {
	padding: 0px;
	margin: 0px;
}

/* Forms */
.large {
	width: 200px;
}
.medium {
	width: 125px;
}
.small {
	width: 75px;
}
a.submit {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 37px;
	height: 35px;
	background-image: url(../images/more-information-large.gif);
}
input {
	border: 1px solid #333333;
}

/* Content pages */
div.content-column {
	width: 500px;
	float: left;
}
div.side-block-column {
	float: right;
	width: 430px;
}
div.side-block-column li, div.side-block-column p {
	font-size: 12px;
}
div.content-column div.content-block {
	width: 470px;
}
div.side-block-column div.side-block {
	width: 400px;
}

/* Misc */
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear-text {
	display: none;
}
.clear {
	clear: both;
}
