@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, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	
}*/

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* 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;
}

/* 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 12px Arial, Helvetica, sans-serif;/* your font type and size */
	color:#5d5d5d; /* font Color */
	line-height:  1.5em;
	background:url(../images/bg.png) #fff repeat-x; /* Bg Color */
}
a img {
	border:0;
}
/* Common links */
a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/* Paragraph tag */
p {
    font-size:12px;
	vertical-align:top; 
}

/* 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; 
}
.secondLevelcolumn {
		float: left; 
}

object {
	padding:0px; margin:0px;
}
ul {
	margin-left:20px;
}