/* CSS Document */


body  {
	background-color: #cce1a8;
	border-top-color: #408000;
	border-top-width: 0px;
	border-top-style: solid;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

.thrColHybHdr #container { 
	background-color: white; 
	width: 100%;
	text-align: left; 
}  
.thrColHybHdr #header { 
	background-position: left top; 
	background-image: url(/pic/vizitkart_header_bg.jpg); 
	background-color: white; 
	border-bottom-color: #408000; 
	border-bottom-width: 5px; 
	border-bottom-style: solid; 
	padding: 0 10px; 
} 
.thrColHybHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}


.thrColHybHdr #sidebar1 {
	background-color: white;
	float: left; 
	width: 200px; /* since this element is floated, a width must be given */ /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
.thrColHybHdr #sidebar2 {
	background-color: white;
	font-size: 12px;
	float: right; 
	width: 200px; /* since this element is floated, a width must be given */ /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
.thrColHybHdr #sidebar1 h3, .thrColHybHdr #sidebar1 p, .thrColHybHdr #sidebar2 p, .thrColHybHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}


.thrColHybHdr #mainContent {
 	background-color: white;
 	padding-top: 0px;
 	padding-left: 2em;
 	padding-bottom: 0;
 	padding-right: 2em;
 	border-top-style: solid;
 	border-top-color: #cce1a8;
 	border-top-width: 10px;
 	margin-bottom: 0;
 	margin-top: 0px;
	margin-left: 40px;
	margin-right: 40px;
 	font-size: 12px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ /* padding here creates white space "inside the box." */
} 
.thrColHybHdr #footer { 
	padding-left: 10px; 
	padding-bottom: 10px; 
	padding-right: 10px; 
	padding-top: 10px; 
	border-top-color: #408000; 
	border-top-width: 5px; 
	border-top-style: solid; 
	background-color: #cce1a8; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.thrColHybHdr #footer p {
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.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 */
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


[if IE]>
/* place css fixes for all versions of IE in this conditional comment */
.thrColHybHdr #sidebar1, .thrColHybHdr #sidebar2 { padding-top: 30px; }
.thrColHybHdr #mainContent { zoom: 1; padding-top: 15px; }
.thrColHybHdr #footer table { font-size: 11px; font-family: Helvetica, Verdana, Arial, sans-serif; width: 100%; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<![endif]
