/* CSS Document */
body {
	margin: 0px; 
	padding:0px;
	text-align: center; 
	width:100%;
	background-color: #252525;
	background-image: url(imagery/main-bg-003.jpg);
}

#container{
		position:relative;
		width:990px;
		text-align:center;
  		margin:0px auto;
		height:auto; 
		z-index: 1;
}


#maincontainer {
	POSITION: absolute;
	background-color: #ffffff;
	Z-INDEX: 2;
	HEIGHT: auto;
	LEFT: 4px;
	TOP: 1px;
	PADDING-LEFT: 5px;
	PADDING-RIGHT: 0px;
	PADDING-BOTTOM: 10px;
	PADDING-TOP: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	WIDTH:100%;
}

h1{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	display: inline;
	color: #cccccc;
}
h2{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 26px;
	display: inline;
	color: #666666;
	font-weight: bold;
	display: inline;
}

#header { HEIGHT: 116px; WIDTH: 100%;}
#logo { HEIGHT: 116px; WIDTH: 140px; float: left;}
#contact {HEIGHT: 50px; WIDTH: 660px; float: left; padding-top: 30px;}
#tagline {HEIGHT: 116px; WIDTH: 182px; float: left; text-align: right;}
#content {HEIGHT: 700px; WIDTH: 100%;FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 12px; color: #4d4d4d; text-align: justify;}
#contentHome {HEIGHT: 570px; WIDTH: 100%;FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 12px; color: #4d4d4d; text-align: justify;}
#contentStartup {HEIGHT: 780px; WIDTH: 100%;FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 12px; color: #4d4d4d; text-align: justify;}


#content a, #contentHome a, #contentStartup a{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	text-decoration: underline;
	color: #4d4d4d;
}
#content a:hover, #contentHome a:hover, #contentStartup a:hover {
	text-decoration: none;
	color: #9966cc;
}

#navlist
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#navlist li
{
	FONT-FAMILY: "Arial Narrow", Arial, Helvetica, sans-serif;
	FONT-SIZE: 16px;
	letter-spacing: 1px;
	display: inline;
	padding-left: 10px;
}


#web a {
	color: #6191c7;
	padding-left: 10px;
	background-image: url(imagery/web-design-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	text-decoration: none;
}

#startup a {
	color: #ffbf00;
	padding-left: 10px;
	background-image: url(imagery/startup-packages-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	text-decoration: none;
}

#graphic a {
	color: #ff3300;
	padding-left: 10px;
	background-image: url(imagery/graphic-design-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	text-decoration: none;
}

#presentation a {
	color: #86b200;
	padding-left: 10px;
	background-image: url(imagery/presentation-design-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	text-decoration: none;
}

#contacter a {
	color: #333333;
	padding-left: 10px;
	background-image: url(imagery/contact-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	text-decoration: none;
}

#port a {
	color: #333333;
	padding-left: 10px;
	background-image: url(imagery/contact-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	text-decoration: none;
}

#web a:hover, #startup a:hover, #graphic a:hover, #presentation a:hover, #contacter a:hover, #port a:hover  {
	color: #4d4d4d;
}

#footer {
	POSITION: relative; WIDTH: 100%; MARGIN-TOP: 40px; text-align: center; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 11px; color: #4d4d4d;
	clear: both;
}

#footer a {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	text-decoration: underline;
	margin-right: 20px;
	color: #4d4d4d;
}
#footer a:hover {
	text-decoration: none;
	color: #9966cc;
}
