/***** Global Settings *****/

html, body {
border:0;
margin:0;
padding:0;
}

body {
background: #fff url(../images/bg.png);
font:100%/1.25 Lucida Grande, arial, helvetica, sans-serif;
}

#wrapper {
width:999px;
margin:0 auto;
}

.header {
	height: 155px;
	background: url(../images/header.png) no-repeat;
	position: relative;
} 
.header .homelink {
	position: absolute;
	width: 315px;
	height: 85px;
	top: 33px;
	left: 30px;
}
.header .homelink a {
	width: 315px;
	height: 85px;
	border: none;
}
.header .homelink a img {
	width: 315px;
	height: 85px;
}
.header .pagetitle {
	width: 551px;
	height: 40px;
	background: url(../images/pagetitle.png) no-repeat;
	position: absolute;
	left: 448px;
	top: 55px;
}
.header .tagline {
	position: absolute;
	top: 97px;
	left: 132px;
	width: 215px;
	height: 13px;
	background: url(../images/header_tagline.png) no-repeat;
}
body.bpb .pagetitle {background: url(../images/pagetitle_bpb.png) no-repeat;}
body.wb2 .pagetitle {background: url(../images/pagetitle_wb2.png) no-repeat;}
body.sdb .pagetitle {background: url(../images/pagetitle_sdb.png) no-repeat;}
body.crm .pagetitle {background: url(../images/pagetitle_crm.png) no-repeat;}
body.hrdb .pagetitle {background: url(../images/pagetitle_hrdb.png) no-repeat;}
body.efm .pagetitle {background: url(../images/pagetitle_efm.png) no-repeat;}
body.it .pagetitle {background: url(../images/pagetitle_it.png) no-repeat;}
body.mmm .pagetitle {background: url(../images/pagetitle_mmm.png) no-repeat;}
body.bra .pagetitle {background: url(../images/pagetitle_bra.png) no-repeat;}
body.dlc .pagetitle {background: url(../images/pagetitle_dlc.png) no-repeat;}
.nav {
	width: 999px;
	height: 136px;
}
.nav {
	margin-bottom: 20px;
}
#content {
	margin-top: 29px;
}
.folderborder {
	width: 754px;
	margin: 0 auto;
}
.folder {
	width: 752px;
	margin: 0 1px;
}
.foldercontent {
	width:720px;
	height: 480px;
	background:#fff url(../images/bg_foldercontent.png) repeat-x;
	margin: 0 auto;
	border:1px solid #8e8e8e;
	border-top:none;
}
.foldercontent .copy {
	padding: 20px;
	font-size: 10pt;
	font-family: Lucida Grande, Trebuchet;
}
.tabcontent {
	padding: 15px;
}
.tabcontent#tab1 {
	padding: 0;
}
.tabcontent .copy {
	font-size: 10pt;
	padding: 15px;
}
.buttons {
 	width: 560px;
 	margin: 0px auto;
 	padding-left: 40px;
}
.buttons .button {
	width: 163px;
	height: 42px;
	float: left;
	margin-right: 15px;
}
.buttons .button a {
	width: 163px;
	height: 42px;
	display: block;
	border-bottom: none;
}
.buttons .button#about {
	background: url(../images/button_about.png) no-repeat;
}
.buttons .button#support {
	background: url(../images/button_support.png) no-repeat;
}
.buttons .button#contact {
	background: url(../images/button_contact.png) no-repeat;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}

h1 {
padding:30px 0 25px 0;
letter-spacing:-1px;
font:2em arial, helvetica, sans-serif;
}

h2 {
padding:20px 0;
letter-spacing:-1px;
font:1.5em arial, helvetica, sans-serif;
}

h3 {
font:1em arial, helvetica, sans-serif;
font-weight:bold;
}

p, ul, ol {
margin:0;
padding:0 0 18px 0;
}

ul, ol {
list-style:none;
padding:15px 0 18px 40px;
}

blockquote {
margin:22px 40px;
padding:0;
}

small {
font-size:0.85em;
}

img {
border:0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Links *****/

a, a:visited {
text-decoration:none;
}

/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em arial, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}



/***** Global Classes *****/

.clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.wrap 			{ width:960px;margin:0 auto; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }

a { 	
	color: #333;
	font-weight: bold;
	border-bottom: 1px solid #555;
}
a:hover {
	color: #111;
}

/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs {
padding: 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
float:left;
margin: 0;
height: 72px;
}
.shadetabs a {
	border-bottom: none;
}



.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
background-position: 0 -72px;
}

.shadetabs li a.selected{ /*selected main tab style */
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}


/* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			
	#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:696px;
		background:#fff;		
		margin-bottom:2em;
		}				
	#content{
		position:relative;
		margin-top: 0;
		}			

.hidden
{
display: none;
}

#prevNext
{
position: relative;
z-index: 5;
}
#prevNext img.jFlowPrev {
	position: absolute;
	left: 40px;
	top: 40px;
}
#prevNext img.jFlowNext {
	position: absolute;
	right: 40px;
	top: 40px;
}

#prevNext img
{
z-index: 2;
cursor: pointer;
}

p.intro { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding: 20px 0 30px 0; text-align: center; width: 100% }
		
		p#cross-links { text-align: center }
		
		p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }
		
		noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
		noscript a { color: #a00; text-decoration: underline }
		noscript ol { margin-left: 25px; }
		
		a:focus { outline:none }
		
		img { border: 0 }
		
		h3 { border-bottom: 1px solid silver; margin-bottom: 5px; padding-bottom: 3px; text-align: left }
		
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 20px 0;
			position: relative;
			width: 100%;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: 5px solid #000; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 700px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 460px;
			clear: both;
			background: #fff;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 700px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #c6e3ff;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 15px;
		}
		
		.stripNav li.tab1 a { background: #60f }
		.stripNav li.tab2 a { background: #60c }
		.stripNav li.tab3 a { background: #63f }
		.stripNav li.tab4 a { background: #63c }
		.stripNav li.tab5 a { background: #00e }
		
		.stripNav li a:hover {
			background: #333;
		}
		
		.stripNav li a.current {
			background: #000;
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: url("images/arrow-left.gif") no-repeat center;
		}
		
		.stripNavR {
			background: url("images/arrow-right.gif") no-repeat center;
		}




#screenshots {
	width: 350px;
	margin: 30px auto;
	padding: 20px 60px;
	border: 1px solid #D2D2D2;
	-moz-box-shadow: 0 0 30px #CCC;
	-webkit-box-shadow: 0 0 30px #CCC;
	box-shadow: 0 0 30px #CCC;
	background: #FFF;
	background: -webkit-gradient(linear, left top, left 15, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 15px);
}

h1 {
	margin: 0;
	font-size: 30px;
	font-weight: normal;
	font-family: "Museo 700", Arial;
}

h1 em {
	font-size: 50%;
	letter-spacing: -0.05em;
}

h2 {
	margin: 0;
}

hr {
	border: none;
	height: 1px; line-height: 1px;
	background: #D8D8D8;
	margin-bottom: 20px;
	padding: 0;
}

p {
	margin: 0;
	padding-bottom: 14px;
}


ul {
	margin: -7px 0 24px 0;
}
a {
	border-bottom: none;
}
