/***** 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,
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-weight: inherit;
	font-style: inherit;
	font-size: 12px;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/***** STRUCTURE *****/

html{
	overflow-y:scroll;
	} 

input {
	margin: 10px 0 10px 0;
	padding: 8px;
	width: 400px;
	background: url(../img/input.png) top left no-repeat;
	border: none;
	font-family: georgia, times-new-roman, serif;
	}
	.button {
		background: url(../img/button.png) top left no-repeat;
		color: #fff;
		font-family: 'Segoe UI', Arial, 'Sans Serif';
		font-weight: bold;
		}

#preloader {
	top: 0;
	left: 0; 
	width: 100%;
	height: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	position: absolute;
	text-align: center;
	color: #eee;
	background-color: #111;
	z-index: 9000
	}
	
	#preloader p {
		padding-top: 10em;
		}

body {
	background: url(../img/background-image2.jpg) no-repeat fixed center #000;
	text-align: center;
	font-family: 'Segoe UI', Arial, 'Sans Serif';
	}
	
p {	
	line-height: 1.5em;
	margin: 10px 0;
}

a:link  {text-decoration: underline; color: #ccc;}
a:active  {text-decoration: underline; color: #ccc;}
a:visited  {text-decoration: underline; color: #ccc;}
a:hover  {text-decoration: none; color: #fff;}

h2 a:link  {text-decoration: none; color: #222;}
h2 a:active  {text-decoration: none; color: #222;}
h2 a:visited  {text-decoration: none; color: #222;}
h2 a:hover  {text-decoration: none; color: #000;}

h3 a:link, h3 a:active, h3 a:visited, h3 a:hover  {font-size: inherit;}

h3 { 
	font-weight: bold;
	font-size:1.4em;
	margin-bottom: 5px;
	line-height: 1.5em;
	text-shadow: 2px 2px 2px #000;
	}
	
li {
	list-style-type: circle; 
	margin-left: 40px;
	line-height: 1.5em;
}

	#wrapper {
		width: 980px;
		margin: 0 auto;
		text-align: left;
		}
		
		#content {
			margin-bottom: 50px;
			padding: 10px;
			background: url(../img/trans-black-10.png);
			}
			
			#content img {
				border: 5px solid #eee;
				}
				
				#content img.services {border: none; float: right; padding: 5px;}
				
				#content img.noborder {border: none;}
				
				#content h4 {font-weight: bold; text-transform: uppercase; padding-bottom: 10px;}
				
				#content acronym { border-bottom: 1px dotted #ccc; }
	
		#header {
			margin-bottom: 50px;
			}
		
		.white {
			background: url(../img/trans-white-60.png);
			padding: 18px 20px 22px 20px;
			margin: 1px 0 0 0;
			clear: left;
			color: #222;
			display: block;
			font-size: 1.2em;
			text-shadow: 0px 1px 0px #fefefe;  //webkit
			cursor: pointer;
			}
			.white:hover {
			background: url(../img/trans-white-80.png);
			color: #000;
				}	
				
		
		.black {
			background: url(../img/trans-black.png);
			padding: 30px;
			margin: 1px 0 0 0;			
			color: white;
			clear: left;
			overflow: auto;
			}
			
		.third {
			width: 280px;
			float: left;
			padding: 10px;
			}
		
		.half {
			width: 430px;
			float: left;
			padding: 10px;
			}

			div#portfolio, div#services, div#about, div#work, div#contact {
				  display: none;
				}
			
strong {font-weight: bold;}

.alignleft {float: left; margin: 10px;}

.alignright {float: right; margin: 10px;}

.clear {clear: left;}

.center {text-align: center;}
			