@charset "utf-8";
/* Advanced Productions Web Site CSS Document - All Pages */

html {
	background: #336DA8 url(../images/ap_bkgd_body.png) repeat-x;
}

body {
	font: 62.5%/132% Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	margin: 0;
	padding: 0;
}

/* global Hx */

h1, h2, h3, h4, h5, p, ul, ol, li {
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 1.4em; color: #1D4B54;
	padding-bottom: 1em;
}
	
h4 {
	font-size: 1.2em; color: #AC0900;
	padding-bottom: 0;
}
	
h5 {
	font-size: 1.2em; color: #1D4B54;
	padding-bottom: 1em;
}

p {
	font-size: 1.2em; color: #000;
	padding-bottom: 1em;
}

li {
	font-size: 100%; color: #4E4E4E;
}

/* global branding */

#global_branding h1 {
	text-indent: -9999px;
	display: block;
	width: 363px;
	height: 64px;
	background: url(../images/ap_branding_logo.png) no-repeat;
	margin: 0;
	padding: 0;
}

#global_branding h2 {
	text-indent: -9999px;
	display: block;
	width: 363px;
	height: 36px;
	*height: 28px;
	background: url(../images/ap_branding_slogan.png) no-repeat;
}
	
/* global links */
	
a:link {
	text-decoration: none;
	color: #FF9900;
}

a:visited {
	text-decoration: none;
	color: #FCF007;
}

a:hover {
	color: #AC0900;
}

a:active {
	text-decoration: none;
	color: #FCF007;
}

/* global containers */

#global_container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 0;
}

#globalPage_container {
	background-image: url(../images/ap_bkgd_mainPage_container.png);
	background-color: #FFF;
	background-repeat: repeat-x;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	padding: 15px 0 5px;
}

#global_branding {
	background: url(../images/ap_bkgd_branding.jpg) no-repeat;
}

#global_linksContainer { width: 100%;
	clear: both;
	text-align: center;
	padding-bottom: 15px;
}

/* global sec navigation */

#global_navSec {
	width: 800px;
	height: 20px;
	margin: 0 auto;
	margin-top: 15px;
	text-align: right;
	font-size: 1.2em;
}

#global_navSec li {
	list-style-type: none;
	display: inline;
	padding-right: 12px;
}

#global_navSec li a {
	text-decoration: none;
	color: #FFF;
}

#global_navSec li a:hover {
	color: #AC0900;
}

/* global main navigation */

div#navbar {
	width: 800px;
	height: 65px;
	margin: 0;
}

ul#navMain { list-style-type: none;
	position: relative;
	width: 100%;
	height: 65px;
	margin: 0;
	padding: 0; }
	
ul#navMain a { display: block; 
	width: 134px;
	height: 65px; 
	text-indent: -9999px; 
	text-decoration: none; 
	overflow: hidden; }
	
li#home {
	position: absolute;
	top: 0;
	left: 0;
	width: 135px;
	height: 65px;
	background: url(../images/ap_navMain.jpg) no-repeat;
	background-position: 0 0;
}
	
li#benefits {
	position: absolute;
	top: 0;
	left: 135px;
	width: 133px;
	height: 65px;
	background: url(../images/ap_navMain.jpg) no-repeat;
	background-position: -134px 0;
}
	
li#samples {
	position: absolute;
	top: 0;
	left: 268px;
	width: 133px;
	height: 65px;
	background: url(../images/ap_navMain.jpg) no-repeat;
	background-position: -267px 0;
}

li#quote {
	position: absolute;
	top: 0;
	left: 401px;
	width: 133px;
	height: 65px;
	background: url(../images/ap_navMain.jpg) no-repeat;
	background-position: -400px 0;
}

li#prices {
	position: absolute;
	top: 0;
	left: 534px;
	width: 133px;
	height: 65px;
	background: url(../images/ap_navMain.jpg) no-repeat;
	background-position: -533px 0;
}
	
li#about {
	position: absolute;
	top: 0;
	left: 667px;
	width: 134px;
	height: 65px;
	background: url(../images/ap_navMain.jpg) no-repeat;
	background-position: -667px 0;
}
	
li#home #current { background: url(../images/ap_navMain.jpg) no-repeat 0 -65px; }
li#benefits #current { background: url(../images/ap_navMain.jpg) no-repeat -134px -65px; }
li#samples #current { background: url(../images/ap_navMain.jpg) no-repeat -267px -65px; }
li#quote #current { background: url(../images/ap_navMain.jpg) no-repeat -400px -65px; }
li#prices #current { background: url(../images/ap_navMain.jpg) no-repeat -533px -65px; }
li#about #current { background: url(../images/ap_navMain.jpg) no-repeat -667px -65px; }

li#home a:hover { background: url(../images/ap_navMain.jpg) no-repeat 0 -65px; }
li#benefits a:hover { background: url(../images/ap_navMain.jpg) no-repeat -134px -65px; }
li#samples a:hover { background: url(../images/ap_navMain.jpg) no-repeat -267px -65px; }
li#quote a:hover { background: url(../images/ap_navMain.jpg) no-repeat -400px -65px; }
li#prices a:hover { background: url(../images/ap_navMain.jpg) no-repeat -533px -65px; }
li#about a:hover { background: url(../images/ap_navMain.jpg) no-repeat -667px -65px; }

/* global links container */

#global_linksContainer li {
	list-style-type: none;
	display: inline;
	padding: 0 6px;
	border-right: 1px solid #4E4E4E;
	font-size: 1.2em;
}

#global_linksContainer #company {
	margin-top: 1.2em;
}

.home_link {
	border-left: 1px solid #4E4E4E;
}

/* photo shadows */

.photoLeft_shadow {
	float: left;
	background: url(../images/photo_shadow.png) no-repeat bottom right !important;
	background: url(../images/photo_shadow.gif) no-repeat bottom right;
	margin: 8px 16px 10px 6px !important;
	margin: 8px 16px 10px 6px;
}

.photoLeft_shadow img {
	display: block;
	position: relative;
	background-color: #FFF;
	border: 1px solid #D5D3C8;
	margin: -6px 6px 6px -6px;
	padding: 6px;
}
	
.photoRight_shadow {
	float: right;
	background: url(../images/photo_shadow.png) no-repeat bottom right !important;
	background: url(../images/photo_shadow.gif) no-repeat bottom right;
	margin: 8px 0 10px 16px !important;
	margin: 8px 4px 10px 10px;
}
	
.photoRight_shadow img {
	display: block;
	position: relative;
	background-color: #FFF;
	border: 1px solid #D5D3C8;
	margin: -6px 6px 6px -6px;
	padding: 6px;
}

/* global text */

.chrtr_orange {
	color: #FF7E00;
}

.text_orange {
	font-size: 1em;
	color: #FF7E00;
}

/* global borders */

.global_borderTop {
	height: 12px;
	width: 800px;
	margin: 15px auto 0;
	background: url(../images/ap_borderTop_mainPage_container.png) no-repeat;
}

.global_borderBottom {
	height: 12px;
	width: 800px;
	margin: 0 auto 15px auto;
	background: url(../images/ap_borderBottom_mainPage_container.png) no-repeat;
}

#global_branding_logo {
	position: relative;
	float: left;
	width: 68%;
	height: 100px;
}

#global_branding_button {
	position: relative;
	float: right;
	width: 30%;
	height: 90px;
	padding-top: 10px;
}

/* IE hack */

#globalPage_clear {
	clear: both;
}
.clear {
	clear: both;
}