html {
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #fff url(../images/main/bg_top.png) repeat-x top left;
	
}
img {
	border: 0px;
}

a{
	text-decoration: none;
	color: #33639E;
}
a:hover{
	text-decoration: underline;
}
a:visited{

}

/* =================================================================
main layout 
 ================================================================= */
#content {
	width: 100%;
	overflow: hidden;
}

#content.loner{
	position: absolute;
	bottom: 20px;
	top: 240px;
	overflow: auto;
}

#leftSmall {
	overflow: auto;	
	position: absolute;
	right: 0px;
	top: 233px;	
	width: 210px;
	height: 500px;
}
#rightBig {
	overflow: auto;
	
	position: absolute;
	top: 233px;	
	left: 220px;
	right: 220px;
	height: 500px;
}
#rightBigHome {
	overflow: auto;
	
	position: absolute;
	top: 233px;	
	left: 220px;
	right: 330px;
	height:500px;
	}
#leftBig {
	overflow: auto;
	
	position: absolute;
	top: 233px;	
	left: 220px;
	height: 500px;
	}
#rightSmall {
	overflow: auto;
	
	position: absolute;
	bottom: 30px;
	top: 233px;	
	right: 0px;
	}
/* used for outside links */
#outsideFrame {
	border: 0px;
}

#contentWrapper {

}
/* =================================================================
general padding
 ================================================================= */
.padder {
	padding: 10px;
	padding-left: 18px;
	padding-right: 10px;
	padding-top: 20px;
	
}

/* =================================================================
partners
 ================================================================= */
.partnerListing {
	min-height: 10px;	
	margin-right: 30px;
	margin-bottom: 30px;
	}
.partnerListing a{
font-weight:bold;
}
.partnerListingFull {

}
.partnerListingFullDescription {

}

/* =================================================================
news
 ================================================================= */

.newsItem {

}
.newsItemDate {
font-weight: bold;
}
.newsItemTitle {
font-weight: bold;
}
.newsItemBody {
padding-top: 20px;
}
.newsItemPDF {

}
.newsList {

}
.newsListImage {
margin-bottom: -10px;
}
.newsListDate {
margin-bottom: -10px;
}
.newsListTitle {
margin-bottom: -10px;
}
.newsListMore {
margin-bottom: 20px;
font-weight: bold;
}

.homeNewsHeader{
color: white;
font-weight: bold;
size: 12px;
margin-bottom: 10px;
}

/* =================================================================
About
 ================================================================= */

.aboutListImage {
 margin-bottom: 5px;
}

.aboutListHeading {
margin-bottom: 10px;
font-weight: bold;
}
 
/* =================================================================
client
 ================================================================= */
 
#clientLoginForm {
margin-top: 10px;
width: 200px;
background: #f3f3f3;
border : 1px solid #eee;
padding: 10px;
}
#clientLoginFormSubmit {
	border: 1px solid black;
	padding: 3px;
	margin-top: 5px;
}

#clientLoginForm input{
margin-bottom: 5px;
}

.inputEmail {

}
.inputPassword {

}
#clientLoginFormError {
color: red;
font-weight: bold;
}
#clientFileListHeader {
font-weight: bold;
}
#clientFileList {

}
#clientFileList ul {

}
#clientFileList ul li {

}
#clientLogout {
font-weight:bold;
text-align: right;
width: 100%;
font-size: 13px;
}
#clientProceedLink {
font-weight: bold;
margin-bottom: 10px;
}

/* =================================================================
products
 ================================================================= */
 
.productViewHeading{
font-weight:bold;
padding-bottom: 10px;
}
.productViewDetails{
padding-bottom: 30px;
}
.productViewPDF{

}

.categoryHeading{
margin-top: 20px;
padding-bottom: 5px;
}

.productListContainer{
	width: 100%;
	max-height: 487px;
	}

.productListContainer a{
	font-weight: bold;
}

.categorySubHeading{
font-weight: bold;
padding-top: 20px;
padding-bottom: 5px;
border-bottom: 1px solid black;
}
.categorySubImage{

}
.categorySubContainer{
width: 100%;

}
.categoryContainer{
	display: block;
}

.categorySubContainer tr.odd {
	background: #fbfbfb;
}
.categorySubContainer tr.even {
	background: #fbfbfb;
}

.categorySubContainer td {
	padding: 5px;
	
}

.categoryTopDescription{
	padding-bottom: 20px;
	width: 99%;
	}
	
.categoryTopHeading{
	padding-bottom: 3px;
	font-weight: bold;
	width: 99%;
	}
	
.categoryTopImage{
	padding-top: 20px;
	padding-bottom: 5px;
	}

.categoryTopContainer{
	display: block;	
	}
/* =================================================================
contact
 ================================================================= */
 
.formError{
	margin-bottom: 10px;
	color: red;
	font-weight: bold;
}
 
.formMessage{
	color: green;
	margin-bottom: 10px;
	font-weight: bold;
}
 
.contactForm {
	margin-top: 10px;
	width: 400px;
	background: #f3f3f3;
	border : 1px solid #eee;
	padding: 10px;	
}

.contactForm .submit {
	border: 1px solid black;
	padding: 3px;
	margin-top: 5px;
}
 
.required {
	font-weight: bold;
	color: red;
}