* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 80%;
	background: #202020 /*url(images/stripe.png)*/;
	}
	
p, li{
	font: 1.1em/1.2em Verdana, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #000000;
}

p.light, li.light {
	font: 1.1em/1.2em Verdana, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #000000;
}

p.error, li.error {
	font: 1.1em/1.2em Verdana, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	margin-bottom: 10px;
	margin-top: 10px;
	color: red;
	text-decoration: bold;
	text-align: center;
}

a.light:link {
	margin-bottom: 10px;
	color: #658DA9;
  text-decoration: underline; 
  background: transparent;}
a.light:visited {
	margin-bottom: 10px;
	color: #658DA9;
  text-decoration: underline; 
  background: transparent;}
a.light:hover { 
	margin-bottom: 10px;
	color: #000000;
  text-decoration: none; 
  background: transparent;}

a.dark:link {
	margin-bottom: 10px;
	color: #FFFDE7;
  text-decoration: none; 
  background: transparent;}
a.dark:visited {
	margin-bottom: 10px;
	color: #FFFDE7;
  text-decoration: none; 
  background: transparent;}
a.dark:hover { 
  /*font: 1.2em Verdana, Tahoma, sans-serif;*/
	margin-bottom: 10px;
	color: #000000;
  text-decoration: underline; 
  background: transparent;}

h1{
	font: 2.0em Tahoma, Verdana, sans-serif;
		color: #000000;
		font-weight: bold;
		line-height: 10px;
		text-align: center;
		margin-left: 10px;
		margin-right: 10px;
		padding-left: 10px;
}

h2 {
	font: 1.4em Verdana, Tahoma, sans-serif;
	color: #000000;
	font-style: italic;
	margin-bottom: 5px;
	margin-top: 10px;
	text-align: left;
}

h3 {
	font: 1.2em Verdana, Tahoma, sans-serif;
	color: #000000;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center;
}

h4 {
	font: 1.3em Verdana, Tahoma, sans-serif;
	color: #000000;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center;
}

h5{
	font: 1.4em Verdana, Tahoma, sans-serif;
	color: #000000;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: left;
}

h6{
	font: 1.4em Tahoma, Verdana, sans-serif;
		color: #000000;
		line-height: 0px;
}

ul.horiz li	{
	display:inline;
	font: 0.9em/0.8em Verdana, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	padding: 10px;
	vertical-align: middle;
}

ul.horizontal li	{
	display:inline;
	font: 0.9em/0.8em Verdana, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	padding: 2px;
}

img {
	border: none;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}

#page-wrap {
	background: transparent ;
	min-width: 960px;
	/*min-width: 770px;*/
	max-width: 1260px;
	margin: 5px auto;
	}
#page-wrap #inside {
		margin: 5px 10px 5px 10px;
		padding-top: 0px;
		padding-bottom: 5px;
}
	
#main-content-wrap {
	background: #658DA9;
	height: auto;
}

#main-content {
	background: transparent;
	padding-left: 190px;
	padding-right: 0px;
	text-align: left;
	height: auto;
	color: #000000;
}
#center-content-wrap {
	background: #FFFDE7;
	margin-left: 10px;
}


#center-content {
	background: transparent;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	height: auto;
}

#center-content-text{
	background: transparent;
}

#center-content-text img.reg{
	background: transparent;
	float: left;
	margin-bottom: 15px;
	margin-right: 20px;
	height: auto;
}

#center-content-text img.item{
	background: transparent;
	float: center;
	padding-left: 0px;
	margin-right: 0px;
	height: auto;
}

#product-list {
	background: transparent;
	text-align: justify;
	height: auto;

}

#product-list img.item {
  border: #658DA9 solid 2px;
	background: white;
	float: center;
	padding: 3px;
}
#product-list img.reg {
	background: transparent;
	float: center;
	margin-bottom: 0px;
	margin-right: 0px;
	height: auto;
}

#product-list h3{
	font: 0.8em Verdana, Tahoma, sans-serif;
	color: #000000;
	margin-bottom: 5px;
	text-align: center;
}

#product-detail {
	background: transparent;
	text-align: justify;
	height: auto;
}

#product-detail-mainimage{
	background: transparent;
	width: 381px;
	height: 381px;
	float: left;
	text-align: center;
	vertical-align: middle;
}

#product-detail img.item {
  border: #E6E6E6 solid 3px;
	background: white;
	padding: 5px;
}
#product-detail img.reg {
	background: transparent;
}
#product-detail-desc-wrap{
 background: #9389B9 ;
 margin-left: 381px;
}

#product-detail-desc{
	background: transparent ;
	height: auto;
	text-align: justify;
	margin-bottom: 10px;
}

h3 {
	font: 1.2em Verdana, Tahoma, sans-serif;
	color: #000000;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center;
}

#header-wrap {
	background: #658DA9 ;
}

#header {
	background: #C1F4A3 ;
	height: auto;
	text-align: center;
	padding: 0px;
	margin-bottom: 10px;

}

#header #left{
	background: transparent;
	width: 83px;	
	float: left;
}

#header #main{
	background: transparent;
	padding-left: 83px;
	height: 135px; 
}


#center-menu {
	background: #658DA9;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	text-align: center;
}

#service-menu {
	background: transparent;
  width: 100%;
	text-align: right;
	height: auto;
	margin-bottom: 7px;
	
}

#nav-menu {
	background: transparent;
  width: 100%;
	text-align: left;
	height: auto;
	margin-bottom: 7px;
	
}

#left-sidebar {
	background: transparent;
	width: 160px;
	margin-top: 0px;
	padding-left: 10px;
}

#left-sidebar-wrap {
	background: #FFFDE7;
	width: 181px;
	float: left;
}

#left-sidebar img{
	float: center;
}

#left-menu {
	background: transparent;
	width: 160px;
	padding-top: 5px;
	text-align: left;
	
}


#left-ads {
	width: 160px;
	float: center;
	margin-top: 0px;
	padding-top: 0px;
}

#left-features {
	width: 160px;
	margin-top: 5px;
	padding-top: 5px;
	text-align: center;

}

#left-features #box{
	background: #9389B9;
	border: #E6E6E6 solid 3px;
	margin-top: 5px;
	padding-top: 10px;
}

#left-features h3{
	font: 0.8em Verdana, Tahoma, sans-serif;
	margin-bottom: 5px;
	text-align: center;
}

#left-features h1{
  font: 1.0em/1.0em Verdana, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	text-align: center;
	margin-bottom: 5px;
}

#left-features #box img.item{
  background: white;
	margin-bottom: 3px;
	float: center;
	padding: 2px;
	border: 2px solid #658DA9;
}

#left-features #box img.reg{
	margin-bottom: 3px;
	float: center;
}

#right-sidebar-wrap {
	background: #9389B9;
	width: 170px;
	float: right;
	margin-left: 10px;
	margin-right: 0px;
	border: #658DA9 solid 5px;
	color: ;
}

#right-sidebar {
  background: #9389B9;
}

#right-sidebar img {
	float: center;
	margin-top: 5px;
}


#footer-wrap {
	background: #FFFDE7;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 15px;
	}
#footer {
	background: transparent;
	text-align: center;
	padding: 20px;
	color: #000000;
}
#footer h3{
	font: 0.8em Verdana, Tahoma, sans-serif;
	color: #000000;
	margin-bottom: 5px;
	text-align: center;
}



.box { 
  background: #658DA9; 
}
.boxtop { 
  background: url(images/colorschemes/main/ne.gif) no-repeat top right; 
}
.boxtop div { 
  font-size: 0;
  height: 15px; 
  background: url(images/colorschemes/main/nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(images/colorschemes/main/se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  font-size: 0;
  height: 15px; 
  background: url(images/colorschemes/main/sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 15px 0px 15px;
}

.boxtable { 
  background: #9389B9; 
}
.boxtoptable { 
  background: url(images/colorschemes/main/table/ne.gif) no-repeat top right; 
}
.boxtoptable div { 
  font-size: 0;
  height: 15px; 
  background: url(images/colorschemes/main/table/nw.gif) no-repeat top left; 
}
.boxbottomtable { 
  background: url(images/colorschemes/main/table/se.gif) no-repeat bottom right; 
}
.boxbottomtable div { 
  font-size: 0;
  height: 15px; 
  background: url(images/colorschemes/main/table/sw.gif) no-repeat bottom left; 
}
.boxcontenttable {
  padding: 0px 15px 0px 15px;
}


.boxdark { 
  background: ;

}
.boxtopdark { 
  background: url(images/colorschemes/main/dark/ne.gif) no-repeat top right; 
}
.boxtopdark div { 
  font-size: 0;
  height: 15px; 
  background: url(images/colorschemes/main/dark/nw.gif) no-repeat top left; 
}
.boxbottomdark { 
  background: url(images/colorschemes/main/dark/se.gif) no-repeat bottom right; 
}
.boxbottomdark div { 
  font-size: 0;
  height: 15px; 
  background: url(images/colorschemes/main/dark/sw.gif) no-repeat bottom left; 
}
.boxcontentdark {
  padding: 0px 15px 0px 15px;
}

.boxlight { 
  background: ; 

}
.boxtoplight { 
  background: url(images/colorschemes/main/light/ne.gif) no-repeat top right; 
}
.boxtoplight div { 
  font-size: 0;
  height: 15px; 
  background: url(images/colorschemes/main/light/nw.gif) no-repeat top left; 
}
.boxbottomlight { 
  background: url(images/colorschemes/main/light/se.gif) no-repeat bottom right; 
}
.boxbottomlight div { 
  font-size: 0;
  height: 15px; 
  background: url(images/colorschemes/main/light/sw.gif) no-repeat bottom left; 
}
.boxcontentlight {
  padding: 0px 0px 0px 0px;
}

.boxmain { 
  background: transparent; 

}
.boxtopmain { 
  background: url(images/colorschemes/main/main/ne.gif) no-repeat top right; 
}
.boxtopmain div { 
  font-size: 0;
  height: 15px; 
  background: url(images/colorschemes/main/main/nw.gif) no-repeat top left; 
}
.boxbottommain { 
  background: url(images/colorschemes/main/main/se.gif) no-repeat bottom right; 
}
.boxbottommain div { 
  font-size: 0;
  height: 15px; 
  background: url(images/colorschemes/main/main/sw.gif) no-repeat bottom left; 
}
.boxcontentmain {
  padding: 0px 0px 0px 0px;
}


.boxmenu { 
  background: transparent; 

}
.boxtopmenu { 
  background: url(images/colorschemes/main/menu/ne.gif) no-repeat top right; 
}
.boxtopmenu div { 
  font-size: 0;
  height: 15px; 
  background: url(images/colorschemes/main/menu/nw.gif) no-repeat top left; 
}
.boxbottommenu { 
  background: url(images/colorschemes/main/menu/se.gif) no-repeat bottom right; 
}
.boxbottommenu div { 
  font-size: 0;
  height: 15px; 
  background: url(images/colorschemes/main/menu/sw.gif) no-repeat bottom left; 
}
.boxcontentmenu {
  padding: 0px 0px 0px 0px;
}
	
#dhtmlgoodies_menu{
font: 0.9em/1.0em Verdana, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	/*font-family:Verdana;	/* Font for main menu items */
	width:160px;	/* Width of main menu */
}
#dhtmlgoodies_menu	li{	/* Main menu <li> */
	list-style-type:none;	/* No bullets */
	margin:0px;	/* No margin - needed for Opera */
}
#dhtmlgoodies_menu ul{
	margin:0px;	/* No <ul> air */
	padding:0px;	/* No <ul> air */
}
#dhtmlgoodies_menu ul li ul{	/* Styling for those who doesn't have javascript enabled */
	padding-left:10px;
}
#dhtmlgoodies_menu	li a{	/* Main menu links */
	text-decoration:none;	/* No underline */
	color: #000000;	/* Black text color */
  font-weight: bold;
	height:20px;	/* 20 pixel height */
	line-height:20px;	/* 20 pixel height */
	vertical-align:middle;	/* Align text in the middle */
	/*border:1px solid #000;	/* Black border */
	background-color: #658DA9;	/* Light blue background color */
	margin:1px;	/* A little bit of air */
	padding:5px;	/* Air between border and text inside */

	display:block;
}
#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
	color:#9389B9;
	background-color:#202020;
}
.dhtmlgoodies_subMenu{
	font: 0.9em/1.0em Verdana, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	border:1px solid #C1F4A3;
	background-color:#658DA9;
	text-align:left;
}
.dhtmlgoodies_subMenu ul{
	margin:0px;
	padding:0px;
}
.dhtmlgoodies_subMenu ul li{
	list-style-type:none;
	margin:0px;
	padding:1px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
}
.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
	white-space:nowrap;	/* No line break */
	text-decoration:none;	/* No underline */
	color:#202020;

	height:16px;	/* 16 pixels height */
	line-height:16px;	/* 16 pixels height */
	padding:1px;	/* 1px of "air" inside */

	display:block;	/* Display as block - you shouldn't change this */
}
.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
	color:#9389B9;	/* White text */
	background-color:#202020;	/* Blue background */
}
	

table.contactform{
	/*width: 100%;*/
	font: 0.9em/1.5em Verdana, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0px solid #E6E6E6;
	background: #FFFDE7;
	/*cellpadding: 5px;*/ 
}

table.contactform th {
	border: 0px solid #E6E6E6;
	background: #FFFDE7;
	padding-left: 3px;
}

table.contactform td {
	border: 0px solid #E6E6E6;
	background: #FFFDE7;
	padding-left: 3px;

}

table.cart{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 5px solid #E6E6E6;
	background: #FFFDE7;
	/*cellpadding: 5px;*/ 
}

table.cart th {
	border: 1px solid #E6E6E6;
	background: #658DA9;
	padding-left: 3px;
}

table.cart td {
	border: 1px solid #E6E6E6;
	padding-left: 3px;

}

table.products{
	background: transparent;
	width: 100%;
	/*border: 1px solid #483227;*/
}

table.products th {
	/*border: 1px solid #483227;*/
	background: transparent;
	text-align: left;
	padding: 0px;
	visibility:hidden;
}

table.products td {
  background: #9389B9;
	border: 2px solid #E6E6E6;
	padding: 2px;
}

table.index{
	background: transparent;
	width: 100%;
}

table.index th {
	background: transparent;
	text-align: left;
	padding: 0px;
	visibility:hidden;
}

table.index td {
  background: #FFFDE7;
	/*border: 2px solid #658DA9;*/
	padding: 2px;
}


#shopping-cart{
  background: transparent;
  font: 1.0em/1.2em Verdana, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
  color: #000000;
  padding-right: 10px;
	height: auto;
	padding-top: 2px;
	padding-bottom: 20px;
}


input, textarea, select {
font-family: Verdana, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; /* font name */
font-size: 1.0em; /* font size */
} 

.p-shadow {
  width: 90%;
  float:left;
  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.p-shadow div {
  background: none !important;
  background: url(images/shadow2.gif) no-repeat left top;
  padding: 0 !important;
  padding: 0 6px 6px 0;
  }

.p-shadow p {
  color: #777;
  background-color: #fff;
  font: italic 1em georgia, serif;
  border: 1px solid #a9a9a9;
  padding: 4px;
  margin: -6px 6px 6px -6px !important;
  margin: 0;
  }
	
	.img-shadow {
  float:center;
  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } ;		

