body {
	margin: 10px 0 20px 0;
	background: #000000;
	text-align: justify;
	line-height: 22px;
	font-family: verdana, Helvetica, Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #3C3C37;
	
}

h1, h2,h3,h4,h5,h6{
	padding: 0;
	margin: 0;
	text-transform: none; 
	font-family: verdana, Helvetica, Tahoma, Arial, Helvetica, sans-serif; 
	color: black;
}
	
p, ul, ol {
	margin-bottom: 1.5em;
	color: black;
}

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

a {    
	text-decoration: none;
	color: blue;
}

a:hover {
	text-decoration: none;
	color: red;
}

/** Style for header starts here */

#header {
	width: 800px;
	height: 280px;
	margin: 0px auto;
	background: url(images/garden.jpg) no-repeat left top;
}

#header h1, #header h2 {
	margin: 0px;
	padding: 0;
	font-weight: normal;
	color: #000000;
}

#header h1 {
	padding: 90px 0px 10px 90px;
	font-size: 3em;
}

#header h2 {
	margin-top: -8px;
	padding: 0px 0px 0px 92px;
	text-transform: uppercase;
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

/** Style for menu starts here */

#menu {
	width: 800px;
	height: 30px;

}


/** Style for wrapper starts here */

#wrapper {
	width: 800px;
	margin: 0px auto;
	background: #F3F3F3;
	padding: 0px;
}

/** Style for content starts here */

#content {
	width: 800px;
	height:100%;
	margin: 0px auto;
	padding-top: 5px;
	background: #F3F3F3;
	border-top: 0px #CCCCCC solid;
}


#content h2 {
	text-transform: capitalize;
	font-size: 1.6em;
	font-weight: normal;
	border-bottom: 1px #CCCCCC dashed;
}

#content p {
}


#full {
	float: left;
	width: 780px;
	height: 100%;
	background: #F3F3F3;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 0px;
	border-right: 0px #CCCCCC solid;
}

#full ul {
	margin: 0 3em;
	padding: 0;
	list-style: none;
}

#full li {
	margin-bottom: 10px;
	padding-left: 10px;
	line-height: 17px;
}

#full .post {
	margin-bottom: 10px;
}




#left {
	float: left;
	width: 560px;
	height: 100%;
	background: #F3F3F3;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 0px;
	border-right: 0px #CCCCCC solid;
}

#left ul {
	margin: 0 3em;
	padding: 0;
	list-style: disc;
	list-style-position: outside;
}

#left li {
	margin-bottom: 5px;
	padding-left: 5px;
	line-height: 17px;
}

#left .post {
	margin-bottom: 10px;
}



table.products {
	border-width: 1px;
	border-spacing: 0px;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}
table.products th {
	border-width: 1px;
	font-size:12px;
	padding: 0px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
table.products td {
	text-align: center;
	border-width: 1px;
	padding: 2px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}


#right {
	float: right;
	width: 220px;
	background: #F3F3F3;
	margin-bottom: 0px;
	padding-right: 5px;
	color: blue;
}


#right ul {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
}

#right li {
	padding-left: 10px;
}


/** Style for footer starts here */
#footerline{
	clear: both;
	width: 800px;
	height: 25px;
	margin: 0px auto;
	padding-top: 0px;
	text-transform: none;
	font-family: verdana, Helvetica, Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	background: #3D5775;
	border-top: 1px #CCCCCC solid;
	color:#FFFFFF;
}


#footerline .copyright {
	float: left;
	margin: 0px;
	padding-left: 0px;
	text-align: center;
	background: #3d5775;
	color:#FFFFFF;
}



#footer {
	clear: both;
	width: 800px;
	height: 42px;
	margin: 0px auto;
	padding-top: 13px;
    background: #F3F3F3;
	text-transform: none;
	font-size: 10px;
	color: Black;
}


#footer .copyright {
	float: left;
	margin: 0px;
	padding-left: 0px;
	text-align: center;
}

#footer .links {
	float: right;
	margin: 0px;
	padding-right: 20px;
	text-align: center;
}

#footer .css {
	padding-left: 20px;
	background: url(images/image01.png) no-repeat left 50%;
}

#footer .xhtml {
	padding-left: 20px;
	background: url(images/image02.png) no-repeat left 50%;
}

#footer a {
	color: #E5E5CC;
}


.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
a.navigation:link {
	color: white;
	text-decoration: none;
}
a.navigation:visited {
	color: #EEEEEE;
	text-decoration: none;
}
a.navigation:hover {
	color: red;
	text-decoration: none;
}

