html {
  height: 101%;
	overflow-y: scroll;
	background-color: #000;
}

body, div, h1, h2, h3, h4, p, ul, li, dl, dt, dd, img, form, fieldset, blockquote {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

p, div, h1, h2, h3, h4, td, ul, legend, input, select, textarea {
	font-family: "Trebuchet MS", tahoma, sans-serif;
	font-size: 13px;
	color: #FFF;
	line-height: 18px;
}

p, h1, h2, h3, h4 {
	margin-bottom: 15px;
}
p.bold {
	font-weight: bold;
	color: #0B0A4E;
}
			
a img, :link img, :visited img {
   border: none
}

h1 span, h2 span, h3 span {
   display: none;
}

div.clear {
	clear: both;
	overflow: hidden;
	height: 1px;
}

/* ----------------------------------- */
/* COMMON
/* ----------------------------------- */

#top, #main, #content, #bottom, #extra, #footer {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

/* ----------------------------------- */
/* TOP
/* ----------------------------------- */

#top-wrapper {
	background: #FFF url(../images/bg/top.gif) 0 0 repeat-x;
	height: 136px;
	overflow: hidden;
}

#top {
	background: url(../images/bg/top_wave2.gif) 0 0 no-repeat;
}

.topicon {
	position: absolute;
	top: 10px;
	left: 730px;
	width: 40px;
	z-index: 2;
}

/* ----------------------------------- */
/* MAIN
/* ----------------------------------- */

#main-wrapper {
	background: #0B0A4E
	/*url(../images/bg/main.jpg) 0 0 repeat-x;*/
	padding-bottom: 35px;
}
#main {
	/*background: url(../images/bg/main-glow.jpg) top right no-repeat;*/
}

/* MENU ------------------------------ */
/* SPRITE NAVIGATION */ 

#menu {
	background: url(../images/menu.gif) 0 0 no-repeat;
	width: 442px;		/* Width of entire image */ 
	height: 60px;		/* Height of buttons */
}
#menu span {
	display: none;
}

#menu li, #menu a {
	height: 60px;		/* Each button must have the same height, define it here */ display: block;
}
#menu li {
	float: left;
	list-style: none;
	_display: inline;		/* fixes IE/Win double margin float bug (safe) */
}
	
/* margin-left - you will need to adjust this value to "center" your nav, if needed */ 
/* width - width of each button, they will each most likely be unique */ 
#menu-home 		{ width: 80px; }
#menu-about 	{ width: 80px; }
#menu-services 	{ width: 95px; }
#menu-portfolio { width: 98px; }
#menu-contact 	{ width: 89px; }

/* Changed values should match sum of "width" numbers specified above */ 
#menu-home a:hover, #home #menu-home { background: transparent url(../images/menu.gif) 0px -60px no-repeat; }
#menu-about a:hover, #about #menu-about	{ background: transparent url(../images/menu.gif) -80px -60px no-repeat; }
#menu-services a:hover, #services #menu-services{ background: transparent url(../images/menu.gif) -160px -60px no-repeat; }
#menu-portfolio a:hover, #portfolio #menu-portfolio	{ background: transparent url(../images/menu.gif) -255px -60px no-repeat; }
#menu-contact a:hover, #contact #menu-contact { background: transparent url(../images/menu.gif) -353px -60px no-repeat; }

#intro {
	width: 400px;
	float: left;
	}
	#intro h1 {
		font-size: 24px;
		color: #FFF;
		margin-top: 14px;
	}
	#intro p.tagline {
		font-size: 16px;
		color: #99CDFF;
		margin-top: -10px;
	}
	#intro a:link {
		color: #99CDFF;
		text-decoration: underline;
	}
	#intro a:visited {
		color: #99CDFF;
		text-decoration: underline;
	}
	#intro a:hover {
		color: #FFF;
		text-decoration: underline;
	}
	
#side {
	width: 306px;
	height: 320px;
	float: right;
	background: url(../images/bg/side.jpg) 0 0 no-repeat;
}

#side2 {
	width: 306px;
	height: 320px;
	float: right;
}

	#side-content {
		margin: 68px 0 0px 35px;
		padding: 2px 10px 15px 20px;
	}
	
	#side-content2 {
		margin: 68px 0 0px 0px;
		padding: 2px 10px 15px 10px;
	}
		
	#side-content h2 {
		color: #FFF;
		font-size: 22px;
		margin: 15px 0 10px 0;
	}
	#side-content h3 {
		color: #FFF;
		font-size: 18px;
		margin: 15px 0 10px 0;
	}
			
	.more-info li {
		line-height: 24px;
		font-size: 14px;
		list-style: none;
		background: url(../images/bg/side-li.gif) 0 5px no-repeat;
		padding-left: 24px;
	}
	.more-info li a:link {
		text-decoration: underline;
		color: #99CDFF;
	}
	.more-info li a:visited {
		text-decoration: underline;
		color: #99CDFF;
	}
	.more-info li a:hover {
		text-decoration: underline;
		color: #FFF;
	}
	.more-info li.on {
		text-decoration: underline;
		color: #FFF;
	}
	.info a:link {
		text-decoration: underline;
		color: #109FFF;
	}
	.info a:visited {
		text-decoration: underline;
		color: #fff;
	}
	.info a:hover {
		text-decoration: underline;
		color: #fff;
	}

#side-content blockquote, #content blockquote {
	background: url(../images/quotation.gif) 0 0 no-repeat;
	padding-left: 35px;
	padding-top: 10px;
	font-size: 14px;
}
	
/* ----------------------------------- */
/* CONTENT
/* ----------------------------------- */

#content-wrapper {
	background: #109FFF url(../images/bg/bottom.jpg) 0 -40px repeat-x;
	padding-top: 25px;
	padding-bottom: 25px;
	color:#FFF;
}
	#content h1 {
		font-size: 20px;
		color: #FFF;
	}
	#content h2 {
		font-size: 20px;
		color: #FFF;
	}
	#content ul {
		margin-bottom: 15px;
	}
	#content a:link {
		color: #0B0A4E;
		text-decoration: underline;
	}
	#content a:visited {
		color: #0B0A4E;
		text-decoration: underline;
	}
	#content a:hover, a:active {
		color: #FFF;
		text-decoration: underline;
	}
	#content p a:link {
		color: #0B0A4E;
		text-decoration: underline;
	}
	#content p a:visited {
		color: #0B0A4E;
		text-decoration: underline;
	}
	#content p a:hover, a:active {
		color: #FFF;
		text-decoration: underline;
	}
	#content h3 a:link {
		color: #FFF;
		text-decoration: underline;
	}
	#content h3 a:visited {
		color: #FFF;
		text-decoration: underline;
	}
	#content h3 a:hover, a:active {
		color: #0B0A4E;
		text-decoration: underline;
	}

/* ----------------------------------- */
/* BOTTOM
/* ----------------------------------- */
#bottom-wrapper {
	background: #16A1FE url(../images/bg/bottom.jpg) 0 -40px repeat-x;
	padding-top: 15px;
}
	#bottom {
		padding: 0 0 15px 0;
	}
	#bottom h1 {
		font-size: 20px;
	}
	#bottom h2 {
		font-size: 16px;
		color: #FFF;
		border-top: 1px solid #B0AB87;
		border-bottom: 1px solid #B0AB87;
		text-align: center;
	}
	#bottom a:link, a:visited {
		color: #FFF;
		text-decoration: underline;
	}
	#bottom a:hover, a:active {
		color: #0B0A4E;
		text-decoration: underline;
	}
	
	.divide #bottom-wrapper {
		background: #16A1FE url(../images/bg/bottom.jpg) 0 0 repeat-x;
		padding: 0px;
	}
	.divide .bottom-section {
		float: left;
		width: 230px;
		margin-right: 20px;
		margin-bottom: 5px;
	}
	.divide .bottom-section h1 {
		overflow: hidden;
		height: 40px;
	}
	
	#section1 h1 { background: url(../images/services.jpg) 0 0 no-repeat; }
	#section2 h1 { background: url(../images/advantage.jpg) 0 0 no-repeat; }
	#section3 h1 { background: url(../images/results.jpg) 0 0 no-repeat; }
	#section4 h1 { background: url(../images/goals.jpg) 0 0 no-repeat; }
	#section5 h1 { background: url(../images/expertise.jpg) 0 0 no-repeat; }
	#section6 h1 { background: url(../images/talk.jpg) 0 0 no-repeat; }
	#section7 h1 { background: url(../images/webdesign.jpg) 0 0 no-repeat; }
	#section8 h1 { background: url(../images/webhosting.jpg) 0 0 no-repeat; }
	#section9 h1 { background: url(../images/webmarket.jpg) 0 0 no-repeat; }

	.bottom-section {
		width: 350px;
		margin-right: 20px;
		float: left;
	}
	.bottom-section p {
		font-family: "Trebuchet MS", tahoma, lucida, arial, helvetica, sans-serif;
		color: #0B0A4E;
	}
	#bottom ul {
		margin-bottom: 15px;
	}
	.bottom li {
		list-style: none;
		line-height: 24px;
		font-size: 14px;
		color: #0B0A4E;
		background: url(../images/bg/side-li.gif) 0 5px no-repeat;
		padding-left: 20px;
	}
	.bottom-about li {
		line-height: 18px;
		font-size: 13px;
		color: #0B0A4E;
		list-style: none;
		background: url(../images/bg/side-li.gif) 0 5px no-repeat;
		padding-left: 20px;
	}
	.bottom li a:link {
			color: #FFF;
			text-decoration: underline;
	}
	.bottom li a:visited {
			color: #FFF;
			text-decoration: underline;
	}
	.bottom li a:hover, a:active {
    	color: #0B0A4E;
    	text-decoration: underline;
}
			

/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */
#footer-wrapper {
	background: #000;
	height: 80px;
	padding: 15px 0 5px 0; 
}
	#firefox {
		width: 250px;
		float: left;
	}
	#footer-menu {
		width: 350px;
		float: right;
		text-align: right;
		margin-top: 20px;
		font-size: 12px;
	}
	#footer-menu a:link {
				color: #FFF;
			text-decoration: underline;
	}
	#footer-menu a:visited {
			color: #FFF;
			text-decoration: underline;
	}
	#footer-menu a:hover, a:active {
    	color: #99CDFF;
    	text-decoration: underline;
	}	


/* ----------------------------------- */
/* CONTACT PAGE
/* ----------------------------------- */

#contactform input, #contactform textarea, #contactform select {
	font-weight: normal;
}
.input {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 2px solid #9E6B02;
	color: #000;
	font-size: 14px;
	padding: 3px;
	background: #109FFF;
}
#contactform input:focus {
	border-bottom: 2px solid #000;
	background: #FFF;
}
#contactform textarea {
	line-height: 18px;
	overflow: hidden;
}
#contactform textarea:focus {
	border-bottom: 2px solid #000;
	background: #FFF;
	color: #000;
}
#contactform p {
	font-weight: bold;
}
#contactform select {
	color: #000;
}

/* ----------------------------------- */
/* SERVICES
/* ----------------------------------- */
.plan {
	background: #0B0A4E;
	padding: 20px;
	margin-bottom: 15px;
	border-top: 8px solid #99CDFF;
	border-left: 2px solid #99CDFF;
	border-right: 2px solid #99CDFF;
	border-bottom: 2px solid #99CDFF;
}
	
	.service {
		float: left;
		width: 231px;
		margin-right: 33px;
	}
	.last {
		margin: 0px !important;
	}

/* ----------------------------------- */
/* PORTFOLIO
/* ----------------------------------- */

.thumbnail-list li {
	width: 172px;
	margin-right: 15px;
	margin-bottom: 10px;
	list-style: none;
	float: left;
	font-weight: bold;
}
	.thumbnail-list a .thumb {
		width: 160px;
		padding: 0;
		border: 1px solid #0B0A4E;
		background: #99CDFF;
	}
	.thumbnail-list a:hover .thumb {
		border-color: #FFF;
	}
	.thumbnail-list li a {
		text-decoration: none;
		color: #99CDFF;
	}
	.thumbnail-list li h3 {
		margin: 5px 0 0 0;
		color: #FFF;
		font-size: 12px;
}
	.thumbnail-list li p {
		color: #0B0A4E;
		font-size: 10px;
}
	.design-thumbnail li {
		width: 200px;
		list-style: none;
		margin: 0 15px 25px 0;
		padding: 0 0 5px 0;
		float: left;
		font-weight: bold;
		color: #0B0A4E;
}
	.design-thumbnail li p {
		color: #0B0A4E;
		margin: 5px 10px 0 0;
}
	
	#dell {
		padding-left: 20px;
		margin-right: 20px;
		line-height: 18px;
		font-size: 13px;
		color: #99CDFF;
		list-style-type: disc;
	}
	
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> Scroller Style <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/*Example CSS for the two demo scrollers*/

#pscroller1 {
width: 200px;
height: 190px;
padding: 5px;
background-color: transparent;
}

#pscroller1 a, a:visited {
color: #99CDFF;
text-decoration: underline;
}

#pscroller1 a:hover {
color: #fff;
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}
	
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

*{padding: 0; margin: 0;}
html, body {
min-height: 100%;
height: auto !important;
height: 100%;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: absolute;
  z-index:100;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  min-height:100%;
  background-color:#000;
  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
#TB_window {
  position: absolute;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
}
#TB_window img {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
  color: #000;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:5px 10px 7px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: absolute;
  display:none;
  height:100px;
  width:100px;
  z-index:101;
}
#TB_HideSelect{
  z-index:99;
  position:absolute;
  top: 0;
  left: 0;
  width:100%;
  height:100%;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
#TB_iframeContent{
  border:none;
  clear:both;
}