﻿/*
fuchsia dark    : #751832;
fuchsia         : #a5294c;
fuchsia light 25: #e8bdc9;
light green     : #b8d438;
light green 25  : #ecf4c7;
gold            : #cca129;
gold light      : #f8e8c4;
grey dark       : #4d4d4d;
grey            : #e7e8e9;
*/
body {
	margin: 0;
	padding: 0;
}
/*-- menu links */
h2 {
	color: #751832;
	font-family: 'times new roman',serif;
	font-weight: bold;
	text-align:right;
	margin-top: 0px;
}
/*-- themes */
h4 {
	font-family: verdana,arial,sans_serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color:#4d4d4d;
}
a{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color:#751832;
}
a:hover{
	text-decoration:underline;
	color:#a5294c;
}

ul {
	margin: 0px;
	padding: 20px;
}
li {
	list-style: square;
}


/* -- common styles  */
.clearfloats {
	clear: both;
}

.caption{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color:#4d4d4d;
  padding:0px;
}

.button {
	border:0px solid #24b0a1;
	/*color:  #e8bdc9;*/
	color: #b8d438;
	padding: 2px 4px;
	background: #751832;
	font-weight:bold;
}

.error{
	margin: 10px;
	padding: 5px 5px 5px 5px;
	font-size: 14px;
	font-weight: bold;
	color: red;
	border: 1px red dashed;
}

/* -- ID  */
#main {
	margin: 0px auto;
	width: 960px;
}
#header {
	background-color: yellow;
}
#container {
	background-color: #a5294c;
	padding: 0px 20px 0px 20px;
}
#containerTop {
	background-color: #e7e8e9;;
	padding: 0px 0px 0px 0px;
}
#containerBottom {
	padding: 0px 0px 0px 0px;
	height: 30px;
}
#containerBottomLeft {
	width: 220px;
	height: 30px;
	background: url('../images/bckContainerBottomLeft.png') 0 0 no-repeat;
}

#containerBottomRight {
	width: 700px;
	height: 30px;
	background: url('../images/bckContainerBottomRight.png') 0 0 no-repeat;
}


#leftColumn {
	background-color: #e7e8e9;
	width: 220px;
	float: left;
	/*height: 671px;*/
}

#navFunc {
	padding: 5px 30px 0px 0px;
	background-color: #a5294c;
	text-align: right;
	height: 20px;
}
#navFunc ul {
	margin: 0px;
  padding:0px;
}
#navFunc li {
	color: #fff;
	display: inline;
	list-style: none;
}
#navFunc a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#navFunc a:hover {
	color: #E8BDC9;
	text-decoration: underline;
}
#leftBrand {
	margin: 0px 0px 0px 0px;
	/*float: left;*/
	width: 220px;
	background: url('../images/bckBrand.png') 0 0 no-repeat;
	height: 130px;
}

#leftProducts {
	margin: 0px;
	padding: 10px 5px 15px 0px;
	/*float: left;*/
	width: 215px;
	background: url('../images/bckProducts.png') 0 0 no-repeat;
	height: 25px;
}

#leftProductsText {
	border: 1px #751832 solid;
	margin: 5px 0px 5px 10px;
	padding: 10px 5px 10px 5px;
	background: #E8BDC9;
	width: 198px;
	color: #4d4d4d;
}
#leftProductsText ul {
  margin:0px;
  padding-left:0px;
}
#leftProductsText li {
  list-style:none;
}

#leftContact {
	margin: 0px;
	padding: 10px 5px 15px 0px;
	/*float: left;*/
	width: 215px;
	background: url('../images/bckContact.png') 0 0 no-repeat;
  height: 25px;
}

#leftContactText {
	/*float: left;*/
	border: 1px #751832 solid;
	margin: 5px 0px 5px 10px;
	padding: 10px 5px 10px 5px;
	background: #E8BDC9;
	width: 198px;
	/*height: 60px;*/
	text-align:left;
	color: #4d4d4d;
}
#leftConditions {
	margin: 0px;
	padding: 10px 5px 15px 0px;
	/*float: left;*/
	width: 215px;
	background: url('../images/bckConditions.png') 0 0 no-repeat;
  height: 25px;
}
#leftConditionsText {
	/*float: left;*/
	border: 1px #751832 solid;
	margin: 5px 0px 5px 10px;
	padding: 10px 5px 10px 5px;
	background: #E8BDC9;
	width: 198px;
	height: 30px;
  color: #4d4d4d;
}

#leftRegistration {
	margin: 0px;
	padding: 10px 5px 15px 0px;
	width: 215px;
	background: url('../images/bckRegistration.png') 0 0 no-repeat;
  height: 25px;
}
#leftRegistrationText {
	border-top: 1px #751832 solid;
	border-left: 1px #751832 solid;
	border-right: 1px #751832 solid;
	margin: 5px 0px 0px 10px;
	padding: 10px 5px 10px 5px;
	background: #E8BDC9;
	width: 198px;
	/*height: 83px;*/
	text-align: left;
}

#leftBottom {
	margin-left: 0px;
  width: 220px;
	height: 20px;
	background: url('../images/bckLeftBottom.png') 0 0 no-repeat;
}
/*--------------------------------------*/
#rightColumn {
	background-color: #e7e8e9;
	width: 700px;
	float:left;
}
#rightTop {
	width: 700px;
	background: url('../images/bckRightTop.png') 0 0 no-repeat;
  height: 20px;
}
#rightNav {
	margin-left: 10px;
  padding: 0px 0px 0px 0px;
	width: 690px;
	height: 40px;
}
#rightNav a{
	/*float: left;*/
	display: block;
	width:130px;
	height:32px;
	padding: 3px 0px 0px 0px;
	font-family: 'times new roman',serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #751832;
	background: url('../images/btnNavTop.png') 0 0 no-repeat;
}
#rightNav a:hover
{
	background: url("../images/btnNavTopIn.png") 0 0 no-repeat;
	color: #a5294c;
}
#rightNav a:active
{
	background: url("../images/btnNavTopIn.png") 0 0 no-repeat;
	color: #993366;
}

#rightHdr {
	border: 1px #751832 solid;
	margin: 0px 0px 0px 10px;
	padding: 0px 10px 0px 0px;
	background: #a5294c;
	width: 670px;
	height: 24px;
	font-family: 'times new roman',serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	color: #b8d438;
}
#homeBand1 {
	margin: 10px 0px 0px 10px;
	height: 220px;  
	width: 680px;
}
#homeText1 {
	float: left;
	/*border: 1px #751832 solid;*/
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	/*background: #e8bdc9;*/
	height: 210px;	
	width: 290px; /*670*/
	color: #4d4d4d;
}
#homeSwiti {
	float: left;
	margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
	width: 170px;
	height: 210px;  
	background: url('../images/bckSwiti.gif') 0 0 no-repeat;
}
#homeSpecials {
	float: left;
	margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
	width: 210px;
	height: 210px;
	background: url('../images/bckSpecials.png') 0 0 no-repeat;
}
#homeSpecials .pic{
  margin: 20px auto;
  /*margin: 50px auto;*/
  text-align:center;
}

#homeBand2 {
	margin: 10px 0px 0px 10px;
	/*height: 260px;	*/
	width: 680px;
}
#homeNews {
  float: left;
  width: 300px;
	height: 260px;
}
#homeNewsHdr {
	border: 1px #751832 solid;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 5px;
	background: #a5294c;
	width: 285px;
	height: 24px;
	font-family: 'times new roman',serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: #b8d438;
}
#homeNewsText {
	border: 1px #751832 solid;
	margin: 0px 10px 0px 0px;
	padding: 5px 5px 5px 5px;
	background: #ecf4c7;
	width: 280px;
	color: #4d4d4d;
	text-align: justify;
	height: 220px;
}
#homeText2 {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	/*height: 260px;*/
	/*height: 250px;*/
	width: 360px;
	color: #4d4d4d;
}

#ProdBand1 {
	margin: 10px 0px 0px 10px;
	height: 230px;
	width: 680px;
}
#ProdBand1C1 {
	float: left;	
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;	
	height: 200px;
	width: 460px;
	color: #4d4d4d;
}
#ProdBand1C2 {
	float: left;
	margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
	width: 210px;
	height: 210px;
}

#ProdBand1C2 .pic{  
  margin: 25px auto;
  text-align:center;
}

#ProdBand2 {
	margin: 20px 0px 0px 10px;
	height: 290px;
	width: 680px;
}
#ProdBand2C1 {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 15px 5px 5px 5px;
	height: 280px;
	width: 330px;
	color: #4d4d4d;
}
#ProdBand2C2 {
	float: left;
	margin: 0px 0px 0px 10px;
  padding: 15px 0px 0px 0px;
	width: 325px;
	height: 210px;
	color: #4d4d4d;
}


#rightText {
	border: 1px #751832 solid;
	margin: 0px 0px 20px 10px;
	padding: 5px 5px 5px 5px;
	background: #e8bdc9;
	width: 670px;
	color: #4d4d4d;
}

#rightTheme {
	margin-left: 10px;
  padding: 0px 0px 0px 0px;
	width: 680px;
	height: 210px;
}
#rightTheme1 {
	float: left;
	margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
	width: 210px;
	height: 210px;
	background: url('../images/bckThemeGreen.png') 0 0 no-repeat;
}
#rightTheme1 .pic {
  margin: 48px auto;
  text-align:center;
}

#rightTheme2 {
	float: left;
	margin: 0px 25px 0px 25px;
  padding: 0px 0px 0px 0px;
	width: 210px;
	height: 210px;
	background: url('../images/bckThemeYellow.png') 0 0 no-repeat;
}
#rightTheme2 .pic {
  margin: 48px auto;
  text-align:center;
}

#rightTheme3 {
	float: left;
	margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
	width: 210px;
	height: 210px;
	background: url('../images/bckThemeFuchsia.png') 0 0 no-repeat;
}
#rightTheme3 .pic{
  margin: 20px auto;
  text-align:center;
}

#rightThemeBtn {
	margin: 10px 0px 10px 10px;
  padding: 0px 0px 0px 0px;
	width: 680px;
	height: 30px;
	font-family: verdana,arial,sans_serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color:#4d4d4d;
}
#rightThemeBtn1 {
	float: left;
	display: inline;
	margin: 0px 25px 0px 25px;
  padding: 5px 0px 0px 0px;
	width: 160px;
	height: 30px;
	background: url('../images/bckThemeBtnGreen.png') 0 0 no-repeat;
}
#rightThemeBtn2 {
	float: left;
  display: inline;
	margin: 0px 50px 0px 50px;
  padding: 5px 0px 0px 0px;
	width: 160px;
	height: 30px;
	background: url('../images/bckThemeBtnYellow.png') 0 0 no-repeat;
}
#rightThemeBtn3 {
	float: left;
  display: inline;
	margin: 0px 25px 0px 25px;
  padding: 5px 0px 0px 0px;
	width: 160px;
	height: 30px;
	background: url('../images/bckThemeBtnFuchsia.png') 0 0 no-repeat;
}
#rightThemeExtra {
	margin-left: 10px;
  padding: 0px 0px 0px 0px;
	width: 680px;
	height: 210px;
}

#rightThemeExtra1 {
	float: left;
	margin: 0px 0px 0px 235px;
  padding: 0px 0px 0px 0px;
	width: 210px;
	height: 210px;
	background: url('../images/bckThemeYellow.png') 0 0 no-repeat;
}

#rightThemeExtra1 .pic {
  margin: 24px auto;
  text-align:center;
}

#rightNews {
	margin: 0px 0px 0px 10px;
  padding: 0px 0px 0px 0px;
	width: 680px;
}
#rightNewsPic {
	float: left;
	margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
	width: 200px;
	height: 184px;
	background: url('../images/bckNewsPic.png') 0 0 no-repeat;
}
#rightNewsHdr {
	border: 1px #751832 solid;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	float: left;
	background: #a5294c;
	width: 468px;
	height: 24px;
	font-family: 'times new roman',serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	color: #b8d438;
}
#rightNewsText {
	border: 1px #751832 solid;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	float: left;
	background: #ecf4c7;
	width: 468px;
	color: #4d4d4d;
}
#tmText {
  /*float: left;*/
	margin: 0px 0px 20px 10px;
	padding: 5px 5px 5px 5px;
	width: 670px;
}
#tmText1 {
	margin: 0px auto;
	padding: 5px 5px 5px 5px;
	width: 210px;
	color: #4d4d4d;
	text-align: center;
}

#tmText2 {	  
	margin: 0px auto;
	padding: 5px 5px 5px 5px;
	width: 210px;
	color: #4d4d4d;
  text-align: center;
}
#tmText3 {
  clear:both;
	margin: 0px auto;
	padding: 5px 5px 5px 5px;
	width: 210px;
	color: #4d4d4d;
	text-align: center;
}
#tmText1A {
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	height: 172px;
	text-align: justify;	
}

/* Front page */
#FRmain {
	margin: 60px auto;
	width: 600px;
}
#FR01 {  
  text-align: center;
}
#FR0101A {
  background: #751832;
  padding: 20px 0px 20px 20px;
  float: left;
}
#FR010101A {
  background: #e7e8e9;
  width: 280px;
  height: 360px;
  float: left;
}

#FR0101B {
  background: #5a5143;
  padding: 20px 20px 20px 0px;
  float: left;
}
#FR010101B {
  background: #d4c9b9;
  width: 280px;
  height: 360px;
  float: left;
}
#FR02 {
  padding: 30px 0 0 0px;
  text-align: center;
}



.tmImgContainer {
	border: 1px #751832 solid;
	margin: 0px auto;
	padding: 8px;
	width: 108px;
	background: #ecf4c7;
}
.tmImgContainer2 {
	border: 1px #751832 solid;
	margin: 0px auto;
	padding: 8px;
	width: 162px;
	background: #ecf4c7;
}

.tmImg {
}
.tmImg img {
  border: 0px;
}

.tmSep{
  margin: 20px 0px 0px 0px;
}
.tmSep2{
  margin: 50px 0px 0px 0px;
}


/*
.contentInfo ul {
	margin: 0px;
	padding: 20px;
}
.contentInfo li {
	list-style: square;
}
*/
.contentInfo a {
  font-size: 12px;
  font-weight: normal;
	color: #4d4d4d;
	text-decoration: none;
	line-height:2;
}
.contentInfo a:hover {
	font-weight: bold;
}
.contentInfo .button{
	border:0px solid #24b0a1;
	color:  #e7e8e9;
	padding: 2px 4px;
	background: #751832;
	font-weight:bold;
}

.ContentReg{
	margin: 10px;
	overflow: auto;
  width: 400px;
  margin-left:auto;
  margin-right:auto;
  text-align: center;
}

.ContentReg TD.TD1 {
  font-weight:bold;
  font-size:12px;
	text-align: right;
  height: 30px;
	width: 100px;
}
.ContentReg TD.TD2 {
	text-align: left;
  height: 30px;
}
.ContentReg TD.TD3 {
  font-weight:bold;
  font-size:12px;
	text-align: left;
  height: 30px;

}
.ContentReg INPUT {
  font-size:14px;
}

/*
.ContentReg ul {
  list-style: square;
	padding:0px;
  margin-left:10px;
  text-align:left;
}
*/
.contact{
  margin-left:auto;
  margin-right:auto;
  text-align: center;
}

.contact p{
  text-align:left;
}


.contact TD.TD1 {
  font-weight:bold;
  font-size:12px;
	text-align: right;
  height: 30px;
	width: 120px;
	padding:0px 10px 0px 0px;
}
.contact TD.TD2 {
	text-align: left;
  height: 30px;
}
.contact input {
  font-size:14px;
	width: 420px;
}
.contact .button {
	width: 100px;
}

.contactTopLeft {
	border: 1px #751832 solid;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	/*float: left;*/
	background: #ecf4c7;
	width: 270px;
	text-align:left;
	height: 330px;
}
.contactTopLeft TD.TD1 {
	width: 100px;
	height: 20px;
	text-align:left;
}
.contactTopLeft TD.TD2 {
	height: 20px;
}
.contactTopLeft a {
  font-weight:normal;
  color: #4d4d4d;
}

.contactTopRight{
	border: 1px #751832 solid;
	margin: 0px 0px 0px 20px;
	padding: 15px 5px 5px 5px;
	/*float: left;*/
	background:#4d4d4d;
	width: 345px;
  height: 320px;
}
.contactTopRight a {
  margin: 10px 0px 0px 0px;
  color: #e7e8e9;
}
.contactTopRight a:hover {
  color: #b8d438;
}


.prod{
  margin-left:auto;
  margin-right:auto;
  text-align: center;
}
.prod .button {
	width: 100px;
  text-decoration:none;
}
.prodTopLeft {
	border: 1px #751832 solid;
	margin: 0px 10px 0px 0px;
	padding: 8px;
	width: 162px;
}
.prodImage {
}
.prodImageFooter {
  margin: 10px 0px 0px 0px;
  height: 16px;
}
.prodImageFooter a:hover {
  color:  #e8bdc9;
}

.prodTopRight{
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	text-align:left;
}
.prodTitle {
  margin: 0px 0px 5px 0px;
}
.prodTitle a{
  font-weight: bold;
  font-size:14px;
}
.prodDesc {
}
.prodPrice {
  font-weight:bold;
}
.prodSep{
  margin: 10px 0px 0px 0px;
}

.prodBottom{
  margin: 0px 0px 0px 0px;
}

.shopCart TR.header {
  background-color:#b8d438;
}
.shopCart TD.header {
  padding: 10px 0px 10px 0px;
  border-top: 1px solid #000;
	border-bottom: 1px solid #000;
  background-color:#b8d438;
}
.shopCart TD.detail {
	border-bottom: 1px solid gray;
}
.shopCart TD.amount {
  width: 90px;
  text-align:right;
}

.accountBlock {
	border: 1px #751832 solid;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	/*float: left;*/
	background: #ecf4c7;
	width: 310px;
	text-align:left;
	height: 220px;
}
.accountBlock TD.caption {
  padding-right: 10px;
	width: 80px;
	height: 30px;
	text-align:right;
}
.accountBlock TD.detail {
  width: 200px;
	height: 30px;
}
.accountBlock INPUT {
  width: 200px;
}

.shopCartFinishBlock {
	border: 1px #751832 solid;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	/*float: left;*/
	background: #ecf4c7;
	width: 650px;
	text-align:left;
}
.shopCartFinishBlock TD.caption {
  padding-right: 10px;
	width: 120px;
	/*height: 70px;*/
	text-align:right;
  vertical-align:top;
}
.shopCartFinishBlock TD.detail {
  padding-bottom: 10px;
  width: 400px;
	height: 30px;
	vertical-align:top;
}
.shopCartFinishBlock INPUT {
}


/*--------------------------------------*/
#footer {
	background-color: #a5294c;
	padding: 10px 10px;
  font-size: 11px;
	text-align:center;
}

#footer ul {
	margin: 0;
	padding: 0;
}
#footer li {
	color: #e8bdc9;
	display: inline;
	list-style: none;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #e8bdc9;
	text-decoration: underline;
}
#footerExtra {
	height:20px;
	text-align:right;
}
#footerExtra .margin {
	margin-top:20px;
}
