html, body {
	margin: 0px;
	padding: 0px;
}
body{
font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
line-height: 1.5em;
background: #fff url(../images/top_section_bg.gif) repeat-x;
}

p
{
font-size: 12px;
font-weight:normal;
}
div
{
font-size: 12px;
font-weight:normal;
}
ul {
	margin: 0px 0px 0px 2em;
	padding: 0px;
}
li {
	list-style: square;
	margin: 0px;
	padding: 0px;
}
 /* unvisited links */
img {
	border: 0px;
}
a {
	color: #575757;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #2B2B2B;
	text-decoration: underline;
}

.clear {
	clear: both;
}

/* Layout styles */
#maincontainer{
width: 850px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
height: 394px; /*Height of top section*/
}

#contentwrapper{
float: left;
width: 100%;
position:relative;
}

#contentcolumn{
margin-right: 200px; /*Set right margin to RightColumnWidth*/
}

#rightcolumn{
float: left;
width: 200px; /*Width of right column*/
margin-left: -200px; /*Set left margin to -(RightColumnWidth) */
background: #fff;
}

#footer {
	width: 850px;
	margin: 0 auto;
	text-align: center;
	color: #71cae6;
	clear: both;
	font-size: 11px;
}

#footer ul {
	margin: -5px 0 5px 0;
	padding: 0;
}


#footer li {
	display: inline;
	list-style: none;
}

#footer a {
	padding: 0 10px;
	border-right: 1px solid #71cae6;
	color: #71cae6;
	text-decoration: underline;
}
#footer li a:hover {
	padding: 0 10px;
	border-right: 1px solid #71cae6;
	color: #71cae6;
}

.innertube{
margin: 5px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

/* Page Headings */
.page_heading
{
padding:5px;
font-size:16px;
font-weight:bold;
color:#ff6600;
display:block;
text-transform:uppercase;
border-bottom: 1px solid #ccc;
}
.page_subheading
{
padding:5px;
font-size:14px;
font-weight:bold;
color:#006699;
border-bottom: 1px solid #006699;
display:block;

}
/* Menu goes Here */
#MainMenu 
{
	height:37px;
	background: #FFFFFF;
	margin:0;
	border:0;
}
#tab 
{
	margin:0;
	top:0;
}
#tab ul 
{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#tab li 
{
display:inline;
	float:left;
	margin:0;
	padding:0;
}
#tab a 
{
	background: url("../images/bright_109.gif") no-repeat right top;
	margin:0;
	padding:0;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
}
#tab a span 
{
	display:block;
	background:url("../images/bleft_109.gif") no-repeat left top;
	padding:0 25px 0 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10;
	color:#FFFFFF;
	font-weight:bold;
	line-height:37px;
}
#tab a:hover,#tab li.item_active a 
{
	background-position:right bottom;
	border-color:;
}
#tab a:hover span,#tab li.item_active a span 
{
	background-position:left bottom;
	color:#000000;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}
.dropmenudiv
{
	position:absolute;
	top:0;
	float:left;
	display:block;
	visibility:hidden;
	border:0 solid ;
	background: #FFFFFF;
	color:#FFFFFF;
	z-index:100;
	text-decoration:none;
	padding:0;
}
.dropmenudiv ul 
{
	margin:0;
	padding:0;
	list-style:none;
}
.dropmenudiv li 
{
	display:inline;
	margin:0;
	padding:0;
}
.dropmenudiv a:link, .dropmenudiv a:visited
{
	width:180px;
	margin:0;
	padding:0;
	display:block;
	border:0 solid ;
	color:#FFFFFF;
	background:url("../images/bleft_109.gif") no-repeat left top;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}
.dropmenudiv a span 
{
	float:left;
	display:block;
	line-height:37px;
	background:url("../images/bright_109.gif") no-repeat right top;
	padding:0 25px 0 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11;
	color:#FFFFFF;
}
.dropmenudiv a span 
{
	float:none;
}
.dropmenudiv a:hover
{
	border:0 solid ;
	background-position:left bottom;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	color:#000000;
}
.dropmenudiv a:hover span 
{
	background-position:right bottom;
	color:#000000;
	font-weight:bold;
}

/* Services */
.services_table
{
width: 200px;
border-right: 1px solid #006699;
padding:15px;
}



#items {
	margin: 8px 0px 0px 29px;
	color: #36382E;
	font: 9px tahoma, verdana, sans-serif;
}
.item {
	float: left;
	width: 300px;
	margin-right: 31px;
}

.item h3,.item h3 a {
	font-size: 14px;
	margin: 12px 0px 6px 0px;
	color:#336699;
	
}
.item p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
.item .details, .item .addtocart {
	font: 11px arial, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	padding: 1px 5px;
}
.item .details:hover, .item .addtocart:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.item .details {
	background: #006699;
}

.item .details:hover {
	background-color:#FF9933;
}

.item .divider {
	clear: both;
	height: 10px;
	background: bottom url(images/dash.gif) repeat-x;
	margin-bottom: 8px;
	margin-left: 12px;
	margin-right: 16px;
}
.left {
	float: left;
	padding-right: 12px;
}
.right {
	float: right;
	margin-left: 9px;
}

#body-bot {
	background: bottom url(images/body_bot.gif) no-repeat;
	padding-bottom: 20px;
}
#body h2 {
	margin: 0px;
	padding: 0px;
	background: url(images/body_top.gif) no-repeat;
	height: 60px;
	color: #303228;
  font: normal 18px "arial narrow", arial, sans-serif;
}
#body span {
  position: relative;
  top: 25px;
  left: 40px;
}
#body h2 strong {
  color: #982801;
  font-weight: normal;
}

.services_list
{
list-style-image: url(../images/bullet.png);

}