body {
	margin: 0;
	background: #000 url(../images/bkgd.gif) left top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

* {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

.center {
	text-align: center;
}

.imgRight {
	float: right;
	margin: 0 0 10px 10px;
}

.imgLeft {
	float: left;
	margin: 0 10px 10px 0;
}

.border {
	border: 1px solid #000;
}

#container-bottom {
	width: 960px;
	height: auto;
	background: #fff url(../images/bottom.gif) bottom left no-repeat;
	margin: 134px auto 0 auto;
}

#container {
	width: 940px;
	height: auto;
	background: url(../images/top-corner.gif) left top no-repeat;
	padding: 10px;
	line-height: 24px;
}

#container a {
	color: #329899;
}

#container a:hover {
	color: #54aa21;
}

#container ul {
	list-style: none;
	padding: 0 0 0 13px;
}

#container ul li {
	padding: 0 0 0 18px;
	background: url(../images/bullet.gif) left 7px no-repeat;
}

#top-section {
	width: 1024px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 0;
	margin: 0 0 0 -512px;
}

#language {
	width: 100px;
	height: 20px;
	position: absolute;
	left: 850px;
	top: 10px;
	font-size: 12px;
	text-align: right;
}

#language a {
	color: #fff;
}

/*--------------------> Top Nav Selectors <--------------------*/
#top-navigation {
	width: 600px;
	height: 30px;
	position: absolute;
	left: 410px;
	top: 68px;
	font-size: 14px;
	z-index: 10;
}

#top-navigation ul {
	width: 600px;
}

#top-navigation ul li {
	border-left: 3px solid #0b4f50;
}

#top-navigation ul li a {
	color: #cecece;
	text-decoration: none;
	padding: 2px 30px 3px 15px;
}

#top-navigation ul li a:hover {
	color: #fff;
	background-color: #009dab;
}

/*** ESSENTIAL STYLES ***/
#top-navigation .sf-menu, #top-navigation .sf-menu * {
	list-style: none;
}
#top-navigation .sf-menu {
	line-height: 1.0;
}
#top-navigation .sf-menu ul {
	position: absolute;
	top: -999em;
	width: 9em;  /*left offset of submenus need to match (see below) */
	background-color: #000;
	border: 1px solid #666;
	padding: 0;
}
#top-navigation .sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
#top-navigation .sf-menu li {
	float: left;
	position: relative;
}
#top-navigation .sf-menu a {
	display: block;
	position: relative;
}

#top-navigation .sf-menu ul li a {
	width: 6.6em;
	color: #fff;
	text-decoration: none;
	padding: 2px 16px 3px 15px;
}

#top-navigation .sf-menu ul li a:hover {
	color: #fff;
	background-color: #009dab;
}

#top-navigation .sf-menu li:hover ul, #top-navigation .sf-menu li.sfHover ul {
	left: -4px;
	top: 25px;  /*match top ul list item height */
	z-index: 99;
}
#top-navigation ul.sf-menu li:hover li ul, #top-navigation ul.sf-menu li.sfHover li ul {
	top: -999em;
}
#top-navigation ul.sf-menu li li:hover ul, #top-navigation ul.sf-menu li li.sfHover ul {
	left: 9em; /* match ul width */
	top: 0;
}
#top-navigation ul.sf-menu li li:hover li ul, #top-navigation ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
#top-navigation ul.sf-menu li li li:hover ul, #top-navigation ul.sf-menu li li li.sfHover ul {
	left: 9em; /* match ul width */
	top: 0;
}

/*--------------------> Header Selectors <--------------------*/

#header {
	width: 940px;
	height: 161px;
	position: relative;
	left: 0;
	top: 0;
	background: url(../images/header.gif) left top no-repeat;
}

#web-design {
	width: 900px;
	height: 100px;
}

#web-design div {
	position: absolute;
	right: 0;
	top: 15px;
	z-index: 5;
	color: #00CCFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80px;
	line-height: 0.9em;
}

#web-development {
	width: 750px;
	height: 55px;
}

#web-development div {
	position: absolute;
	left: 0;
	top: 0;
	color: #a4c522;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 50px;
	line-height: 0.8em;
	padding-top: 0px;
}

#graphic-design {
	width: 800px;
	height: 150px;
}

#graphic-design div {
	position: absolute;
	left: 0;
	top: 100px;
	color: #e99400;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 35px;
	line-height: 0.8em;
}

#design-gallery {
	width: 700px;
	height: 150px;
}

#design-gallery div {
	position: absolute;
	left: 300px;
	top: 100px;
	color: #b50c0c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 50px;
	line-height: 0.8em;
}

#high-quality-designs {
	width: 550px;
	height: 135px;
}

#high-quality-designs div {
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 50px;
	line-height: 0.8em;
}

/*--------------------> Columns Selectors <--------------------*/

#column-container {
	width: 920px;
	height: auto;
	background: url(../images/column-container.gif) left top repeat-x;
	padding: 0 0 0 20px;
}

/*--------------------> Left Column Selectors <--------------------*/

#left-column {
	width: 610px;
	float: left;
	padding-top: 10px;
	font-size: 14px;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	color: #0b4f50;
	margin-bottom: 5px;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	color: #0b4f50;
	margin-bottom: 30px;
}

#left-column h3 {
	font-size: 16px;
	margin: 24px 0;
}

#left-column h4 {
	font-size: 14px;
	color: #329899;
	line-height: 18px;
}

#left-column p {
	font-size: 14px;
	line-height: 24px;
	margin: 24px 0;
}

.smallText {
	font-size: 10px !important;
	line-height: 14px !important;
}

.redText {
	color: #990000 !important;
}

.greeText {
	color: #99CC00 !important;
}

/*--------------------> Right Column Selectors <--------------------*/

#right-column {
	width: 250px;
	float: right;
	border-left: 1px solid #fff;
	padding: 10px 20px 100px 30px;
	color: #999;
}

#right-column h3 {
	font-size: 16px;
	margin: 18px 0;
	color: #666;
}

#right-column ul {
	margin-bottom: 30px;
	font-size: 13px;
	font-weight: bold;
	line-height: 24px;
}

#homepage {
	display: none;
}

#footer {
	width: 890px;
	height: auto;
	margin: 0 auto;
	padding: 20px 35px 80px 35px;
	color: #fff;
	font-size: 11px;
	text-align: right;
}

/* Clearfix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */
.brclear {
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
}

/* --------------- Design Gallery -------------------- */

.gallery {
	border-top: 2px solid #329899;
	padding: 20px 0 0 0;
}

.screenshot {
	width: 304px;
	height: auto;
	float: left;
}

.description {
	width: 290px;
	height: auto;
	float: right;
}

.gallery img {
	border: 2px solid #329899;
	float: left;
	margin: 0 15px 20px 0;
}

#left-column .gallery p {
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 24px 0;
}

.gallery2 img {
	border: 2px solid #329899;
	margin: 10px 0;
}

