/* ************************
** Carib LPG Trading
** By: Christopher Ward
** For: Insite Inc.
** Date: 24th April 2007
***************************/

* { padding: 0; margin: 0; } /* <--- If you don't know me by now...*/

body {
	background: #CBD2E7; 
	font-family: Arial, Helvetica, sans-serif; 
	text-align: center; 
	font-size: 10pt; 
}

td {
	padding:2px;
	}
	
#wrapper {
	width: 960px;
	margin: 1px auto;
	text-align: center;
	background-color: #FFFFFF;
	padding: 0px;
}

#header {	
	height: 210px;
	width: 960px;
	background-color:  #00539B;	
	padding: 0px;
	margin: 0px;
}

#header-logo { 
	float: left; 
	width: 400px;
	padding: 0px;
	margin: 0px;
}

#header-right { 
	float: right; 
	width: 560px;		
	padding: 0px;
	margin: 0px;
}

#navigation { 
	clear: both; /*CLEAR BOTH HEADER FLOATS*/
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	height: 32px;	
	margin: 3px 0px 3px 0px;
}


.navitem {
	float: left;
	background-color: #CBD2E7;
	height: 32px;
	margin-left: 3px;		
}	

.navitemon {
	float: left;
	background-color: #FFDF8B;
	height: 32px;
	margin-left: 3px;		
}	

.navitemleftimg {
   float: left;
   background: url(../FixedImages/tab_left.gif) no-repeat;
   width:6px;
   height: 32px;
}	

.navitemleftimgon {
   float: left;
   background: url(../FixedImages/tab_left_on.gif) no-repeat;
   width:6px;
   height: 32px;
}	

.navitemrightimg {
   float: right;
   background: url(../FixedImages/tab_right.gif) no-repeat;
   width:6px;
   height: 32px;
}	

.navitemrightimgon {
   float: right;
   background: url(../FixedImages/tab_right_on.gif) no-repeat;
   width:6px;
   height: 32px;
}	

#navlink {
	float: left;
	text-align: center;	 	
	vertical-align: middle; 
	line-height: 32px;		
}

#navlink a {	
	color: #00529B;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; 	
	font-size: 16px; 
	font-weight: bold; 		
}	
  

#navlinkaa a:hover {	
	color: #FFE08B;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; 	
	font-size: 16px; 
	font-weight: bold; 		
}	
  
#content-wrap {  
	
}

p {
margin: 1em 0;
}

#content {
	clear: left; 
	text-align: left;
	width: 960px;
	padding: 0px;
}  

#content-leftidx { 
	float: left; 
	width: 710px;
	padding: 5px;
	
	color: #202020;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; 	
	font-size: 10pt; 
	font-weight: normal; 	
}

#content-left { 
	float: left; 
	width: 910px;
	padding: 5px;
	
	color: #202020;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; 	
	font-size: 10pt; 
	font-weight: normal; 	
}

#content-right { 
	float: right; 
	width: 240px;	
	padding: 0px;
	margin: 0px;
}

#imgdsp { padding-bottom: 5px; }


#footer {  
	background-color: #00539B;
	height: 76px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif; 	
	font-size: 9pt; 
	font-weight: bold; 
	padding-top:12px;
	width: 960px;	
}

#footer a {  
	color: #FFE08B;
	font-family: Arial, Helvetica, sans-serif; 	
	font-size: 9pt; 
	font-weight: bold;
}

.INFOTITLE {
	color: #00529B;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; 	
	font-size: 18pt; 
	font-weight: bold; 	
}

.INFOTEXT { 
	color: #202020;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; 	
	font-size: 10pt; 
	font-weight: normal; 	
}

#subnavigation { 
	clear: both; /*CLEAR BOTH HEADER FLOATS*/
	background-color: #FFDF8B;
	padding: 0px 0px 0px 0px;
	height: 32px;
	margin: 0px 3px 3px 3px ; 	
	color: #00529B;
	
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; 	
	font-size: 14px; 
	font-weight: bold; 		
	vertical-align: middle; 
	line-height: 32px;
}

.subnavigation {	
	color: #00529B;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; 	
	font-size: 14px; 
	font-weight: bold; 		
}	

.subnavigation:hover {	
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; 	
	font-size: 14px; 
	font-weight: bold; 		
}	

.subnavigationon {	
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; 	
	font-size: 14px; 
	font-weight: bold; 		
}	


.Buttons
{
	font-family: : Verdana,Tahoma,Arial;
	font-weight: BOLD; 
	color: #FFFFFF; 
	background-color: #00529B; 
	border-style:  outset | solid;
	border-color:  #00529B; 
	font-size: 11px;
}

.FORMFIELDS
{ 
	background-color: #FFFFFF;
	font-family : Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;		
}
