body {
	background-color: #000;
}

#caLogoShort {
	position: relative;
	z-index: 1;
	background-color: #9bcd9c;
}

#contentWebDesign {
	height: 573px;
	top: 100px;
}

#subBannerWebDesign {
	position: absolute;
	display: none;
	width: 725px;
	height: 50px;
	left: 0;
	top:0; 
	margin-top: 40px;
	margin-left: 235px;
	z-index: 0;
	background-color: #9bcd9c;
}

#caBanner {
	z-index: 1;
}

.js #caMenu li a {
	color: #039;
}

.js #caMenu {
	top: 103px;
}

#caMenu_webDesignLink {
	display: none;
}

#doubleArrowsRight {
	color: #039;
}

#doubleArrowsRight1 {
	margin-left: 235px;
}

#doubleArrowsRight2, #doubleArrowsRight3 {
	margin-left: 242px;
}

#homeText {
	margin-left: 300px;
}

.js #caTextBox {
	top: 377px;
	height: 276;
	padding-top: 18px;
}

#contentWebDesign p, #contentWebDesign pre {
	position: absolute;
	bottom: 13px;
	width: 270px;
	font-size: 9pt;
	font-family: Verdana, sans-serif;
	line-height: 1.6em;
	color: #666;
}

#contentWebDesign h1 {
	margin-top: 65px;
	text-align: center;
}

#contentWebDesign #page1 h1 {
	margin: 53px 7px;
	padding:4px 10px;
	width:665px;
	font-family: arial, sans-serif;
	font-weight: normal;
	color: #000;
	letter-spacing:0.03em;
	text-align: left;
	background-color:#92BF93;
	border-color:#fff #666 #000 #fff;
	border-style:solid;
	border-width:1px;
}

#contentWebDesign #tnBox1, #tnBox2, #tnBox3, #tnBox4 {
	position: absolute;
	display: none;
	margin-left: 100px;
	top: 95px;
	width: 280px;
	height: 240px;
	overflow: hidden;
}

#contentWebDesign #tnBox1 {

}

#contentWebDesign #tnBox2, #contentWebDesign #tnBox4 {
	margin-left: 375px;
	z-index: 99;
}

#contentWebDesign #tnBox3 {
	margin-left: 100px;
	top: 340px;
}

#contentWebDesign #tnBox4 {
	top: 340px;
}

#contentWebDesign img.tn {
	position: absolute;
	border: 1pt solid;
	z-index: 0;
	cursor: pointer;
	border: 1pt solid black;
}

#contentWebDesign img.tn:hover {
	border: 1pt solid red;
}

#contentWebDesign iframe {
	position: relative;
	border: 8pt solid;
	margin-top: 25px;
	z-index: 200;
	opacity: 0;
	background: #ccc;
}

#iframe1, #iframe2, #iframe3, #iframe4 {
	z-index: 200;
}


#upperBar1,#upperBar2,#upperBar3,#upperBar4, #lowerBar {
	display: none;
	position: fixed;
	width: 100%;
	height: 40px;
	left: 0;
	background-color: lightblue;
	border: 1pt solid;
	z-index: 201;
}

#upperBars p, #lowerBar p {
	text-align: center;
	top: 5px;
	color: #fff;
	font-size: 12pt;
	width: 100%
}

#upperBars div {
	top: 10px;
}

#lowerBar {
	bottom: 5px;
}

#contentWebDesign .button {
	display: none;
	position: fixed;
	z-index: 201;
}

#contentWebDesign .button#upperLeft {
	top: 7px;
	left: 20px;
}

#contentWebDesign .button#upperRight {
	right: 100px;
	top: 7px;
}

#contentWebDesign .button#lowerLeft {
	bottom: 10px;
	left: 20px;
	opacity: .75;
}

#contentWebDesign .button#lowerRight {
	right: 100px;
	bottom: 10px;
	opacity: .75;
}

#contactPage {
	display: none;
}

/*************
	TABS
**************/

ul#tabs {
	display: none;
	position: absolute;
	width: 740px;
	margin: 0;
	padding: 0;
	margin-bottom: 0;
	background: transparent;
}

ul#tabs li a {
	display: none;
	outline: none;
}

#tabs li a:hover {
	color: #900;
}

ul#tabs li {
	height: 17px;
	float: left;
	margin-right: 3px;
	background-color: #88e8d3;
}

ul#tabs .tabs_clickable, ul#tabs .tabs_current {
	position: absolute;
	display: block;
	border: 1px solid #999;
	padding: 4px 8px;
	text-decoration: none;
	text-align: center;
	color: #366;
	font-family: Arial, sans-serif;
	font-size: 13px;
	width: 56px;
	height: 17px;
	z-index: 300;
}

ul#tabs .tabs_current {
	color: darkred;
	font-size: 14px;
	background-color: #fff;
	cursor: default;
}
 
ul#tabs .tabs_clickable {
	background-color: #ffc;
	cursor: pointer;
}

li a span#downArrow {
	display: none;
	position: absolute;
	top:28px;
	right: 37px;
	color: #900;
}

#tab1 {
	left: 0px;
}

#tab1 span#downArrow {
	top: 25px;
	right: 27px;
	font-size: 20px;
}

#tab2 {
	left: 80px;
}

ul#tabs #tab3 {
	left: 160px;
	width: 70px;
}

/*ul#tabs .tabs_clickable#tab3, #tabs li a#tab3:hover {
	color: #ccc;
}*/

#tab4 {
	left: 254px;
}

#tab4 span#downArrow {
	right: 29px;
}

