body {
	text-align: center;
	/* * */
	height: 100%;
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #000000;
	background-image: url(http://www.gyprocbladerunner.com/images/img/background01.jpg);
} 

/* GET RID OF FIREFOX LINK/CLICK OUTLINE */
a {
	outline: none;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	text-align: left;

} 


#head-container {
	width: 980px;
	height: 130px;
	text-align: left;
	min-width: 980px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CFDCD9;
}
 
#ticker-container {
	width: 980px;
	height: 40px;
	text-align: left;
	min-width: 980px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CFDCD9;
}


#content-container {
	width: 980px;
} 


#footer-container {
	width: 980px;
	text-align: left;
	padding-top: 15px;
	height: 60px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CFDCD9;
	clear: both;
} 


/* HEADER CNSTR */

#logo {
	float: left;
	width: 220px;
}

#logo a {
	background-image: url(http://www.gyprocbladerunner.com/images/img/header/logo.png);
	height: 130px;
	width: 220px;
	text-indent: -9999px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
}

#gyproc {
	float: left;
	width: 130px;
	text-indent: -9999px;
	height: 130px;
	background-image: url(http://www.gyprocbladerunner.com/images/img/header/gyproc.png);
}

#gyproc-home {
	float: left;
	width: 130px;
	text-indent: -9999px;
	height: 130px;
	background-image: url(http://www.gyprocbladerunner.com/images/img/header/gyproc.gif);
}


#play-video a {
	float: left;
	width: 115px;
	background-image: url(http://www.gyprocbladerunner.com/images/img/header/click-to-play-video.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 130px;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	display: block;
}

#play-video a:hover {
	background-image: url(http://www.gyprocbladerunner.com/images/img/header/click-to-play-video.png);
	background-repeat: no-repeat;
	background-position: center bottom;

}

/* NAV */

#nav_main {
	float: left;
	width: 515px;
	font-size: 14px;
	line-height: 24px;
	font-style: italic;
	color: #FFFFFF;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	margin-top: 50px;
}

#nav_main ul {
	list-style: none;
	height: 32px;
	text-align: right;
	padding-top: 8px;
 }
    
#nav_main li {
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	padding-right: 7px;
	padding-left: 7px;
	height: 32px;
	padding-top: 4px;
	border-right-color: #00BCE4;
 }

#nav_main li.first {
	padding-left: 75px;
}

#nav_main li.first-home {
	padding-left: 48px;
}



#nav_main li.last {
	border: none;
	}
	

#nav_main li a {
	text-decoration: none;
	color: #FFFFFF;
}


#nav_main li a:hover {
	color: #00BCE4;
	text-decoration: none;
}

/* FOOTER */

/* COPYRIGHT */



#copyright {
	float: left;
	font-size: 9px;
	line-height: 12px;
	color: #CFDCD9;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 2em;
}



/* EXTERNAL LINKS */

#external_links {
	float: left;
	font-size: 9px;
	line-height: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

#external_links ul {
	list-style: none;
 }
    
#external_links li {
	float:left;
	padding-right: 2em;

 }

#external_links li a {
	color: #00BCE4;
	text-decoration: none;
}

#external_links li a:hover {
	color: #FFFFFF;
}

/* CONTACT LINKS */

#contact_links {
	float: right;
	font-size: 9px;
	line-height: 12px;
	color: #CFDCD9;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-style: italic;
}

#contact_links ul {
	list-style: none;
 }
    
#contact_links li {
	float:left;
	padding-right: 2em;
	
 }

#contact_links li a {
	color: #CFDCD9;
	text-decoration: none;
}

#contact_links li a:hover {
	color: #FFFFFF;
}

/* added icons */
#contact_links li.mailing_list a {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(http://www.gyprocbladerunner.com/images/img/header/envelope.png);
	display: block;
	background-repeat: no-repeat;
	padding-left: 25px;
}

#contact_links li.mailing_list a:hover {
	color: #00BCE4;
}

#contact_links li.email_friend a {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(http://www.gyprocbladerunner.com/images/img/header/friend.png);
	background-repeat: no-repeat;
	display: block;
	padding-left: 18px;
	text-align: right;
	margin-right: -15px;
}

#contact_links li.email_friend a:hover {
	color: #00BCE4;
}

/*                                 */
/*  PAGE LAYOUT */

#left-column {
	width:465px;
	float:left;	
}

#right-column {
	width:465px;
	margin-left: 50px;
	float: right;
	clear: right;
}

.title {
	float: left;
	margin-top: 65px;
	clear: both;
	margin-bottom: 40px;
	width: 980px;
}


.full-column {
	width:980px;
	margin-bottom: 72px;
}

.left {
	width:465px;
	float: left;
}

.right {
	width:465px;
	margin-left: 50px;
	float: right;
	clear: right;
}

.left-3col {
	width:300px;
	float: left;
}

.middle-3col {
	width:300px;
	float: left;
	margin-left: 40px;
}

.right-3col {
	width:300px;
	float:right;
	margin-left:40px;
}


/* //////////////////////////////// */
/* ADDED 18-09-09 */

/* TESTIMONIAL */
#full-column {
	width:980px;

}

.splitterColumn {
	width: 440px;
	float: left;
	
	margin-right:50px;
}

#pagination {
	width: 100%;
	float: left;
	clear: both;
	padding-top: 48px;

}

#pagination a {
	font-size: 12px;

}

/* //////////////////////////////// */
/* ADDED 30-09-09 */


th.edit {
	font-size: 12px;
	font-weight: bold;
	
	padding-bottom: 8px;
	
	border: none;
}

td.edit {
	font-size: 10px;
	font-weight: bold;
	
	padding-top: 4px;
	padding-bottom: 4px;
	
	border: none;

}


/* //////////////////////////////// */
/* CLEARFIX */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

