@charset "utf-8";
/* CSS Document */
html { 
min-height: 1024px; 
margin-bottom: 1px; 
margin-top:1px; 
overflow:scroll;  
background:#ffffff;
}
 
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;
	
}

/* GLOBAL UL BACKGROUND STYLE */
ul {
list-style-position: outside;
list-style-image: url(../images/listarrow.jpg);
list-style-type: square;
}


.thrColLiqHdr #container {
	color:#ffffff;
	width: 1050px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:none;
	text-align: left;
	/*for restricting the size of the page to be too small */
	min-width:800px;
	max-height:none;
	min-height:768px;
}

div.headershortcuts p{
	padding:0;
	padding-right:15px;
	margin:0;
}

div.headershortcuts a{
	margin:0; 
	padding-left:10px;
	padding-right:0;
	padding-top:15px;
	height:12px; 
	font-size:0.5em;
	text-align:right;
	vertical-align:top;
	text-decoration:none;
	color:#8a8a8a;
	vertical-align:top;
}
div.headershortcuts a:hover{
	color:#000033;
	text-decoration:underline;	
}

div #headersearch {
	padding:0;
	margin:0;
}

div.socialnetworking {
	float:right;
	padding-right:45px;
	padding-bottom:5px;
}


div.socialnetworking a{
	text-decoration:none;
	color:#ffffff;
}

div.socialnetworking a:link, div.socialnetworking a:visited {
	text-decoration:none;
	color:#FFFFFF;
}

div.socialnetworking img {
	height:25px;
}



/* -- HEADER -- */

.thrColLiqHdr #headerbackground {
	background:#ffffff url(../images/header_background_shadow.jpg) top left no-repeat ;
	padding-top:0px;
	padding-bottom:0;
	padding-right:0px;
	padding-left:0px;
}


.thrColLiqHdr #header {
	color:#000000;
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding:0;
}
.thrColLiqHdr h1 {
	color:#0000FF;
	font-size: 2em;
	font-weight: bold;
	text-align: left;
	letter-spacing: normal;
	vertical-align: middle;
	padding-top: 1px;
}
.thrColLiqHdr #header h2 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.thrColLiqHdr #sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 300px; /* since this element is floated, a width must be given */
	background: #ffffff;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top:220px; /* MANJRASOFT FLASH HEIGHT */
}
.thrColLiqHdr #sidebar3 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 350px; /* since this element is floated, a width must be given */
	background: #000000;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	top: 0px;
}
.thrColLiqHdr #sidebar1 p, .thrColLiqHdr #sidebar1 h3, .thrColLiqHdr #sidebar2 p, .thrColLiqHdr #sidebar2 h3 {
	margin-left: 0px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 0px;
}

.thrColLiqHdr #mainContent {
	margin: 0;
	z-index:0;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.style1 {
	font-size: medium;
}
.style4 {
	font-weight: bold;
}



/* FOR MENU ITEMS */

#navbackground {
	background:#FFFFFF;
	margin-left:4px;
	margin-top:0px;
	margin-bottom:5px;
	height:35px;
	padding-left:0px;
}

#navcontainer {
	width: 1050px;
	height: 35px;
	margin-left: 0;
	padding: 0;
	font-size:0.7em; 
}
#navlist {
	margin: 0;
	padding:0;
	position:relative;
}
#navlist li {
	margin-bottom:0px;
	padding: 0;
	display: inline;
	list-style-type: none;
	text-align:center;
	line-height: 30px;
	/*background:#D9E1E5 url(../images/nav.gif);*/
	background:#ffffff url(../images/background.jpg) repeat-x top left;
	border:0;
	border-right: 1px solid #FFFFFF;
	float:left;
	width:130px;
}
#navlist li:hover{
	background-position: left bottom; 
	/*background:  #D9E1E5 url(../images/repeatorange-bg.jpg) repeat-x top left; 
	*/
	background:#123b89;
	color: #ffffff;
	border-right: 1px solid #CCCCCC;
	display: block;
}

#navlist li a {
	margin: 0;
	padding: 0;
}


#navlist li a:link, #navlist li a:visited {
	border:0;
	font-size: 1em Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	display: block;   /* VERY IMPORTANT FOR CORRECT DROP DOWN POSITIONING IN IE7, REMOVE FOR HORIZONTAL POSITIONING */
	margin: 0;
	text-decoration: none;
	line-height: 35px;
}
#navlist li a:hover {
	color: #ffffff;
	display: block;   /* VERY IMPORTANT FOR CORRECT DROP DOWN POSITIONING IN IE7, REMOVE FOR HORIZONTAL POSITIONING */
}



/* CSS DROP DOWN NAVIGATION CONTROLS */
/*  DROP DOWN NAVIGATION */ 
/* MAIN DROP DOWN BLOCK */

#navlist li ul {
	line-height:normal;
	/*background: url(../images/dropdown-bg.png) repeat top left;*/
	background:#000000;

	position: absolute;
	left: -999em;
	height: auto;
	margin: 0;
	padding: 10px 5px 10px 5px;
	border: 1px solid #123b89;
	border-top:none;
	list-style-type: none;
	z-index: 1000;
	width:135px;
	float:none;
}

#navlist li:hover > ul,
#navlist li.hover > ul{
	display:block;
	z-index:101;
}

#navlist li ul li {
	color:#123b89;
	padding: 0;
	margin: 0;
	float:none;
	border:none;
	width:138px;
	position:relative;
	display:block;
	text-align:left;
	background:none;
	z-index:102;
}
#navlist li ul a:link,
#navlist li ul a:active,  
#navlist li ul a:visited {
	background: url(../images/white-arrow.png) no-repeat -2px 5px;
	
	text-transform:capitalize;
	cursor:pointer;
	font: normal 0.8em Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff !important;
	text-decoration: none;
	display: block !important;
	line-height: 22px;
	padding: 2px 40px 2px 15px;
	text-align: left;
	height:auto !important;
}
/* FOR CHANGING THE BACKGROUND OF THE DROP DOWN */
#navlist li ul a:hover {
	background:  #123b89;
	color: #ffffff !important;
	text-decoration: none;
}
#navlist li:hover ul {
	left: auto;
}
#navlist li:hover ul, #navlist li.sfhover ul {
	left: auto;
}
/* FIXES IE7 STICKY */
#navlist li:hover, #navlist li.hover {
	position: static;
}

/* 
*****************************
	CHILD OF THE MENU ITEM
*****************************
*/

#navlist li:hover ul li ul, #navlist li.sfhover ul li ul {
	left: -9999em;
}

#navlist li ul li:hover > ul,
#navlist li ul li.hover > ul{
	display:block;
	z-index:2001;
}

#navlist li ul li ul li {
	padding: 0;
	margin: 0;
	float:none;
	border:none;
	width:138px;
	position:relative;
	display:block;
	text-align:left;
	background:none;
	z-index:2002;
}
#navlist li ul li ul a:link,
#navlist li ul li ul a:active,  
#navlist li ul li ul a:visited {
	text-transform:capitalize;
	cursor:pointer;
	font: normal 0.8em Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff !important;
	text-decoration: none;
	display: block !important;
	line-height: 22px;
	padding: 2px 40px 2px 15px;
	text-align: left;
	height:auto !important;
}
/* FOR CHANGING THE BACKGROUND OF THE DROP DOWN */
#navlist li ul li ul a:hover {
	background:  #123b89; 
	color: #FFFFFF !important;
	text-decoration: none;
	font-weight:400;
}

#navlist li ul li:hover ul, #navlist li ul li.sfhover ul {
	margin-top:-50px;
	left: 146px;
	border-top:thin solid;
}



/* END MENU STYLE */

/* Transparent pictures */
div.partnerbackground {
	width:1050px;
	height:150px;
	background:url(../images/partners.JPG);
	border:1px solid white;
}
div.downloadbackground {
	width:1050px;
	height:150px;
	background:url(../images/download.JPG);
	border:1px solid white;
}
div.news1background {
	width:1050px;
	height:150px;
	background:url(../images/newsh.JPG);
	border:1px solid white;
}
div.awardsbackground {
	width:1050px;
	height:150px;
	background:url(../images/awards.jpg);
	border:1px solid white;
}
div.mgtteambackground{
	width:1050px;
	height:150px;
	background:url(../images/team.JPG);
	border:1px solid white;
	padding:0;
}
div.contactbackground{
	width:1050px;
	height:150px;
	background:url(../images/contactt.JPG);
	border:1px solid white;
}

div.companybackground{
	width:1050px;
	height:150px;
	background:url(../images/company-cloud.JPG);
	border:1px solid white;
}

div.productbackground{
	width:1050px;
	height:150px;
	background:url(../images/productheading.png);
	border:1px solid white;
}

div.sitemapbackground{
	width:1050px;
	height:150px;
	background:url(../banner/drivecloud.jpg) no-repeat;
	border:1px solid white;
}


div.transbox {
	margin:30px 50px 0 30px;
	background-color:#FFFFFF;
	border:1px solid black;
	/* for IE */
  filter:alpha(opacity=60);
	/* CSS3 standard */
    opacity:0.6;
	text-align: center;
	font-size:1.15em;
	padding:0;
}

div.newstransbox {
	width:250px;
	margin:40px 50px;
	background-color:#000000;
	border:1px solid black;
	/* for IE */
  filter:alpha(opacity=60);
	/* CSS3 standard */
  opacity:1;
  color:#FFFFFF;
	text-align: left;
}

div.awardstransbox {
	width:800px;
	margin:30px 150px ;
	background-color:#FFFFFF;
	border:1px solid #FFFFFF;
	/* for IE */
  filter:alpha(opacity=60);
	/* CSS3 standard */
  opacity:1;
  color:#123b89;
  font-size:16px;
	text-align: left;
}

div.contacttransbox {
	width:230px;
	margin:40px 50px;
	background-color:#000000;
	border:1px solid black;
	/* for IE */
  filter:alpha(opacity=60);
	/* CSS3 standard */
  opacity:1;
  color:#FFFFFF;
	text-align: left;
}
/* end transparent pictures */

.style5 {
	color: #000000;
}
.style6 {
	color: #000000;
	font-size: x-small;
	font-weight: bold;
}
.style7 {
	color: #000033;
	font-weight: bold;
}
.style8 {
	font-size: xx-small
}
.stylelogo {
	margin: 0;
	padding-top:12px;
	margin-left:20px;
	border:none;
	
}
.stylemainheader {
	font-size: 1.6em;
	color: #003DCC;
	vertical-align: middle;
	text-align: left;
	/* REMOVE THIS FOR CENTERING THE TEXT */
	float: left;
	margin-top: 0;
	padding-top: 15px;
	padding-left: 25px;
	padding-bottom:5px;
	padding-right:0;
} 
.stylesmallheader {
	font-size: 0.9em;
	color: #000066;
	vertical-align: top;
	text-align: left;
	float: left;
	margin-top: 0;
	padding-top: 3px;
	padding-left: 25px;
	padding-bottom:15px;
	padding-right:0;
} 

/* FOR DISPLAYING PICTURES AND THUMNAINS */
div.thumb {
margin: 3px;
border: 1px solid #A0ACC0;
height: 140px;
float: left;
text-align: center;
}	
.thumb img{
display: inline;
margin: 5px;
border: 1px solid #A0ACC0;
}
.thumb a:hover img {border: 1px solid black;}
.photocattitle {text-align: center; font-weight: bold;}
.phototitle {
font-size:12px;
text-align:  center;
font-weight: normal;
width: 120px;
margin: 0 3px 3px 3px;
}

/* FOR POPUPS */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	margin: 150px 0 0 0;
	position: fixed ;
	right:150px;
 	width:auto;


	background-color: lightyellow;
	padding: 5px;
	left: -5000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	text-align:justify;
	font-size:16px;
	font-style:normal;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: auto; /*position where enlarged image should offset horizontally */

}

/* END PICTURES */

/* MAIN TEXT */



div.textcontentbodyroundedcolor1 {
	margin:0;
	padding:0;
	display:block;	
	line-height:1.4em;
	font-size:14px;
	background:url(../images/blackblended-bg.jpeg) repeat-x;
	color: #000066;
	height:auto;
}

div.textcontentbodyroundedcolor1 h1{
	margin: 0;
	font-size:16px;
	background:#111155;
	color:#FFFFFF;
	text-align:center;
}


div.textcontentbodyroundedcolor1 p{
	margin: 10px 0 0 0;
	padding-right:5px;
	padding-bottom: 5px;
	text-align:left;
}

div.textcontentbodyroundedcolor1 ul {
	margin: 0;
	font-size:0.8em;
	padding-right:5px;
	padding-left:25px;
	text-align:left;
	line-height:1.5em;
}


/* -------------------------------------------- */
div.textcontentbody {
	float:left;
	display:block;	
	line-height:1.5em;
	font-size:1em;
}

div.textcontentbody h1{
	float:left;
	display:block;	
	line-height:2em;
	font-size:36px;
}	

div.textcontentbody h2{
	float:left;
	display:block;	
	line-height:2em;
	font-size:24px;
	background:#00CCFF;
	text-align:left;
}	

div.textcontentbody h3{
	width:350px;
	display:inline;	
	line-height:2em;
	font-size:18px;
	background:#999999;
	color:#000033;
	padding-left:5px;
	padding-right:0;
}	

div.textcontentbody ul{
	margin: 0;
	font-size:1em;
	padding-right:5px;
	padding-left:25px;
	text-align:left;
	line-height:1.6em;

}

	

div.textcontentbody p{
	margin: 10px;	
}	

	
/* -------------------------------------------- */

/* -------------------------------------------- */
div.textcontentbodyjustified {
	float:left;
	width:1050px;
	display:block;	
	line-height:1.5em;
	font-size:1em;
	text-align:justify;
	padding-top:15px;
	padding-left:0;
	padding-right:0;
}	

div.textcontentbodyjustified h1{
	float:left;
	width:1050px;
	display:block;	
	line-height:2em;
	font-size:36px;
}	

div.textcontentbodyjustified h2{
	width:1050px;
	display:block;	
	line-height:1em;
	font-size:24px;
	background:#000066;
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	color:#FFFFFF;
	margin:0;
}	

div.textcontentbodyjustified h3{
	float:left;
	width:1050px;
	display:block;	
	line-height:2em;
	font-size:18px;
	background:#999999;
	color:#000033;
	padding-left:10px;
	padding-right:0;
	padding: 0.5% 0% 0.5% 1%;
	margin-bottom:1%;
	margin-top:0;
	margin-left:0;
	margin-right:0;
}	

div.textcontentbodyjustified h4{
	width:100%;
	display:block;	
	line-height:2em;
	font-size:18px;
	padding-left:1%;
	padding-right:0;
	padding: 0.5% 0% 0.5% 1%;
	margin:0;
}

div.textcontentbodyjustified h5{
	width:850px;
	display:block;	
	line-height:1em;
	font-size:24px;
	background:#000066;
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	color:#FFFFFF;
	margin:0;
}
div.textcontentbodyjustified h6{
	width:850px;
	display:block;	
	line-height:2em;
	font-size:18px;
	background:#999999;
	color:#000033;
	padding-left:10px;
	padding-right:0;
	padding: 0.5% 0% 0.5% 1%;
	margin-bottom:1%;
	margin-top:0;
	margin-left:0;
	margin-right:0;
}

div.textcontentbodyjustified ul{
	margin: 0;
	font-size:1em;
	padding-right:5px;
	padding-left:25px;
	text-align:left;
	line-height:1.6em;
}	
div.textcontentbodyjustified ul li{
	margin: 2px;
	font-size:1em;
	padding-top:5px;
	padding-right:5px;
	padding-left:25px;
	text-align:left;
	line-height:1.6em;
}	
div.textcontentbodyjustified ul img{
	width:5%;
	height:5%;
	display:block;	
	padding-right:0;
}	


div.textcontentbodyjustified p{
	width:100%;
	margin: 0px;
	margin-right:0px;
	margin-left:0px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:justify;
}	

div.textcontentbodyjustified ul *{
	width:100%;
	margin: 5px;
	text-align:justify;
}	
/* --------------------------------------------- */
div.inpictures {
	margin: 2% 0 0 0;
	
}


/* --------------------------------------------- */
div.registration {
	margin:0;
	font-size:0.8em;
}

div #registrationtable {
float:left;
margin:0;

}
div.registration form{
	margin-top:0; 
	margin-right:0;
	margin-bottom:2%;

}
div.registration input {
    border: 1px solid #006;
    background: #CCCCCC;
	width:100%;
}
div.registration input:hover {
    border: 1px solid #000066;
    background: #FFFFFF;
}
div.registration input.submit {
    border: none;
    background: url(../images/bluebutton-up.png) no-repeat top center;
    padding: 2%;
	margin-left:2%;
	margin-right:0;
	margin-top:0;
	width:100px;
	margin-bottom:2%;
}
div.registration input.submit:hover {
    border: none;
    background: url(../images/bluebutton-down.png) no-repeat top center;
  	padding: 2%;
	margin-left:2%;
	margin-right:0;
	margin-top:0;
	margin-bottom:2%;
}
#cse-search-box input.submit {
	font-size:0.9em;
	width:51px;
	height:20px;
	display: block;
	background:url(../images/nav.png);
	border:0;
	color:#00b89;
}
#cse-search-box td {
	font-size:10px;
	width:45px;
	height:20px;
	margin:0;
	padding:0;
}
#cse-search-box input.submit:hover {
    border: none;
 	background: #D9E1E5 url(../images/navhover.png);
	color: #0000FF !important;
	text-decoration: none;
	display: block;
	padding:0;
	margin:0;
}
div.registration span.label {
	font-size:1.2em;
    display: block;
    width: 50px; 
    float: right;
    margin:0;
    text-align: center;
	color:#000033;
}
div.registration br { clear: left; }

#redcolor {
	color:#FF0000;
}
	
/* -------------------------------------------- */


div.textcontentbodyroundedcolor2 {
	float:left;
	width:600px;
	display:block;	
	line-height:1.4em;
	font-size:14px;
	background:url(../images/blended-bg.jpg) repeat-x;
	color: #000077	;
	padding-top:0;
	padding-bottom:10px;
	padding-right:0;
	margin-bottom:10px;
}


div.textcontentbodyroundedcolor2 h1{
	margin: 0;
	font-size:18px;
	background: url(../images/repeatblue-bg.jpg) repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right:0;
	padding-left:0;
	color:#FFFFFF;
	text-align:center;
}

div.textcontentbodyroundedcolor2 p{
	margin: 10px 20px 0 15px;
	text-align:left;
}


/* --------------------- */

/* ------------ NEWS ----------- */
div.textcontentbodylatestnews {
	float:left;
	display:block;	
	line-height:1.4em;
	font-size:12px;
	background:url(../images/blackblended-bg.jpeg) repeat-x;
	color: #000033;
	height: 150px	; 
	overflow: auto;
}

div.textcontentbodylatestnews h1{
	margin: 0;
	font-size:16px;
	background:#333333;
	padding:5px;
	color:#FFFFFF;
	text-align:center;
}

div.textcontentbodylatestnews p{
	margin: 5px 2px 0 20px;
}

div.textcontentbodylatestnews  ul {
	margin: 0;
	font-size:1em;
	padding-right:5px;
	padding-left:25px;
	text-align:left;
	line-height:1.6em;
}



/* -- FOOTER --*/
.thrColLiqHdr #footer{
	padding:0;
	margin-left:50px;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:10px;
	background:#ffffff;
	font-size:1em;
	text-align:center;
	text-decoration:none;
}

#footer table{
	color:#000033;
	border:none;
}

#footer table a, #footer table a:visited{
	color:#000033;
	text-decoration:none;
}

#footer table a:hover{
	color:#0000FF;
	text-decoration:underline;
}



#footer a:hover {
	color:#123b89;
}

#footer table th{
	color:#999999;
	text-align:left;
	line-height:24px;
	padding-left:10px;
	padding-right:0;
}

#footer table td{
	text-align:left;
	font-size:0.8em;
	padding-left:10px;
	line-height:16px;
}

/* -------------------------------------------- */
div.footer-copyright{
	font-size:0.8em;
	color:#121212;
	text-decoration:none;
}

div.footer-copyright a{
	text-decoration:none;
}


/* -------------------------------------------- */

div.verticalspacer p {
float:left;
margin:0px;
}

/* -------------------------------------------- */
div.highlighter h1 {
	background:#333333  ;
	color:#FFFFFF;
	font-size:20px;
	padding-left:5px;
}
/* -------------------------------------------- */


/* END ROUNDED BKGROUND */

/* BEGIN SITEMAP */

div.sitemap {
font-size:0.9em;
white-space:nowrap;
margin:0;
}

.treeview ul{ 
margin:0;
padding-top: 0;
padding-left: 50px;
width:750px;
}

.treeview li{ 
background: #ffffff url(../images/open.png) no-repeat left top ;
list-style-type: none;
padding-left: 55px;
padding-right:50px;
padding-top:0;
}

.treeview li a{ 
padding-left:20px;
}

.treeview li a span{
font-size:1.2em;
}


.treeview li ul li{ 
list-style-type: none;
padding-left: 25px;
padding-right:0;
margin-bottom: 10px;
}


.treeview li ul li ul li{ 
background: none;
list-style-type: none;
padding-top:2px;
padding-left: 5px;
padding-right:0;
margin-bottom: 10px;
}


/* END SITE MAP */

/* BANNER */
div #flash {
	width:1030px !important;
	height:190px;
	background: #ffffff;
	z-index:0;
	margin-top:5px;
}

.manjrasoftflash {
	background: #ffffff url(../images/flash_background_shadow.jpg) no-repeat !important;
	float:left;
	width:1050px;
	height: 210px !important;
	background: #ffffff;
	display: block;
	z-index:0;
	margin:0;
	padding:10px;
	padding-right:0px;
	padding-bottom:0px;
	
}

/* MANJRASOFT PRODUCTS */
#wrap {
background:#ffffff;
color:#000033;
margin:0 auto;
padding:5px 0px;
width:1050px;
}
div.productspacer {
	float:left;
	padding:0px;
	height:500px;
	width:25px;
}

div.newsanddownload {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 300px; /* since this element is floated, a width must be given */
	background: #ffffff;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

div.frontheadlinebanner{
	float:left;
	width:1050px;	
	border:#CCC;
	color:#003;
	font-size:24px;
	margin:0;
}

div.frontheadlinebanner a{
	text-decoration:none;
	color:#1B6DEB;
}

div.frontheadlinebanner a img{
	text-decoration:none;
	color:#FFFFFF;
}




div.frontheadlinebanner a:hover{
	text-decoration:underline;
	color:#aa5511;
}


div.renderingproduct {
	float:left;
	background:url(../images/maincontent_bk.jpg) no-repeat;
	padding:0px;
	height:500px;
	width:350px;
}
div.renderingproduct img{
padding-top:20px;
padding-left:15px;
vertical-align:top;
}

div.renderingproduct h2{
	color:#000033;
	font-size:1.5em;
}
div.renderingproduct p{
	padding:25px;
	padding-top:0;
	line-height:1.4em;
	color: #111111;
}
div.renderingproduct a{
	text-decoration:none;
	color:#1B6DEB;
}

div.renderingproduct a:hover{
	text-decoration:underline;
	color:#aa5511;
}


div.renderingproduct li{
	padding-left:5px;
	padding-right:15px;
	line-height:1.5em;
	color: #000033;
	margin:0;
}

/* FRONT PAEG NEWS */
div.frontpagenews {
	float:right;
	background: #ffffff url(../images/maincontentside_bk.jpg) no-repeat;
	margin:0;
	padding:0;
	height:300px;
	width:300px;
	color:#123b89;
	font-size:12px;
}

div.frontpagenews h2{
	color:#000033;
	font-size:1.5em;
	text-align:center;
	margin:0;
	padding-left:5px;
	padding-top:20px;
}
div.frontpagenews span{
	color:#000033;
	font-size:1.5em;
}

div.frontpagenews ul{
	margin:0;
}

div.frontpagenews li{
	padding-left:5px;
	padding-right:15px;
	padding-bottom:0px;
	line-height:1.5em;
	color: #000033;
	margin:0;
}
div.frontpagenews  a{
	color:#000033;
	text-decoration:none;
}
div.frontpagenews a:hover{
	text-decoration:underline;
	color:#0033FF;
}

div.frontpagenews span{
	padding:25px;
	padding-top:0px;
	line-height:0.5em;
	font-size:1em;
}
div.frontpagenews span a{
	text-decoration:none;
	color:#1B6DEB;
}

div.frontpagenews span a:hover{
	text-decoration:underline;
	color:#aa5511;
}

/*  TABLES */

div.frontpagenews table {
margin:0 0 5px 0;
padding:0;
line-height:1.3em;
border-collapse:collapse;
}

div.frontpagenews th {
padding:7px;
text-align:center;
color:#123b89;
}

div.frontpagenews td {
	padding:10px;
	font-size:1em;
	text-align:left;
	color:#303030;
}

/* TABLES END */


/* DOWNLOAD SECTION */

div.frontpagedownload {
	float:right;
	background: #ffffff url(../images/maincontentside_bk.jpg) no-repeat;
	margin:0;
	padding:0;
	height:250px;
	width:300px;
}

div.frontpagedownload p{
	margin: 0;
	color:#000033;
}
div.frontpagedownload h2 a{
	color:#FF6600;
	font-size:1.2em;
	text-align:left;
	padding-top:5px;
	padding-left:15px;
	text-decoration:none;
}

div.frontpagedownload img{
	padding:0;
	padding-left:10px;
	padding-top:15px;
}


div.frontpageflyers {
	float:right;
	margin:0;
	padding-left:5px;
	height:150px;
	width:300px;
	color:#123b89;
}

div.frontpageflyers h2{
	color:#000033;
	font-size:1.5em;
	padding-left:30px;
	padding-top:10px;
	padding-bottom:5px;
	margin:0;
	background:none;
}
div.frontpageflyers span{
	color:#000033;
	font-size:1.5em;
}
/* USE THIS TO FIT THE IMAGE ON THE BOTTOM RIGHT CORNER */
div.frontpageflyers img{
	border:none;
	margin-top:-30px;
	margin-right:9px;
}
div.frontpageflyers img.right{
	float:right;
	display:block;
}

div.frontpageflyers li{
	padding-left:5px;
	padding-right:15px;
	line-height:1.5em;
	font-size:1em;
	color: #000033;
}
div.frontpageflyers  a{
	color:#000033;
	text-decoration:none;
}
div.frontpageflyers a:hover{
	text-decoration:underline;
	color:#0033FF;
}

div.frontpageflyers span{
	padding:25px;
	padding-top:0;
	line-height:1.4em;
	font-size:1em;
}
div.frontpageflyers span a{
	text-decoration:none;
	color:#1B6DEB;
}

div.frontpageflyers span a:hover{
	text-decoration:underline;
	color:#aa5511;
}

/*  TABLES */

div.frontpageflyers table {
margin:0;
padding:0;
line-height:1.3em;
border-collapse:collapse;
}

div.frontpageflyers th {
padding:0px;
text-align:left;
color:#123b89;
}

div.frontpageflyers td {
	padding-left:5px;
	padding-right:5px;
	font-size:1em;
	text-align:left;
	color:#303030;
}

/* END DOWNLOAD SECTION */



/***** Left menubar *****/

#leftmenu {
clear:left;
float:left;
width:195px;
margin:10px 25px 10px 0;
padding:0px;
}

#leftmenu ul {
list-style:none;
width:180px;
margin:0 0 10px 0;
padding:0;
}

#leftmenu li {
margin-bottom:10px;
}

#leftmenu li a {
font-weight:bold;
height:20px;
text-decoration:none;
color:#505050;
display:block;
padding:6px 0 0 10px;
background:#f4f4f4 url(images/leftmenubg.gif) bottom left repeat-x;
border-top:1px solid #d8d8d8;
border-right:1px solid #d8d8d8;
border-bottom:1px solid #d8d8d8;
border-left:4px solid #cccccc;
}

#leftmenu li a:hover, #leftmenu li a.current {
background:#eaeaea url(images/leftmenubg2.gif) bottom left repeat-x;
color:#000033;
border-top:1px solid #b0b0b0;
border-right:1px solid #b0b0b0;
border-bottom:1px solid #b0b0b0;
border-left:4px solid #505050;
}

#leftmenu ul ul {
margin:5px 0 5px 15px;
width:165px;
}

#leftmenu ul ul a {
height:16px;
margin:0;
padding:4px 0 0 8px;
}

#leftmenu ul ul ul {
margin:5px 0 5px 15px;
font-size:0.9em;
width:150px;
}

#leftmenu ul ul ul a {
height:16px;
margin:0;
padding:4px 0 0 8px;
}


#leftmenu h2 {
font-size:1.5em;
font-weight:normal;
}

.left {
margin:0px 12px 5px 0px;
float:left;
}

.right {
margin:0px 0px 0px 5px;
float:right;
}

/***** Right sidebar *****/

#extras {
float:right;
width:130px;
margin:0 0 10px 0;
padding:0;
font-size:0.8em;
}

#extras p, #extras ul {
margin:0 0 1.5em 0;
line-height:1.3em;
padding:0;
}

#extras a {
font-weight:bold;
}

#extras li {
list-style:none;
margin:0 0 6px 0;
padding:0;
}

#extras h2 {
font-size:1.5em;
font-weight:normal;
margin:0 0 6px 0;
}

/***** Main content *****/

#content {
margin:10px 140px 10px 190px;
padding:0;
line-height:1.5em;
text-align:left;
}

#contentwide {
	margin:10px 0 10px 220px;
	padding:0;
	line-height:1.5em;
	text-align:left;
	color:#000033;
}

#contentfull {
margin:10px 10px 10px 10px;
padding:2px 0 0 0;
line-height:1.5em;
text-align:left;
color:#000033;
}

#content h2, #contentwide h2, #contentfull h2 {
font-size:1.5em;
font-weight:bold;
margin:8px 0 10px 0;
padding:0;
}
#contentwide h2 a {
text-decoration:none;
}

#content h3, #contentwide h3, #contentfull h3 {
font-size:1.2em;
font-weight:bold;
margin:6px 0 6px 0;
padding:0;
}

#content img, #contentwide img, #contentfull img {
padding:1px;
display:inline;
background:#cccccc;
color:#303030;
border:4px solid #f0f0f0;
}

#content a, #contentwide a, #contentfull a {
	font-weight:normal;
	color:#0000ff;
	text-decoration:none;
}

#content a:hover, #contentwide a:hover, #contentfull a:hover {
	text-decoration:underline;
	color:#0033FF;
}

#content ul, #content ol,
#contentwide ul, #contentwide ol,
#contentfull ul, #contentfull ol {
margin:0 0 16px 20px;
padding:0;
}

#content ul ul, #content ol ol,
#contentwide ul ul, #contentwide ol ol,
#contentfull ul ul, #contentfull ol ol {
margin:2px 0 2px 20px;
}

#content li, #contentwide li, #contentfull li {
margin:0 0 2px 10px;
padding:0 0 0 4px;
}

/*  TABLES */

#contentwide table {
margin:0 0 16px 0;
padding:0;
line-height:1.3em;
border-collapse:collapse;
border:1px solid #d8d8d8;
}

#contentwide caption {
text-align:left;
font-size:1.5em;
font-weight:normal;
margin:0;
padding:6px 0 8px 0;
}




#contentwide th {
padding:7px;
text-align:left;
background:#f4f4f4 url(../images/leftmenubg.gif) bottom left repeat-x;
color:#000033;
font-size:0.9em;
}

#contentwide td {
	padding:10px;
	font-size:0.9em;
	text-align:left;
	background:#ffffff;
	color:#000033;
}

#contentwide #header2{
font-size:1.5em;
font-weight:normal;
margin:8px 0 10px 0;
padding:0;
}

/* TABLES END */

.announce {
margin:10px 0 10px 0;
padding:10px 10px 5px 10px;
width:155px;
color:#000033;
background:#f4f4f4 url url(../images/leftmenubg.gif) bottom left repeat-x;
border-top:1px solid #d8d8d8;
border-right:1px solid #d8d8d8;
border-bottom:1px solid #d8d8d8;
border-left:4px solid #cccccc;
line-height:1.3em;
}

.announce a {
font-weight:bold;
}
.announce img{
	border:0;
}

.announce p {
font-size:0.8em;
}

.announce h2 {
margin:0 0 10px 0;
padding:0;
}
.hide {
display:none;
}
