@charset "utf-8";
/********************************************
AUTHOR:  		Kamalkanth
WEBSITE:   		http://www.Suntan.com/
VERSION:        1.0    	
********************************************/ 
/* reset a bunch of stuff */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
/*	font-size:100%; */
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
ul, ol {
	padding:0px; margin:0px;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-right:auto;
	margin-left:auto;
	
}

/* reset a bunch of stuff ending here */


/* top level elements */
* { 
	padding: 0; margin: 0;
}
html, body {
	height: 100%;
}

body {
	margin: 0; 	padding: 0;
	font: normal 11px Arial, Helvetica, sans-serif; /* your font type and size */
	color:#5e483e; /* font Color */
	background:url(../images/background.jpg) repeat-x #F59600; /* Bg Color */
}
a img {
	border:0;
	
}
/* Common links */
a {
	color:#5E483E;
	text-decoration:none;
}

a:hover {
	color:#5E483E;
	text-decoration:underline;
}

/* Paragraph tag */
p {
    font-size: 11px;
    line-height:  1.5em;    
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* Setting the Image link and Aligning of the image */
img.no-border { 
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

/* All header tag Edit font */
h1 {
	font: normal 20px Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
}
h2 {
	font: normal 18px Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
}
h3 {
	font: normal 14px Arial, Helvetica, sans-serif;
}
h4 {
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height:20px;
}
h5 {
	font: normal 11px Arial, Helvetica, sans-serif;
	line-height:18px;
}
h6 {
	font: normal 10px Arial, Helvetica, sans-serif;
}
.centerLayout
{ 
	margin-left: auto;
	margin-right: auto;
}

#wrapper {
	margin:0px auto;
	overflow:hidden;
	text-align:left;
	width:100%;
}
.column {
		float: left; 
}
.fistLevelcolumn {
		float: left;
		overflow:hidden;
		display:block;
}
.secondLevelcolumn {
		float: left; 
}
.whitebg {
	background-color:#FFFFFF;
}

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



