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

/* WP Specific elements */

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.articleTitle {
	color: #ee2e24;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Basic Elements */

body {
	background-color: #000000;
	margin: 0px;
	background-image: url(../images/page_bg.gif);
	background-repeat: repeat-x;
}

body, td, th {
	background-color: #444444;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #444444;
}



h1 {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0px;
}



h2 {
	color: #000000;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 10px;
	padding-top: 0px;
	margin-top: 0px;
	border-bottom-color: #DDDDDD;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	text-align: left;
}

h3 {
	color: #333333;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	text-transform: uppercase;
	text-align: center;
}

h4 {
	color: #ee2e24;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	
}

h5 {
	color: #777777;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	text-transform: uppercase;
	text-align: center;
}

h6 {
	color: #777777;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
}

h7 {
	color: #000000;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	margin-top: 0px;

	/*
border-bottom-color: #DDDDDD;
	border-bottom-style: solid;
	border-bottom-width: 2px;
*/
	text-align: left;
}

h8 {
	color: #777;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}



#container {
	position: relative;
}




/* Global Elements */
.clearFloat {
	clear: both;
}

.listText {

	list-style-image: url(http://caustic.com/images/bullet1.gif);
	margin-left: -15px;
}



/* Header Elements */
#headerBox {
	width: 1022px;
	height: 52px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 17px;
	padding-bottom: 0px;
	
}

#logoBox {
	float: left;
	margin-left: 25px;
	padding: 0px;
}

#headerLinkBox {
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: 30px;
	margin-top: 0px;
	padding-top: 35px;
	float: right;
	font-size: 11px;
}

#headerLinkBox a:link, a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	letter-spacing: 0em;
	font-weight: normal;
}



#headerLinkBox a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	letter-spacing: 0em;
	font-weight: normal;
}

#headerLinkBox a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 11px;
	letter-spacing: 0em;
	font-weight: normal;
}


#mainNaviBox {
	width: 1022px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-left: 11px;

}

/* Navigation Item styles */


.mainNaviItem {
	float: left;
	width: auto;
	height: auto;
	margin: 0px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 2px;
	line-height: 18px;
	float: left;
	font-size: 12px;
	font-weight: bold;
}

.mainNaviItem a:link, .mainNaviItem a:visited, .mainNaviItem a:active {
	font-size: 12px;
	font-weight: bold;
	color: #BBBBBB;
	text-decoration: none;
	letter-spacing: 0em;
}


.mainNaviItem a:hover{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0em;
}

.mainNaviItemSelected {
	float: left;
	width: auto;
	height: auto;
	margin: 0px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 2px;
	line-height: 18px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0em;
	background-image:url(../images/highlight.gif);
	background-repeat: no-repeat;
	background-position-x: 5px;
	
}

.mainNaviItemSelected a:link, .mainNaviItemSelected a:visited,　.mainNaviItemSelected a:active, .mainNaviItemSelected a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0em;
}


/* Navigation Item styles for Home page */



.mainNaviItemHome {
	float: left;
	width: auto;
	height: auto;
	margin: 0px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 2px;
	line-height: 18px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	
}

.mainNaviItemHome a:link {
	font-size: 12px;
	font-weight: bold;
	color: #BBBBBB;
	text-decoration: none;
	letter-spacing: 0em;
}

.mainNaviItemHome a:visited, a:active {
	font-size: 12px;
	font-weight: bold;
	color: #BBBBBB;
	text-decoration: none;
	letter-spacing: 0em;
}

.mainNaviItemHome a:hover{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0em;
}

.mainNaviItemHomeSelected {
	float: left;
	width: auto;
	height: auto;
	margin: 0px;
	padding-left: 25px;
	padding-right: 45px;
	padding-top: 2px;
	line-height: 18px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0em;
	background-image:url(../images/highlight_home.gif);
	background-repeat: no-repeat;
	background-position-x: 25px;
	
}

.mainNaviItemHomeSelected a:link {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0em;
}

.mainNaviItemHomeSelected a:visited, a:active, a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0em;
}

/* Navigation Item styles fpr gallery section */


.mainNaviItemGal {
	float: left;
	width: auto;
	height: auto;
	margin: 0px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 2px;
	line-height: 18px;
	float: left;
	font-size: 12px;
	font-weight: bold;
}

.mainNaviItemGal a:link, .mainNaviItemGal a:visited, .mainNaviItemGal a:active {
	font-size: 12px;
	font-weight: bold;
	color: #BBBBBB;
	text-decoration: none;
	letter-spacing: 0em;
}


.mainNaviItemGal a:hover{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0em;
}

.mainNaviItemGalSelected {
	float: left;
	width: auto;
	height: auto;
	margin: 0px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 2px;
	line-height: 18px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0em;
	background-image:url(../images/highlight_home.gif);
	background-repeat: no-repeat;
	background-position-x: 5px;
	
}

.mainNaviItemGalSelected a:link, .mainNaviItemGalSelected a:visited,　.mainNaviItemGalSelected a:active, .mainNaviItemGalSelected a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0em;
}


/* Navigation Item styles for tech section */


.mainNaviItemTech {
	float: left;
	width: auto;
	height: auto;
	margin: 0px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 2px;
	line-height: 18px;
	float: left;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.mainNaviItemTech a:link, .mainNaviItemTech a:visited, .mainNaviItemTech a:active {
	font-size: 11px;
	font-weight: bold;
	color: #BBBBBB;
	text-decoration: none;
	letter-spacing: 0em;
}


.mainNaviItemTech a:hover{
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0em;
}

.mainNaviItemTechSelected {
	float: left;
	width: auto;
	height: auto;
	margin: 0px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 2px;
	line-height: 18px;
	float: left;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0em;
	background-image:url(../images/highlight.gif);
	background-repeat: no-repeat;
	background-position-x: 20px;
	
}

.mainNaviItemTechSelected a:link,.mainNaviItemTechSelected a:visited, .mainNaviItemTechSelected a:active, .mainNaviItemTechSelected a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0em;
}



/* Section Picture and Sub Navition Elements */

.shadowBox {
	border: 1px;
	border-top-color: #353535;
	border-left-color: #353535;
	border-right-color: #353535;
	border-bottom-color: #222222;
	border-style: solid;
	width: 960px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

.outerShadowBox {
	border: 1px;
	border-top-color: #494949;
	border-left-color: #444444;
	border-bottom-color: #383838;
	border-right-color: #444444;
	border-style: solid;
	width: 962px;
	height: auto;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}

/* Section Pictures */

#sectionPicBoxBase{
	background-repeat: no-repeat;
	width: 958px;
	height: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	border: 1px;
	border-color: #FFFFFF;
	border-style: solid;
	background-color: black;
	border-bottom: 0px;
}

#sectionPicBoxBaseNew{
	background-repeat: no-repeat;
	width: 958px;
	height: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	border: 1px;
	border-color: #FFFFFF;
	border-style: solid;
	background-color: black;
	border-bottom: 0px;
	background-image: url(../images/home_top.jpg);
}


.sectionPicBoxCausticRTIntro{background-image: url(../images/section_causticrt_intro.jpg);}
.sectionPicBoxCausticRTCausticOne{background-image: url(../images/section_causticrt_causticone.jpg);}
.sectionPicBoxCausticRTOpenRL{background-image: url(../images/section_causticrt_causticgl.jpg);}

.sectionPicBoxIndIntro{background-image: url(../images/section_industries_intro.jpg);}
.sectionPicBoxIndFilm{background-image: url(../images/section_industries_film-video.jpg);}
.sectionPicBoxIndGames{background-image: url(../images/section_industries_games.jpg);}
.sectionPicBoxIndAuto{background-image: url(../images/section_industries_auto.jpg);}
.sectionPicBoxIndProducts{background-image: url(../images/section_industries_products.jpg);}

.sectionPicBoxDevIntro{background-image: url(../images/section_dev_intro.jpg);}
.sectionPicBoxDevAdvantage{background-image: url(../images/section_dev_advantage.jpg);}
.sectionPicBoxDevExisting{background-image: url(../images/section_dev_existing.jpg);}
.sectionPicBoxDevNew{background-image: url(../images/section_dev_new.jpg);}
.sectionPicBoxDevSdk{background-image: url(../images/section_dev_sdk.jpg);}
.sectionPicBoxDevBeta{background-image: url(../images/section_dev_betasignup.jpg);}

.sectionPicBoxGallAll{background-image: url(../images/section_gallery_all.jpg);}

.sectionPicBoxDocsAll{background-image: url(../images/section_docs_all.jpg);}

.sectionPicBoxCompanyIntro{background-image: url(../images/section_company_intro.jpg);}
.sectionPicBoxCompanyEvents{background-image: url(../images/section_company_events.jpg);}
.sectionPicBoxCompanyNr{background-image: url(../images/section_company_nr.jpg);}
.sectionPicBoxCompanyItn{background-image: url(../images/section_company_itn.jpg);}
.sectionPicBoxCompanyTeam{background-image: url(../images/section_company_team.jpg);}
.sectionPicBoxCompanyBoards{background-image: url(../images/section_company_boards.jpg);}
.sectionPicBoxCompanyCareers{background-image: url(../images/section_company_careers.jpg);}
.sectionPicBoxCompanyIntro{background-image: url(../images/section_company_intro.jpg);}
.sectionPicBoxCompanyContact{background-image: url(../images/section_company_contact.jpg);}




#subNaviBox {
	width: 175px;
	height: auto;
	float: left;

}


#sectionTitle {
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.subNaviItem {
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 15px;		
}

.subNaviItem a, .subNaviItem a:visited  {
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
}


.subNaviItem a:hover {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
}




.subNaviItemSelected {
	font-size: 11px;
	color: #ee2e24;
	padding-left: 15px;

}

.subNaviItemSelected a, .subNaviItemSelected a:hover, .subNaviItemSelected a:visited {
	color: #ee2e24;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;

}


.subNaviDivider {
	border-top: 1px;
	border-top-color: #333333;
	border-top-style: solid;
	margin-left: 15px;
	
	margin-bottom: 5px;
	margin-top: 5px;
}


.subSubNaviItem {
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 5px;
	padding-right: 15px;
}

.subSubNaviItem a, .subSubNaviItem a:visited {
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
}


.subSubNaviItem a:hover, .subSubNaviItem a:active {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
}


.subSubNaviItemSelected {
	font-size: 11px;
	color: #ee2e24;
	padding-left: 20px;
	padding-top: 5px;
	padding-right: 15px;
}

.subSubNaviItemSelected a, .subSubNaviItemSelected a:visited, .subSubNaviItemSelected a:hover, .subSubNaviItemSelected a:active {
	color: #ee2e24;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
}



.pageTagLineBox {
	float: right;
	width: 600px;
	height: auto;
	margin: 15px;
	text-align: right;
	color: #FFFFFF;
}

.pageTagLineBoxHome {
	float: left;
	height: 144px;
	margin: 30px;
	text-align: left;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
}

.pageTagLineL {
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
}
.pageTagLineM {
	font-size: 16px;
	line-height: 30px;
}
.pageTagLineS {
	font-size: 14px;
	line-height: 18px;
}

#headlineBox {
	background-image: url(../images/home_headline_bg.jpg);
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 15px;
	line-height: 20px;
	color: #FFFFFF;
}

#bcBox {
	background-image: url(../images/bc_bg.gif);
	background-repeat: no-repeat;
	background-color: #000;
	height: 20px;
	height: 100%;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #CCCCCC;
}

#bcBox a {
	color: #FFFFFF;
}

/* Main Content Elements */


#contentBox {
	background-color: #FFFFFF;
	width: 960px;
	height: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

#contentBoxHome {
	background-color: #FFFFFF;
	background-image: url(../images/home_body_bg.jpg);
	background-repeat: no-repeat;
	background-position-x: 1px;
	width: 960px;
	height: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
}

/* home page bottom info boxes */
.homeInfoBox {
	font-size: 11px;
	color: #333333;
	background-color: #F9F9F9;
	padding: 10px;
	line-height: 16px;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	background-repeat:repeat-x;
	background-image: url(http://caustic.com/images/member_box_bg.gif);	

}
.homeInfoOuterBox {	
	border-bottom: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	margin-top: 10px;
	float: left;
	
}


#mainColBox {
	padding: 15px;
	padding-right: 5px;
	width: 715px;
	height: auto;
	line-height: 18px;
	float: left;
	font-size: 11px;
}

#homeBodyBox1 {
	width: 350px;
	padding: 10px;
	float: left;
}

#homeBodyBox2 {
	width: 330px;
	padding: 10px;
	float: left;
}

#homeBodyBox3 {
	width: 220px;
	padding: 10px;
	float: left;
}

#homeCol1 {
	width: 208px;
	padding: 10px;
	float: left;
}

#homeCol2 {
	width: 487px;
	padding: 10px;
	float: left;
}

#homeCol3 {
	width: 208px;
	padding-top: 3px;
	float: left;
}


#mediaInqBox {
	width: 195px;
	padding: 15px;
	padding-top: 2px;
	float: left;
}


.mainColDivider {
	border-top: 1px;
	border-top-color: #999999;
	border-top-style: dotted;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-top: 12px;
}


.mainColHomeTxt {
	font-size: 12px;
	line-height: 18px;
}

.newsColHomeTxt {
	font-size: 11px;
	line-height: 14px;

}

.mainColHomeTxt a, .mainColHomeTxt a:hover {
	font-weight: bold;
}



.noMoreTxt {
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	
}

.smallGrayTxt {
	color: #999999;
	font-size: 9px;
	padding-bottom: 5px;
}


.newsItemBox {
	background-color: #eeeeee;
	padding: 7px;
	margin-bottom: 5px;
	line-height: 15px;
	font-weight: bold;
}

.modNewsItemBox {
	line-height: 15px;
	font-weight: bold;
}

.newsDateTxt {
	color:#777777;
	font-size:10px;
}

#sideColBox {
	float: right;
}

.sideColInnerBox {
	padding: 10px;
	margin: 7px;
	margin-bottom: 8px;
	margin-right: 8px;
	width: 186px;
	height: auto;
	line-height: 16px;
	
	background-image: url(../images/side_col_bg.gif);
	background-repeat: repeat-x;
	background-color: #cfcfcf;
	border: 1px;
	border-color: #BBBBBB;
	border-style: solid;
}

.sideColDivider {
	border-top: 1px;
	border-top-color: #999999;
	border-top-style: dotted;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.newsPicBox {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	margin-top: 0px;
	text-align: center;
	padding: 0px;
}

.bodyBottomLine {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #c5c5c5;
	width: auto;
	height: auto;
	margin-top: 20px;

}

subMenuBox_arrow{
	float: left;
	font-size: 12px;
	background-image: url(http://caustic.com/images/icon_arrow.gif);
	background-repeat: no-repeat;

	height: auto;
	width: auto;
	padding-left: 15px;
	padding-top: 5px;
	font-weight: normal;
	background-position: 1px 12px;
	
}


.subMenuBox_arrow a:link {
	font-size: 12px;
	color:#000000;
	text-decoration: none;
	font-weight: normal;
}

.subMenuBox_arrow a:visited, a:active {
	font-size: 12px;
	color:#000000;
	text-decoration: none;
	font-weight: normal;
}

.subMenuBox_arrow a:hover {
	color:#444444;
	text-decoration: underline;
	font-weight: normal;
}

.subMenuBox_arrow2 {
	font-size: 12px;
	background-image: url(http://caustic.com/images/icon_arrow.gif);
	background-repeat: no-repeat;
	height: auto;
	width: auto;
	padding-left: 15px;
	margin-top:1px;
	background-position: 1px 7px;
}

.subMenuBox_arrow2 a:link {
	font-size: 12px;
	color:#000000;
	text-decoration: none;
	font-weight: normal;
}

.subMenuBox_arrow2 a:visited, a:active {
	font-size: 12px;
	color:#000000;
	text-decoration: none;
	font-weight: normal;
}

.subMenuBox_arrow2 a:hover {
	color:#444444;
	text-decoration: underline;
	font-weight: normal;
}

.moreLinkBox {
	padding-top: 5px;
}

.bottomLinkBox {
	font-size: 12px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 10px;
	border: 1px;
	margin: 8px;
	margin-left: 7px;
	border-color: #CCCCCC;
	border-style: solid;
	background-color: #F9F9F9
	
}


.pageTopLink {
	font-size: 12px;
	float: right;
	background-image: url(../images/icon_up_arrow.gif);
	background-repeat: no-repeat;
	background-position: 1px 12px;

	padding-left: 15px;
	padding-top: 5px;

}
.pageTopLink a:link {
	font-size: 12px;
	font-weight: normal;
	color:#000000;
	text-decoration: none;
}
.pageTopLink a:visited, active {
	font-size: 12px;
	font-weight: normal;
	color:#000000;
	text-decoration: none;
}
.pageTopLink a:hover {
	font-size: 12px;
	font-weight: normal;
	color:#444444;
	text-decoration:underline;
}

.downloadLink {
	background-image: url(../images/icon_download.gif);
	background-repeat: no-repeat;
	background-position:left center;
	padding-left:12px;
	line-height: 11px;

}

.arrowLink {
	background-image: url(../images/icon_arrow.gif);
	background-repeat: no-repeat;
	background-position:left center;
	padding-left:12px;
	line-height: 11px;

}


.twitterLink {
	background-image: url(../images/icon_twitter.gif);
	background-repeat: no-repeat;
	background-position:left center;
	padding-left:15px;
	line-height: 11px;
}

.memberBox {
	font-size: 12px;
	color: #333333;
	background-color: #F9F9F9;
	padding: 15px;
	line-height: 18px;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	background-repeat:repeat-x;
	background-image: url(http://caustic.com/images/member_box_bg.gif);	
}
.memberOuterBox {
	
	border-bottom: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	margin-top: 10px;
}
.memberNameTxBox {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

.memberNameTxBox a:link {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.memberNameTxBox a:active {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.memberNameTxBox a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}


.memberTypeBox {
	color: #777777;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	text-transform: uppercase;
	
}

#flexOpenNote {
	font-size: 12px;
	color: #777777;
	line-height: 15px;
	padding-bottom: 20px;
}

.eoeBox {
	font-size: 11px;
	color: #333333;
	background-color: #EEEEEE;
	padding: 5px;
	line-height: 14px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
}

.dateTxt {
	font-size: 11px;
	color: #777777;
}

.pullQuote {
	color: #FFFFFF;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 15px;
	padding-bottom: 15px;
	margin-top: 15px;
	text-align: center;
	line-height: 20px;
	width: auto;
	padding: 15px;
	margin-bottom: 15px;
	background-color: #222222;
	background-image: url(../images/pull_quote_bg.gif);
	background-repeat: no-repeat;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
}

.pullQuotePlain {
	color: #FFFFFF;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 15px;
	padding-bottom: 15px;
	margin-top: 15px;
	text-align: center;
	line-height: 20px;
	width: auto;
	padding: 15px;
	margin-bottom: 15px;
	background-color: #222222;
	background-image: url(../images/pull_quote_box_plain.gif);
	background-repeat: no-repeat;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
}

.faqA {
	padding-top: 20px;
}

.faqHead {
	font-size:14px;font-weight:bold;color:#777777;
}

.textBox {
	width: 47%;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.textBoxHome {
	width: 234px;
	float: left;

}

.textBoxTitle {
	background-image: url(../images/heading_bg.gif);
	background-repeat: repeat-x;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: white;
}

#homeCglBox {
	background-image: url(../images/home_cgl_bg.gif);
	background-repeat: no-repeat;
	height: 99px;
	font-size: 14px;
	color: #777;
	line-height: 20px;
	font-weight: bold;
	
}

#homeCgoneBox {
	background-image: url(../images/home_cgone_bg.gif);
	background-repeat: no-repeat;
	height: 121px;
	font-size: 14px;
	color: #777;
	line-height: 20px;
	font-weight: bold;
	
}

.calBox {
	width: 58px;
	height: 62px;
	background-image: url(../images/icon_cal.gif);
	background-repeat: no-repeat;
	text-align: center;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.presentationBox {
	width: 58px;
	height: 62px;
	
	background-repeat: no-repeat;
	text-align: center;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.calMonTxt {
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	font-size: 14px;
	padding-top: 9px;
}

.caldayTxt {
	font-weight: bold;
	font-size: 14px;
	padding-top: 7px;
}

.bannerBox {
	border: dotted;
	border-color: #777;
	border-width: 1px;
	padding: 15px;
	padding-top: 10px;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: white;
	text-align: left;
	width: 79%;
}

/* Gallery Section Elements */

.galImageBox {
	float: left;
	padding: 3px;
	margin: 6px;
	background-color: #333333;
	width: 160px;
	color: #cccccc;
	font-size: 11px;
	line-height: 14px;
	background-image: url(../images/gal_backdrop_caustic.gif); 
	background-repeat: repeat-x;
	text-align: center;
}

.galImageBoxS {
	float: left;
	padding: 3px;
	margin: 7px;
	background-color: #333333;
	width: 150px;
	color: #cccccc;
	font-size: 11px;
	line-height: 14px;
	background-image: url(../images/gal_backdrop_caustic.gif); 
	background-repeat: repeat-x;
	text-align: center;
}

.galFeaturedMovieBox {
	float: left;
	padding: 3px;
	margin: 6px;
	background-color: #333333;
	width: auto;
	color: #cccccc;
	font-size: 11px;
	line-height: 14px;
	background-image: url(../images/gal_backdrop_caustic.gif); 
	background-repeat: repeat-x;
	text-align: center;
}

.galFeaturedMovieBox {
	float: left;
	padding: 3px;
	margin: 6px;
	background-color: #333333;
	width: auto;
	color: #cccccc;
	font-size: 11px;
	line-height: 14px;
	background-image: url(../images/gal_backdrop_caustic.gif); 
	background-repeat: repeat-x;
	text-align: center;
}

.galPlayingMovieBox {
	
	float: left;
	padding: 3px;
	margin: 6px;
	margin-left: 100px;
	background-color: #333333;
	width: auto;
	color: #cccccc;
	font-size: 11px;
	line-height: 14px;
	background-image: url(../images/gal_backdrop_caustic.gif); 
	background-repeat: repeat-x;
	text-align: center;
}

.galVideoTtleTxt {
	font-size:14px;
	font-weight:bold;
	color: #FFF;
	padding: 3px;
	padding-bottom: 6px;
}

.galVideoThumbnailBox {

	float:left;
	width:178px;
	
	margin-top: 6px;
	background-color:#DDDDDD;
	
}

/* Footer Elements */

#footerBox {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	height: auto;
	width: 817px;
	margin: auto;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #999999;
	font-weight: normal;
	letter-spacing: 0em;
}

#footerBox a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 0em;
}

#footerBox a:visited, a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 0em;
}

#footerBox a:hover {
	text-decoration:underline;
	color: white;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 0em;
}

/* Links */

a, a:visited {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}


a:hover {
	color: #000000;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}

a:active {
	color: #ed2d24;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}
