body{
	background: #423e49 url(../images/caiBacker.jpg) repeat-x;
}

body,
input,
textarea
{
     font-family:Arial;
     font-size: 8pt;
}


A:link 
{
	color:#09266A;
	font: 12px "Arial", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
}
A:visited 
{
	color:#09266A;
	font: 12px "Arial", Arial, Helvetica, Geneva, sans-serif;
}
A:hover 
{
	color:#666666;
	text-decoration: underline;
	font: 12px "Arial", Arial, Helvetica, Geneva, sans-serif;
}
A:active{
	color:#09266A;
	font: 12px "Arial", Arial, Helvetica, Geneva, sans-serif;	
}


p {
	margin:0px;
`   padding:0px;
}

/* Don't want to have borders around linked images */
a img 
{
    border:0;  
}

img
{
    padding:0px;
    margin:0px;
}

h1 {font-size: 18pt;}
h2 {font-size: 16pt;}
h3 {font-size: 14pt;
	background-color:#fff;
	color:#575757;
}
h4 {font-size: 12pt;}
h5 {font-size: 11pt;}
h6 {font-size: 10pt;}



#caiWrapper{
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 941px;
	height: 100%;
	top: 13px;
}

#caiSubWrapper{
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 806px;
	height: 100%;
	top: 13px;
}

#caiLeft{
	position: relative;
	width: 26px;
	height: 45px;
	float: left;
}

#caiCenter{
	position: relative;
	width: 879px;
	height: 45px;
	float: left;

}
#caiSubCenter{
	position: relative;
	width: 744px;
	height: 45px;
	float: left;
	

}

#caiRight{
	position: relative;
	width: 36px;
	height: 45px;
	float: right;
}

#caiBodyleft{
	position: relative;
	width: 147px;
	float: left;
}

/*For sub page*/
#caiBodySubleft{
	position: relative;
	width: 11px;
	float: left;
	background-color: #423E49;
	height: 600px;
}

#caiBodyright{
	position: relative;
	width: 731px;
	background-color: #FFFFFF;
	float: right;
	border-right: 1px solid #2d2d2d;
	border-bottom: 1px solid #2d2d2d;
}
#caiHomeheader{
	position: relative;
	left: 4px;
	width: 726px;
	height: 87px;
	border-top: 1px solid #2d2d2d;
	border-bottom: 1px solid #2d2d2d;
	border-left: 1px solid #2d2d2d;
}

#caiHomenav{
	position: relative;
	left: 4px;
	top: 3px;
	width: 721px;
	height: 44px;
	border: 1px solid #2d2d2d;
	background: url(../images/caiNavbacker.jpg) repeat-x;
	z-index:20;
}


#caiSubnavContainer{
	position: relative;
	top: 3px;
	width: 100%;
	height: 49px;
	border-bottom: 1px solid #2d2d2d;
}
#caiSubnav{
	position: relative;
	left: 4px;
	height: 44px;
	width: 721px;
	border: 1px solid #2d2d2d;
	background: url(../images/caiNavbacker.jpg) repeat-x;
	z-index:20;
}

#caiHomesublink{
	position: relative;
	top: 3px;
	border-bottom: 1px solid #2d2d2d;
	width: 731px;
	height: 143px;
}

#caiHomesublink01{
	position: relative;
	left: 4px;
	top: 3px;
	width: 238px;
	height: 136px;
	background-color: #CCCCCC;
	float: left;
}
#caiHomesublink02{
	position: relative;
	left: 9px;
	top: 3px;
	width: 237px;
	height: 136px;
	background-color: #333333;
	float: left;
}
#caiHomesublink03{
	position: relative;
	left: -4px;
	top: 3px;
	width: 238px;
	height: 136px;
	background-color: #999999;
	float: right;
}

#caiHomebody{
	position: relative;
	top: 3px;
	width: 731px;
	height: 351px;
	background: url(../images/caiBodybacker.jpg) no-repeat;
}
#caiSubbody{
	position: relative;
	top: 3px;
	width: 731px;
}
#caiPayPalSubbody{
	position: relative;
	top: -120px;
	width: 731px;
}

#caiHomebodytext{
	position: relative;
	top: 60px;
	padding: 20px;
	width:525px;
	float:left;
	font: 12px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
}
#caiHomeLinks{
	float: right;
	top: 60px;
	right: 20px;
	width:165px;

}
#caiSubbodytext{
	position: relative;
	padding: 40px;
	font: 12px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#caiHomebodycr{
	position: absolute;
	left: 510px;
	bottom: 2px;
}

#caiSubFooter{
	position: relative;
	height: 20px;
	background-color: #363634;
	clear: both;
}




//Suckerfish

a:link {
	color: #000000;
	font-size:12px;
}

a:visited {
	color: #333333;
	font-size:12px;
}

a:active {
	color: #333333;
	font-size:12px;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size:12px;
}

#nav a {
	font-weight: bold;
	font-size:14px;
	color: #FFFFFF;
}

#nav a {
	text-decoration: none;
	background-color:#CCCCCC;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #000000;
	font-size:14px;
	background-color:#CCCCCC;
	
	
}

#nav li li a:hover {
	background-color:#CCCCCC;
	background: #eda;
}

li {
	float: left;
	position: relative;
	text-align: center;
	cursor: default;
}

li#first {
	background-color:#CCCCCC;
}



li ul {
top: 2px;
	display: none;
	position: absolute;
	left: 0;
	font-weight: normal;
	border: solid 1px #999999;
	width: 12em;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	
	display: block;
	float: none;
	background-color:#CCCCCC;
}

li:hover ul, li.hover ul {
	display: block;
}

li:hover, li.sfhover {
	background: #FFFFFF;
}

#PayPalbody{
position:relative;
width:100px;
left:550px;
top:20px;
z-index:20;
}














