@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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 {
	color:#333;
	line-height:1.7em;
    background-position:center;
	}

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;
	}
	
/***************END OF RESET***********/

body{
	background-color:#000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}

#back_to_top{
	height:90px;
	width:33px;
	position:fixed;
	right:20px;
	bottom:20px;
	z-index:1;
}

*html #back_to_top{
	height:0px;
	width:0px;
	position:fixed;
	right:0px;
	bottom:0px;
	z-index:1;
}

*html #back_to_top a{
	height:0px;
}

#back_to_top a{
	background:url(../images/back_to_top.gif) no-repeat;
	background-position:bottom;
	display:block;
	height:100px;
}

#back_to_top a:hover {
	background:url(../images/back_to_top_hover.gif) no-repeat;
	display:block;
	height:100px;
	border-bottom:none;
	background-position:bottom;
}


h1{
	font-weight:bold;
	font-size:18px;
	color:#FFF;
	background-color:#3e3d3d;
	padding:5px 0px 8px 20px;
	border-bottom:#CCC 1px solid;
}

h2{
	font-size:14px;
}

a{
	color:#000;
	text-decoration:none;
	outline:none;
}

a:hover{
	color:#F00;
	border-bottom:#F00 dotted 1px;
}

#wrapper{
	width:989px;
	height:500px;
	margin:0 auto;
	z-index:2;
	position:relative;
}

#header{
	background-image:url(../images/goc_logo.jpg);
	background-repeat:no-repeat;
	height:275px;
	width:425px;
	float:left;
}

#specials{
	width:398px;
    height:115px;
	float:right;
	margin:20px 75px 45px 0px;
}

#specials_nav {
    background:url(../images/special.jpg) no-repeat;
    width:398px;
    height:115px;
    margin:0;
    padding:0;
    }

#specials a:hover{
	border-bottom:none;
}

#sprite_nav span {
    display: none;
    }

#specials_nav li, #specials_nav a {
    height:115px;
    display:block;
    }

#specials_nav li {
    float:right;
    list-style:none;
    display:inline;
    }

#specials_nav {width:398px;}
#specials_nav a:hover {background:url(../images/special.jpg) -0px -115px no-repeat; }

#nav{
	width:426px;
	height:50px;
	float:right;
	clear:right;
	margin-right:50px;
	}
	
#nav a:hover{
	border-bottom:none;
}

* html #navigation{
    background-color:#000000;
    }

#sprite_nav {
    background:url(../images/navigation.jpg) no-repeat;
    width:426px;
    height:50px;
    margin:0;
    padding:0;
    }

#sprite_nav span {
    display: none;
    }

#sprite_nav li, #sprite_nav a {
    height:50px;
    display:block;
	-moz-transition:opacity 0.2s ease-in-out 0s;
    }

#sprite_nav li {
    float:right;
    list-style:none;
    display:inline;
    }

	#portfolio_nav {width:146px;}
    #about_nav {width:121px;}
    #contact_nav {width:159px;}

	#portfolio_nav a:hover {background:url(../images/navigation.jpg) -0px -50px no-repeat; }
	#about_nav a:hover {background:url(../images/navigation.jpg) -146px -50px no-repeat; }
	#contact_nav a:hover {background:url(../images/navigation.jpg) -267px -50px no-repeat; }

#title_portfolio{
	clear:both;
	height:50px;
	width:160px;
	background:url(../images/titles.jpg) -34px -60px no-repeat;
}

#portfolio{
	width:949px;
	height:2800px;
	clear:both;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	color:#333;
	padding:0px 20px;
	background-color:#ccc;
	margin-bottom:20px;
}

*html #portfolio{
	width:975px;
}

#special_box{
	width:949px;
	height:400px;
	clear:both;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	color:#333;
	padding:0px 20px;
	background-color:#ccc;
	margin-bottom:20px;
}

*html #special_box{
	width:995px;
}

#title_specials{
	clear:both;
	height:50px;
	width:500px;
	background:url(../images/titles.jpg) -34px -185px no-repeat;
}

#specials_left{
	width:565px;
	border-right:#999 1px solid;
	padding-right:30px;
	margin-top:20px;
	float:left;
}

#specials_left b{
	font-weight:bold;
	font-size:14px;
	padding:0px 5px 0px 0px;
	color:#000;
}

#specials_left a{
	color:#C00;
}

#specials_left a:hover{
	color:#F00;
}

#specials_right{
	float:left;
	width:300px;
	height:330px;
	padding:0px 0px 40px 30px;
}

.bull{
	color:#000;
	font-size:18px;
	padding-right:10px;
	line-height:25px;
}

.box{
	width:907px;
	height:187px;
	float:left;
	border:#666 1px solid;
	margin:19px;
}

.image{
	width:558px;
	height:187px;
	border-right:#000 3px solid;
	float:left;
}

.desc{
	float:right;
	height:187px;
	width:345px;
	background-color:#555353;
	color:#FFF;
	border-left:#FFF 1px solid;
}

.desc img{
	padding:10px 0px 0px 180px;
}

.desc a{
	color:#FFF;
	margin:0px 0px 10px 0px;
	font-size:14px;
	font-weight:bold;
	height:10px;
	padding:1px 8px;
}

.desc a:hover{
	border-bottom:#F00 1px dotted;
	color:#CCC;
}

.bumf{
	padding:10px 10px 0px 20px;
	font-weight:bold;
	color:#CCCCCC;
}

.quote{
	font-style:italic;
	padding:10px 20px 10px 20px;
}

.text{
	padding:10px 20px 10px 20px;
}

#twentyfirst{
	background:url(../images/portfolio_bground.jpg) -0px -0px no-repeat;
}

#mrsnips{
	background:url(../images/portfolio_bground.jpg) -0px -187px no-repeat;
}

#nolan{
	background:url(../images/portfolio_bground.jpg) -0px -374px no-repeat;
}

#brite{
	background:url(../images/portfolio_bground.jpg) -0px -561px no-repeat;
}

#stjames{
	background:url(../images/portfolio_bground.jpg) -0px -748px no-repeat;
}

#aquaclean{
	background:url(../images/portfolio_bground.jpg) -0px -935px no-repeat;
}

#darkin{
	background:url(../images/portfolio_bground.jpg) -0px -1122px no-repeat;
}

#datakam{
	background:url(../images/portfolio_bground.jpg) -0px -1309px no-repeat;
}

#greentouch{
	background:url(../images/portfolio_bground.jpg) -0px -1496px no-repeat;
}

#phoenix{
	background:url(../images/portfolio_bground.jpg) -0px -1683px no-repeat;
}

#superfly{
	background:url(../images/portfolio_bground.jpg) -0px -1870px no-repeat;
}

#hac{
	background:url(../images/portfolio_bground.jpg) -0px -2057px no-repeat;
}

#alleventdjs{
	background:url(../images/portfolio_bground.jpg) -0px -2244px no-repeat;
}

#title_about{
	clear:both;
	height:45px;
	width:850px;
	background:url(../images/titles.jpg) -30px 5px no-repeat;
	margin:10px 0px 10px 0px;
}

#about{
	width:969px;
	height:316px;
	clear:both;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	color:#333;
	padding:0px 0px 0px 20px;
	margin-bottom:20px;
	background-color:#CCC;
}	

*html #about{
	width:995px;
}

#about_left{
	width:465px;
	border-right:#999 1px solid;
	padding-right:30px;
	margin-top:20px;
	float:left;
	text-align:justify;
}

#about_right{
	float:right;
	width:444px;
	margin:23px 0px 0px 0px;
}

#about a{
	color:#C00;
	font-weight:bold;	
}

#about a:hover{
	color:#F00;
	font-weight:bold;	
}

#title_contact{
	clear:both;
	height:50px;
	width:160px;
	background:url(../images/titles.jpg) -34px -125px no-repeat;
}

#contact{
	width:949px;
	height:420px;
	clear:both;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	color:#333;
	padding:0px 20px;
	background-color:#ccc;
	margin-bottom:20px;
}

*html #contact{
	width:995px;
}

#contact_left{
	float:left;
	width:450px;
	border-right:#999 1px solid;
	padding-right:50px;
}

#contact img{
	vertical-align:middle;
	padding:5px 10px;
}

#contact a{
	color:#C00;
}

#contact a:hover{
	color:#F00;
}

#form{
	float:right;
	width:380px;
	padding:0px 40px 0px 0px;
}

#contactform{
	float:right;
}

#form .input{
	margin-bottom:10px;
	width:300px;
}

#footer{
	color:#CCC;
	text-align:center;
}

#footer a{
	color:#FFF;
}
