/* COLOR PALLETTE
============================================================================
	
	Red - #e41e26
	Turquoise - #77cdd0		
	
	Dark Gray - #1e2426
	Med Gray - #384247
	Light Gray - #657780
			
	Text - #999
	Links - #e41e26			
===========================================================================*/


/* GLOBAL RESET
---------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: middle;
}

body {
	line-height: 1;
}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}

/* remember to define focus styles! */
:focus {outline: 0;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse; border-spacing: 0;}


/* GENERAL SELCTORS
---------------------------------------------------------------------------*/

/* BODY */
body {
	margin: 0;
	padding: 0;
	font: 12px arial, helvetica, sans-serif;
	color: #FC0;
	background-color: #000;
}

	p {margin: 0 0 10px 0; line-height: 1.5em;}
	
	/* HEADINGS */
	h1 {
	margin: 0 0 0px 0;
	font-size: 60px;
	font-weight: normal;
	color: #FFF;
}
		h2 {
	margin: 0 0 20px 0;
	padding: 20 0 5px 0;
	width: 940px;
	border-bottom: 1px solid #1e2426;
	font-size: 26px;
	font-weight: normal;
	color: #FC0;
}
			h3 {
	margin: 0 0 5px 0;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5em;
	color: #FFF;
}
				h4 {
	margin: 0 0 5px 0;
	font-size: 14px;
	font-weight: bold;
	color: #FC0;
}
				
	/* LINKS */
	a:link {
	color: #CC0;
	text-decoration: none;
}
	a:visited {
	color: #FC0;
	text-decoration: none;
}
	a:hover {
	color: #F90;
	text-decoration: none;
}
	a:active {
	color: #FC0;
	text-decoration: none;
}


/* LAYOUT
---------------------------------------------------------------------------*/

/* MAIN WRAP */
#mainWrap {margin: 0 auto; padding: 0 0 40px 0; width: 940px; background: url(../images/mainwrap_bg.jpg) top center no-repeat;}
		
	/* HEADER */
	#header {
	padding: 0px 0;
	width: 940px;
	border-bottom: 1px solid #1e2426;
}
				
		/* MAIN NAV */
		#mainNav {
	float: right;
	margin: 34px 0 0 0;
}
			#mainNav li {display: inline;}
				#mainNav a {float: left; margin: 0 40px 0 0; padding: 0 0 5px 0; font-size: 18px; font-weight: bold; color: #fff; text-decoration: none;}
					#mainNav a.current {border-bottom: 5px solid #e41e26; color: #e41e26;}
					#mainNav a:hover {
	color: #FC0;
}
		
		/* LOGO */
		#logo {
	float: left;
	width: 476px;
	height: 72px;
}
			#logo a {display: block; width: 600px; height: 72px; background: url(../images/logoSC.png) top left no-repeat;}
	
	/* INTRO */
	#intro {padding: 10px 0 50px 0; width: 940px; border-bottom: 1px solid #1e2426;}
	
	/* WORK WRAP */
	#work {
	overflow:hidden;
	position: relative;
	padding: 0px 0;
	width: 940px;
	border-bottom: ffffff;
}
	
		/* SCROLL BUTTONS */
		.scrollButtons {
	position: absolute;
	top: 12px;
	right: -1px;
	width: 100px;
	height: 20px;
	left: 840px;
}
			a.upButton {
	float: inherit;
	display: block;
	width: 100px;
	height: 22px;
	background: url(../images/up_btn.gif) 0 0 no-repeat;
}
				a.upButton:hover {
	background-position: 0;
}
			a.downButton {
	float: left;
	display: block;
	width: 100px;
	height: 22px;
	background: url(../images/dn_btn.gif) 0 0 no-repeat;
}
				a.downButton:hover {
	background-position: 0;
}
			
		/* LEFT COLUMN */
		#work .leftColumn {float: left; margin: 0 20px 0 0; width: 300px;}
			#work .thumbWrap {width: 300px; margin: 0 0 30px;}
																								
		/* MIDDLE COLUMN */
		#work .middleColumn {float: left; margin: 0 20px 0 0; width: 300px;}
		
		/* RIGHT COLUMN */
		#work .rightColumn {float: left; width: 300px;}
		
	/* ABOUT WRAP */
	#about {
	position: relative;
	padding: 20px 0;
	width: 940px;
	border-bottom: 1px solid #1e2426;
}
	
		/* ABOUT TOP WRAP */
		#aboutTopWrap {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	width: 940px;
	border-bottom: ffffff;
}
			
			/* LEFT COLUMN */
			#about .leftColumn {
	float: left;
	margin: 0 20px 0 0;
	width: 920px;
}
																													
			/* RIGHT COLUMN */
			#about .rightColumn {float: left; padding: 0 0 0 20px; width: 279px; border-left: 1px solid #1e2426;}
			
				/* CHECK LIST */
				#about .rightColumn ul.check {list-style-type: none;}
					#about .rightColumn ul.check li {padding: 8px 10px 0 30px; font-size: 18px; line-height: 1.5em; color: #77cdd0; background: url(../images/check_bullet.png) 0 10px no-repeat;}
		
		/* SERVICES WRAP */
		#serviceWrap {width: 940px;}
			#serviceWrap #webDesign {margin: 10px 0 5px 0; padding: 8px 0 8px 40px; background: url(../images/webdesign_icon.gif) 0 0 no-repeat;}
			#serviceWrap #webDev {margin: 10px 0 5px 0; padding: 8px 0 8px 40px; background: url(../images/webdev_icon.gif) 0 0 no-repeat;}
			#serviceWrap #idDesign {margin: 10px 0 5px 0; padding: 8px 0 8px 40px; background: url(../images/iddesign_icon.gif) 0 0 no-repeat;}
			#serviceWrap #emailMkt {margin: 10px 0 5px 0; padding: 8px 0 8px 40px; background: url(../images/emailmkt_icon.gif) 0 0 no-repeat;}
		
			/* SERVICE BLURB */
			.serviceBlurb {
	float: left;
	margin: 0 20px 0 0;
	width: 450px;
}
			.serviceBlurbLast {float: left; width: 220px;}
		
	/* CONTACT WRAP */
	#contact {
	position: relative;
	padding: 3px 0;
	width: 940px;
	border-bottom: ffffff;
}
	
		/* LEFT COLUMN */
		#contact .leftColumn {float: left; margin: 0 20px 0 0; width: 620px;}
		
			/* BASIC FORM */
			#basicForm {width: 540px;}
				#basicForm fieldset {margin: 10px 0 20px 0;}
					#basicForm legend {display: none;}
						#basicForm label {clear: left; float: left; margin: 15px 10px 0 0; width: 140px; font-size: 14px; font-weight: bold; color: #657780; text-align: right;}
						#basicForm input {float: left; margin: 10px 0 0 0; padding: 7px 5px 7px 5px; width: 378px; border: none; font-family: arial, helvetica, sans-serif; font-size: 14px; color: #fff; background-color: #1e2426; -webkit-border-radius: 5px; -moz-border-radius: 5px;}
						#basicForm label.error {clear: right; margin: 3px 0 0 150px; width: 388px; text-align: left; color: #e41e26; font-weight: normal;}
						#basicForm select {clear: both; margin: 16px 0 5px 0; width: 220px;}
						#basicForm label.checkBox {margin: 0 20px 0 5px;}
						#basicForm textarea {float: left; padding: 5px; width: 378px; border: none; font-family: arial, helvetica, sans-serif; font-size: 18px; color: #fff; background-color: #1e2426; -webkit-border-radius: 5px; -moz-border-radius: 5px;}
						#basicForm input.submit {padding: 0; margin: 10px 0 0 150px; width: 85px; height: 30px; border: none; background: none;}
						#basicForm input:hover, #basicForm textarea:hover {background-color: #384247;}
																												
		/* RIGHT COLUMN */
		#contact .rightColumn {float: left; width: 300px;}
							
	/* FOOTER */
	#footer {margin: 20px 0; width: 940px; height: 200px;}
		#footer p {
	float: left;
	color: #FC0;
}
		#footer ul {float: right;}
			#footer li {display: inline; margin: 0 10px;}
				#footer a {font-weight: bold; color: #FFF; text-decoration: none;}
					#footer a:hover {
	color: #FC0;
}
					
							
/* GENERIC CLASSES
---------------------------------------------------------------------------*/

.hide {display: none;}

.clear {clear: both;}

.small {margin: 0 0 0 10px; font-size: 14px;}
.white {color: #FFF;}
.light {
	margin: 0;
	padding: 0;
	border: none;
	font-weight: normal;
	text-transform: none;
	color: #FC0;
}
.callOut {font-weight: bold; text-decoration: underline;}
strong {color: #000;}
.leadIn {
	margin: 0 0 20px 0;
	padding: 0 0 30px 0;
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
	color: #FFF;
	background: url(../images/leadin_bg.gif) bottom left repeat-x;
}

.hoverBox {
	position: relative;
	width: 100;
	height: 110px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
	.hoverBox .zoom {display: none;}
	.hoverBox:hover .zoom {display: block; position: absolute; z-index: 1; top: 37px; left: 132px;}


.borderBottom {margin: 0 0 20px 0; padding: 0 0 10px 0; border-bottom: 1px solid #ddd;}
.featureWrap {float: left; width: 620px; margin: 10px 0 0 0;}
.blurbWrap {float: left; width: 300px; margin: 5px 0 0 0;}
