/* 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: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}

/* GLOBAL */

body {
	background: #000 url(../images/main_bg.jpg) top center repeat-x;
}

/* DIVS */

#nav_container {
	background: url(../images/nav_bg.png) repeat-x;
	height: 75px;
	width: 100%;
	margin: auto;
}

#logo_nav_container {
	height: 50px;
	width: 965px;
	margin: auto;
	padding-top: 15px;
}

#logo {
	background: url(../images/logo.png) top center no-repeat;
	height: 50px;
	width: 200px;
	margin: auto;
	float: left;
}

#nav {
	height: 50px;
	width: 565px;
	margin: auto;
	float: right;
}

#main_container {
	width: 965px;
	margin: auto;
}

#header {
	background: url(../images/header_bg.png) top center no-repeat;
	height: 195px;
	width: 858px;
	margin: 81px auto 0px auto;
}

#tagline {
	background: url(../images/tagline_bg.png) top center no-repeat;
	height: 99px;
	width: 965px;
	margin: 66px auto 0px auto;
}

#process_container {
	height: 181px;
	width: 937px;
	margin: 29px auto 0px auto;
}

#threedees {
	background: url(../images/threedee_bg.png) top center no-repeat;
	height: 181px;
	width: 293px;
	float: left;
	margin: 0px 36px 0px 0px;
}

#design {
	background: url(../images/design_bg.png) top center no-repeat;
	height: 49px;
	width: 164px;
	float: left;
	margin: 30px 49px 0px 0px;
}

#develop {
	background: url(../images/develop_bg.png) top center no-repeat;
	height: 49px;
	width: 164px;
	float: left;
	margin: 30px 49px 0px 0px;
}

#deliver {
	background: url(../images/deliver_bg.png) top center no-repeat;
	height: 49px;
	width: 164px;
	float: left;
	margin: 30px 0px 0px 0px;
}

#portfolio_container {
	width: 965px;
	margin: 85px auto 535px auto;
}

#port_info {
	background: url(../images/mywork_header.png) top center no-repeat;
	width: 300px;
	float: left;
	margin: 50px 0px 0px 20px;
}

#portfolio {
	width: 610px;
	float: right;
	margin: 0px 20px 0px 0px;
}

#footer_container {
	background: #000;
	height: 500px;
	width: 100%;
	margin: auto;
	clear: both;
}

#footer_content {
	width: 965px;
	margin: auto;
}

#about_info {
	background: url(../images/about_bg.png) top left no-repeat;
	width: 500px;
	margin: 40px 0px 0px 20px;
	float: left;
}

#contact_container {
	background: url(../images/contact_bg.png) no-repeat;
	float: right;
	height: 449px;
	width: 414px;
	margin: 40px 0px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
	color: #666;
}

#contactForm {
	width: 400px;
	margin: auto;
}

#copyright_container {
	background: url(../images/nav_bg.png) repeat;	
	height: 50px;
	width: 100%;
	margin: auto;
	clear: both;
}

/* PORTFOLIO */

.clearfix{ display: block; height: 0; clear: both; visibility: hidden; }
						
.details{ margin:15px 20px; }

.mosaic-block {
	float:left;
	position:relative;
	overflow:hidden;
	width:280px;
	height:185px;
	margin:10px;
	float: left;
	background:#111 url(../images/progress.gif) no-repeat center center;
	border:1px solid #fff;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
}

	.mosaic-backdrop {
		display:none;
		position:absolute;
		top:0;
		height:100%;
		width:100%;
		background:#111;
	}
	
	.mosaic-overlay {
		display:none;
		z-index:5;
		position:absolute;
		width:100%;
		height:100%;
		background:#111;
	}
	
		/*** Custom Animation Styles (You can remove/add any styles below) ***/
		.circle .mosaic-overlay {
			background:url(../images/hover-magnify.png) no-repeat center center;
			opacity:0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
			filter:alpha(opacity=00);
			display:none;
		}
		
		.fade .mosaic-overlay {
			opacity:0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
			filter:alpha(opacity=00);
			background:url(../images/bg-black.png);
		}
		
		.bar .mosaic-overlay {
			bottom:-100px;
			height:100px;
			background:url(../images/bg-black.png);
		}
		
		.bar2 .mosaic-overlay {
			bottom:-50px;
			height:100px;
			opacity:0.8;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
			filter:alpha(opacity=80);
		}
		
			.bar2 .mosaic-overlay:hover {
				opacity:1;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter:alpha(opacity=100);
			}
		
		.bar3 .mosaic-overlay {
			top:-100px;
			height:100px;
			background:url(../images/bg-black.png);
		}
		/*** End Animation Styles ***/



/* HEADERS */

h2.h2_tagline {
	font-family: Georgia, serif;
	font-size: 48px;
	font-weight: normal;
	color: #999;
	text-align: center;
	padding-top: 23px;
}

h4.h4_process_subheader {
	font-family: Georgia, serif;
	font-size: 12px;
	font-weight: normal;
	color: #999;
	text-align: center;
	padding-top: 29px;
}

h4.h4_port_subheader {
	font-family: Georgia, serif;
	font-size: 12px;
	font-weight: normal;
	color: #999;
	text-align: left;
	padding-top: 47px;
	padding-bottom: 6px;
}

h4.h4_about_subheader {
	font-family: Georgia, serif;
	font-size: 12px;
	font-weight: normal;
	color: #999;
	text-align: left;
	padding-top: 37px;
	padding-bottom: 6px;
}

/* PARAGRAPHS */

p.threedee_para {
	font-family: Georgia, serif;
	font-size: 21px;
	color: #fff;
	text-align: center;
	padding-top: 73px;
}

p.process_para {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #fff;
	letter-spacing: 1px;
	line-height: 14px;
	text-align: center;
	padding-top: 14px;
}

p.port_para {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #fff;
	letter-spacing: 1px;
	line-height: 14px;
	text-align: left;
	padding-top: 14px;
}

p.skills_para {
	font-family: Georgia, serif;
	font-size: 12px;
	color: #666;
	padding-top: 15px;
}

p.about_para {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #fff;
	letter-spacing: 1px;
	line-height: 14px;
	text-align: left;
	font-style: normal;
	margin-top: 8px;
	
}

p.contact_para {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #fff;
	letter-spacing: 1px;
	line-height: 14px;
	text-align: left;
	font-style: normal;
}

/* IMAGES */

img.port_btn {
	display: block;
	margin: 45px auto;
}

img.about_q {
	display: block;
	margin: 10px;
	float: left;
}

img.form_header {
	display: block;
	margin: 10px 0px 10px 5px;
}

/* MENU */

#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
 
#nav a {
	float: right;
	padding: 50px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:105x; /* for IE5/Win */
	}
	
#nav a:hover {
	background-position: 0 -50px;
	}
 
#nav a:active {
	background-position: 0 -100px;
	}
	
#nav a.selected {
	background-position: 0 -50px;
	}
	
#home a  {
	width: 114px;
	background: url(../images/menu/home_btn.png) top left no-repeat;
	}
 
#work a  {
	width: 153px;
	background: url(../images/menu/work_btn.png) top left no-repeat;
	}
 
#contact a  {
	width: 134px;
	background: url(../images/menu/contact_btn.png) top left no-repeat;
	}
	
	/* MISC */

.quentin {
	color:#fff;
}

/* CONTACT FORM */

.txtFld {
	background: url(../images/textfield_bg.jpg) no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	padding: 8px;
	color: #666;
	height: 25px;
	width: 368px;
	margin: 0px 0px 10px 5px;
	border: solid 3px #666666;
}

.txtAra {
	background: url(../images/textfield_bg.jpg) no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #666;
	width: 368px;
	height: 165px;
	padding: 8px;
	margin-left: 5px;
	border: solid 3px #666666;
}


.submit {
	background: url(../images/sendit_hover.png) no-repeat;
    height: 33px;
    width: 119px;
    border: none;
	float: left;
	margin: 5px 0px 0px 5px;
}

.submit:hover {
     background: url(../images/sendit_hover.png) 0 -32px no-repeat;
 }
