/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	}

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/backgroundtile.gif); 
	background-position:center top;
	background-repeat:repeat-x;
	background-color:#cacaca;
	font-family: Trebuchet MS, "Lucida Grand", Arial, sans-serif;
	font-size: .83em;
	color:#4c4b4b;
	line-height: 1.6em;
	height: 100%;
	width: 100%;	
}

/* GLOBALHEADER */
#globalheader { 
/*	height:50px;*/
/*	position:relative;*/
/*	margin: 0px auto;*/
/*	width:696px;*/
/*	z-index:9998;*/
}


ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}


#globalheader #globalnav {
	width: 696px;
	height: 50px;
/*	border: 1px solid red;*/
/*	position: relative;*/
	margin: 0 auto;
}

#globalheader #globalnav li{
	float: left;
	height: 50px;
	
}

#globalheader #globalnav li a {
	background: #fff url(../images/globalnavbg.png) no-repeat;
	height: 50px;
/*	overflow:hidden;*/
	text-indent: -5000px;
/*	padding-top: 50px;*/
	display: block;
/*	border: 1px solid green;*/
}



a:link, a:visited, a:active {
text-decoration:none;
}


/* BUTTONS */
#globalheader #globalnav li#gn-home a { background-position: 0 0; width:71px;}
#globalheader #globalnav li#gn-about a { background-position: -71px 0; width:98px;}
#globalheader #globalnav li#gn-products-services a { background-position: -169px 0; width:176px; }
#globalheader #globalnav li#gn-success a { background-position: -345px 0; width:143px;}
#globalheader #globalnav li#gn-articles a { background-position: -488px 0; width:91px; }
#globalheader #globalnav li#gn-blog a { background-position: -579px 0px; width:117px;}

/* OVER STATES */
#globalheader #globalnav li#gn-home a:hover { background-position: 0 -51px; width:71px;}
#globalheader #globalnav li#gn-about a:hover { background-position: -71px -51px; width:98px;}
#globalheader #globalnav li#gn-products-services a:hover { background-position: -169px -51px; width:176px;}
#globalheader #globalnav li#gn-success a:hover { background-position: -345px -51px; width:143px;}
#globalheader #globalnav li#gn-articles a:hover { background-position: -488px -51px; width:91px;}
#globalheader #globalnav li#gn-blog a:hover { background-position: -579px -51px; width:117px;}

/* PRESSED STATES */
#globalheader #globalnav li#gn-home a:active { background-position: 0 -102px; width:71px;}
#globalheader #globalnav li#gn-about a:active { background-position: -71px -102px; width:98px;}
#globalheader #globalnav li#gn-products-services a:active { background-position: -169px 176px; width:176px;}
#globalheader #globalnav li#gn-success a:active { background-position: -345px -102px; width:143px;}
#globalheader #globalnav li#gn-articles a:active { background-position: -488px -102px; width:91px;}
#globalheader #globalnav li#gn-blog a:active { background-position: -579px -102px; width:117px;}

/* ON STATES */
#home #globalnav li#gn-home a { background-position: 0 -153px !important; cursor: default;}
#about #globalnav li#gn-about a { background-position: -71px -153px !important; cursor: default;}
#products-services #globalnav li#gn-products-services a { background-position: -169px -153px !important; cursor: default; }
#success #globalnav li#gn-success a { background-position: -345px -153px !important; cursor: default;}
#articles #globalnav li#gn-articles a { background-position: -488px -153px !important; cursor: default;}
#blog #globalnav li#gn-blog a { background-position: -579px -153px !important; cursor: default;}


/* PRODUCTHEADER */
/* LAYOUT */
#table_of_contents{
	position:relative;
	width:100%;
	margin:-174px auto;
	text-align:left;

}

#success #table_of_contents{
	margin:-209px auto;

}




.features li{
	height: 125px;
/*	border: 1px solid red;*/
/*	border-bottom: 1px dotted #89736e;*/
}

#success .features li{
	height: 209px;
/*	border: 1px solid red;*/
/*	border-bottom: 1px dotted #89736e;*/
}


.features li.first{
	height: 172px;
}
.features li h4{
	padding-top: 25px;
}
.features li.first h4{
	padding-top: 58px;
}
.features li h4, .features li p{
	margin-right: 230px;
	margin-left: 50px;
}

.feature_image{
	float: right;
}



.picture feature p {
	float:right;
}	
/* TABLE OF CONTENTS GRID */

div#left_column{
	margin-top: 174px;
	width:50%;
	float: left;
}

#success div#left_column{
	margin-top: 209px;
}
div#right_column{
	margin-left: 50%;
}





/* TYPE */

h2 {

	font-size: 18px;
	text-align: center;
	padding: 20px 230px 5px 289px;
}

h3 {
	font-size: 18px;
	padding-bottom:0.3em;
}

h5 {
	font-size: 14px;
	padding:0 230px 0 289px;
	text-indent: 0px !important;
	padding-bottom:0.3em;
	font-weight: bold;
	text-transform: uppercase;
}

h4 p {
	line-height: 1em;
}


#about.content-template p, #products-services.content-template p, #articles.content-template p {
	text-indent: 0px;
	word-spacing: .08em;
}

#about.content-template p + p, #products-services.content-template p + p, #articles.content-template p + p{
	text-indent: 37px;
}


h4 a:link, h4 a:visited {
	font-size: 1.13em;
	color:#fffcfb;
}

a:link, a:visited {
	color:#c7b1ac;  
	font-size: .88em;
	line-height: 1.4em;
}

/* BILLBOARD */
#billboard h1 a {
	display:block;
	height:550px;
	width:958px;
}



#billboard h1 a, #billboard h2, #billboard ul {
	height:0pt;
	margin:0pt;
	overflow:hidden;
	padding:0pt;
	text-indent:-9999px;
}



/* SERVICES */

.main-content img {
	padding:10px 0 11px;	
}



/* PAGES */
#home-pods {
	margin-top: 22px;
	position: relative;
}
 #home-pods li{
		float: left;
}
#home-pods li a{
	display: block;
}


.page {
	height: 600px;
	width: 958px;
/*	border: 1px solid red;*/
	margin: 0 auto;
	position: relative;

}


.intro-page {
	height: 550px;
	width: 958px;
/*	border: 1px solid red;*/
	margin: 0 auto;
	position: relative;
}


.section-template .page {
	height: 1241px;
}

.content-template .page {
/*	height: 1241px;*/
	height: 1150px;
}

.page .sidelogo, .intro-page .sidelogo {
	width: 10px;
	height: 300px;
	position: absolute;
	left: -20px;
	top: 20px;
}
.page .sidelogo h3, .intro-page .sidelogo h3 {
	background: url(../images/sidelogo.png) no-repeat top left;
	text-indent: -5000px;
	height: 300px;
}


/*	ARROWS AT THE BOTTOM OF THE PAGES */
	
.next-page-arrows-left {
	width: 10px;
	height: 300px;
	position: absolute;
	left: -20px;
	top: 1100px;
}

.next-page-arrows-right {
	width: 10px;
	height: 300px;
	position: absolute;
	left: 970px;
	top: 1100px;
}

/*.page .next-page-arrows h3 {
	background: url(../images/next-page-arrows.gif) no-repeat top left;
	text-indent: -5000px;
	height: 300px;
}*/


