/* ----- ----- ----- ----- */
/* Created: 01.20.2010     */
/* Updated: 01.20.2010     */
/*                         */
/* Savage Brands           */
/*                         */
/* Purple                  */
/* ----- ----- ----- ----- */

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

* {
	margin:0;
	padding:0;
}
html, body, .wrapperHome {
	height: 100%;
}
p {
	padding-bottom: 10px;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #A56ABA;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

h1 {
}
h2 {
	font: bold 18px/25px Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	padding-bottom: 15px;
}
h3 {
	font: bold normal 16px Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	padding-bottom: 5px;
}
h4 span {
	font: bold 18px/25px Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	padding-bottom: 5px;
	border-bottom: 1px solid #FFF;
}


h5 {
}
h6 {
}

img {
	border: 0;
}

blockquote {
	margin: 5px 0 0 15px;
}

/* ----- */

.mainBG {
	background: #1e0e28 url(../images/bg_home.jpg) no-repeat left top;
}
.insideBG {
	background: #1e0e28 url(../images/bg_inside.jpg) no-repeat left top;
}
.wrapper {
	height: 100%;
	width: 950px;
	position: relative;
}
.sideBar {
	height: 100%;
	width: 235px;
	background: url(../images/bg_sidebar.jpg) no-repeat left top;
	position: relative;
}
/* ----- */
.navigation {
	width: 160px;
	top: 215px;
	right: 35px;
	text-align: right;
	position: absolute;
}

.navigation ul {
	list-style-type: none;
	margin: 0 auto;
}
.navigation li {
	font: 13px/36px Helvetica, Arial, sans-serif;
	display: block;
	margin: 0;
	padding: 0;
}
.navigation li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
.navigation li a:hover {
	color: #A56ABA;
	text-decoration: none;
}
.navigation .dividerNav {
	background: url(../images/divider_nav.gif) no-repeat;
}
.navigation .on {
	color: #A56ABA;
	text-decoration: none;
}


.arrowAbout {
	background-image: url(../images/arrow_nav.gif);
	width: 17px;
	height: 34px;
	z-index: 200;
	top: 253px;
	left: 234px;
	position: absolute;
}
.arrowEducational {
	background-image: url(../images/arrow_nav.gif);
	width: 17px;
	height: 34px;
	z-index: 200;
	top: 289px;
	left: 234px;
	position: absolute;
}
.arrowBusiness {
	background-image: url(../images/arrow_nav.gif);
	width: 17px;
	height: 34px;
	z-index: 200;
	top: 325px;
	left: 234px;
	position: absolute;
}
.arrowNetworking {
	background-image: url(../images/arrow_nav.gif);
	width: 17px;
	height: 34px;
	z-index: 200;
	top: 361px;
	left: 234px;
	position: absolute;
}
.arrowTestimonials {
	background-image: url(../images/arrow_nav.gif);
	width: 17px;
	height: 34px;
	z-index: 200;
	top: 397px;
	left: 234px;
	position: absolute;
}
.arrowPhotos {
	background-image: url(../images/arrow_nav.gif);
	width: 17px;
	height: 34px;
	z-index: 200;
	top: 433px;
	left: 234px;
	position: absolute;
}
.arrowContact {
	background-image: url(../images/arrow_nav.gif);
	width: 17px;
	height: 34px;
	z-index: 200;
	top: 469px;
	left: 234px;
	position: absolute;
}



.styleswitch {
	font: 11px Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	height: 15px;
	width: 160px;
	margin-top: 30px;
}
.mainContent {
	height: 100%;
	width: 685px;
	position: absolute;
	top: 0;
	right: 0;
	border-left: 1px solid #643875;
	padding-left: 30px;
	font-weight: normal;
}
.emergeTitle {
	width: 525px;
	height: 120px;
	margin: 163px 0 0 108px;
	background: url(../images/emerge_home.gif) no-repeat left top;
}

.emergeTitleInside {
	width: 375px;
	height: 55px;
	margin: 80px 0 0 0;
}
.testimonials {
	font: 12px/18px Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	width: 450px;
	margin: 172px 0 0 230px;
	padding-left: 4px;
}
.firstLine {
	text-indent: -4px;
	font-style: italic;
}
.secondLine {
	padding-left: 225px;
}
.thirdLine {
	padding-left: 450px;
}

.content {
	font: 14px/21px Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	width: 100%;
	margin: 40px 0 0 0px;
	letter-spacing: .5px;
}
.content ul {
	margin: 0 0 0 15px;
	list-style-position: outside;
	list-style-type: disc;
}
.content li {
	padding-bottom: 10px;
}

.mapCGX {
	background: url(../images/business/map.gif) no-repeat left top;
}

.imageBox {
	float: right;
	width: 235px;
	text-align: right;
}
.imageBox ul {
	list-style-type: none;
	margin: 0 auto;
}
.imageBox li {
	display: block;
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

.dividerFooter {
	margin: 50px 0 0 0;
	width: 685px;
	height: 1px;
	background-color: #643875;
}
.dividerContent {
	width: 685px;
	height: 1px;
	background-color: #643875;
}

.footer {
	width: 685px;
	margin-top: 25px;
	position: relative;
}
.logo {
	width: 165px;
	height: 50px;
	position:absolute;
	top: 0;
	left: 0;
}
.logoCGX {
	background: url(../images/logo_cgx.gif) left top;
}
.contact {
	font: 11px/15px Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	width: 175px;
	position: absolute;
	top: 0;
	left: 235px;
	letter-spacing: .5px;
}

.caption {
	font: 10px/15px Helvetica, Arial, sans-serif;
	letter-spacing: .5px;
	text-align: left;
}
#caption {
	margin-left: 20px;
}

.expo {
}
.expo ul {
	margin: 0 0 0 15px;
/*	list-style-position: outside;*/
	list-style-type: disc;
}
.expo li {
	padding-bottom: 2px;
}

.btt {
	text-align: right;
	font-size: 11px;
	letter-spacing: .75px;
}

.squareBox {
	border: 1px solid #643875;
	padding: 5px;
}

/* ----- */
.clearBoth {
	clear: both;
}
.boxPurple {
	background-image: url(../images/css_purple_on.gif);
}
.boxRed {
	background-image: url(../images/css_red.gif);
}
.boxGreen {
	background-image: url(../images/css_green.gif);
}
.boxBlue {
	background-image: url(../images/css_blue.gif);
}




/* the thumbnails */
#triggers {
	text-align: left;
}

#triggers img {
	background-color: #fff;
	padding: 0px;
/*	border: 1px solid #ccc; */
	margin: 5px 5px;
/*	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; */
}

/* the active thumbnail */
#triggers a.active img {
	outline: 1px solid #000;

	/* show on top of the expose mask */
	z-index: 9999;
	position: relative;
}





/*
div {
	border: 1px solid red;
}
div div {
	border: 1px solid green;
}
div div div {
	border: 1px solid blue;
}*/