/* Global Styles */

/* "html>body" hides style from IE*/

/* Hide from IE-Mac \*/
#example1 {margin-bottom:3em}
#example2 {margin-top:1.5em}
/* End hide */

/* ID for unique items, CLASS for muliple items */
body, td, p, a, h1, h2, h3, input, option, textarea, div {
  font-family : Tahoma, Arial, Helvetica, sans-serif;
}

a:link{text-decoration : none;}
a:visited{text-decoration : none;}
a:hover{color : #000000; text-decoration : none;}
a:active{text-decoration : none;}

body {
  background-color : #ffffff;
  margin: 0px;
  padding: 0px;
  /*  margin-left : 10px;*/
  color : #000000;
  font-size : 80%;
  letter-spacing : normal;
  line-height : normal;
}

#container {
	margin: 0 auto;
	background: url(../images/bg_left.gif) 23px top repeat-y;
	_background: url(../images/bg_left.gif) 39px top repeat-y;
	width : 962px;
	position:relative;
}

.alignleft {
  text-align : left;
}

.floatleft {
  float : left;
}

.alignright {
  text-align : right;
}

.floatright {
  float : right;
}

.aligncenter {
  text-align : center;
  color: #AB1054;
}

.hide {
  display : none;
}

.clear {
  clear : both;
  border: 1px #000000;
}

.redtext {
  border : #CC0000 solid 1px;
  color: #CC0000;
  margin : 12px;
  padding : 12px;
  background : #FFFFFF;
}

hr {
  border : #CCCCCC dotted 1px;
  height : 1px;
}

html>body hr {
  border : #000000 solid 0px;
  border-top : #CCCCCC dotted 1px;
  border-bottom : #000000 solid 0px;
  display : block;
  margin : 0px 0px 3px 0px;
  background : #FFFFFF;
}

div.backbutton {
  border : #000000 solid 0px;
  float : left;
  width : 20px;
  height : 30px;
  display : inline;
}

div.nextbutton {
  border : #000000 solid 0px;
  float : left;
  width : 20px;
  height : 30px;
  text-align : right;
  display : inline;
}

div.pagenumbers {
  border : #000000 solid 0px;
  float : left;
  width : 500px;
  height : 20px;
  text-align : center;
  display : inline;
}

strong.pagenumber, a.pagenumber {
  border : #000000 solid 0px;
  background : #EEEEEE;
  padding : 3px;
  margin : 2px;
  text-decoration : none;
}

div.productthumb1 {
  border : #000000 solid 0px;
  width : 150px; 
  float : left; 
  display : block;
  margin: 5px;
  margin-top: 5px;
  padding : 5px;
  color:#000000;
}


/* FORM STYLES - START */
form {
  margin : 0px 0px 0px 0px;
  padding : 0px 0px 0px 0px;
}

label {
  font-weight : normal;
}

label.formleft {
  display : block;
  width : 150px;
  float : left;
  text-align : right;
  margin-right : 6px;
}

small.formnote {/* margin left same width as label.formleft width */
  margin : 0px 0px 0px 160px;
  display : block;
}

input.checkbox {
  width : 20px;
  float : left;
  margin: 0px 0px 0px 155px;
}

label.labelright {
  display : block;
  width : 90%;
  float : left;
  margin-right : 6px;
  text-align : left;
  font-size : 9px;
  font-weight : normal;
  color : #000000;
  padding-top : 4px;
}

fieldset {
  margin : 12px;
  padding : 6px;
}

#search fieldset {
  margin : 12px 12px 12px 12px;
  padding : 6px;
  width: 290px;
  height: 60px;
  border: 1px solid #cccccc;
}

fieldset.address {
  width : 45%;
  float : left;
  margin : 12px;
  padding : 6px;
}

legend {
  color : #000000;
  font-weight : bolder;
}

.formmsg {
  color: #CC0000;
  padding-top : 6px;
}

.form {
  width : 200px;
}

textarea {
  font-size : 12px;
}

.button {
  background-color : #000000;
  color: #ffffff;
  border:1px solid #666666;
  font-size:10pt;
  font weight: bold;
  margin-left: 147px;
}
.button2 {
  background-color : #000000;
  color: #ffffff;
  border:1px solid #666666;
  font-size:10pt;
  font weight: bold;
  margin-left: 10px;
}
.pay {
  background-color : #000000;
  color: #ffffff;
  border:1px solid #666666;
  font-size:10pt;
  width: 100px;
  font weight: bold;
  margin: 10px 0px 0px 0px;
}

/* FORM STYLES - END */

table {
  margin-top : 12px;
  margin-bottom : 12px;
  border : 0px;
}

caption {
  text-align : left;
}

th {
  background-color : #CCCCCC;
  padding-left : 3px;
  padding-right : 3px;
  padding-top : 3px;
  padding-bottom : 3px;
  font-size : small;
  font-weight: normal;
  text-align : left;
  border : 0px;
}

td.right, td.data, td.center {
  background-color : #EEEEEE;
  padding-left : 3px;
  padding-right : 3px;
  padding-top : 3px;
  padding-bottom : 3px;
  border : 1px solid #00CC00;
}

td.right {
  text-align : right;
}

#highlight a.title {
  color: #999999;
  font-size: 18px;
  font-weight:bold;
  text-decoration:none;
  font-family:Arial, Helvetica, sans-serif, Verdana ;
}

#highlight small {
  color: #000000;
  font-size: 10px;
  text-decoration:none;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}

#highlight p.pricelabel {
  color: #000000;
  font-size: 12px;
  text-decoration:none;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}

#highlight p.price {
  color: #CC0000;
  font-size: 14px;
  font-weight:bold;
  text-decoration:none;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}

#highlight .mainimg {
	margin-right: 10px;
	margin-left: 10px;
}
	
#highlight {
  background-image: url(../images/highlight_bg.gif);
	background-repeat: none;
	background-position: center top;
}

#highlight legend {
	color: #328CB7;
	font-size:110%;
	font-weight: bolder;
	margin: 0px 0px 0px 10px;
}

#highlight .smallimg_1 {
  float:left;
  margin:10px 0px 0px 0px;
}

#highlight .smallimg_2 {
  float:right;
  margin:10px 0px 0px 0px;
}

#highlight .smallimg_3 {
  float:left;
  margin:3px 0px 0px 0px;
}

#righ {
	float:right;
	position: absolute;
	top: 190px;
	right: 20px;
}
.highlightbutton {
  margin:20px 0px 0px 40px;
}
.text {
color:#892034;
font-weight:bold;
margin-left: 15px;
margin-bottom:10px;
margin-right:10px;
margin-top:8px;
font-size:12px;
line-height:15px;
}
.class {
background-color:#FFFFFF;
font-size:10px;
color:#000000;
font-size:12px;
height:62px;
}
.buttom {
background-color: #000000;
font-weight:bold;
color:#FFFFFF;
font-size:14px;
height:38px;
text-align:center;
vertical-align: middle;
width:962px;
margin-bottom: 15px;
font:Arial, Helvetica, sans-serif;
}
.buttom1 {
background-color: #892034;
font-weight:bold;
color:#FFFFFF;
font-size:14px;
height:32px;
text-align:center;
vertical-align: middle;
width:962px;
margin-top: 6px;
margin-left:-6px;
padding-top: 24px;
}


.navtop {
font-size:16px;
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
font:"Trebuchet MS";
}

.navtop a:link, .navtop a:visited{
text-decoration: none;
color: #FFFFFF;}

.navtop a:hover, .navtop a:active{
text-decoration: none;
color: #F3F003;}

.navtop1{
font-size:12px;
color:#000000;
font-weight:bold;
text-decoration:none;
font:"Trebuchet MS";
}

.navtop1 a:link, .navtop1 a:visited{
text-decoration: none;
color: #000000;}

.navtop1 a:hover, .navtop1 a:active{
text-decoration: none;
color: #F3F003;}

#small{
/*background-image:url(../images/products.jpg);
background-repeat:no-repeat;*/
width: 440px;

margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
float: left;
/*color:#404040;
font-weight:bold;

margin-bottom:10px;
margin-right:10px;
margin-top:0px;
font-size:12px;
line-height:15px;
*/font:"Trebuchet MS";
}
#small2{
background-image:url(../images/traning.jpg);
background-repeat:no-repeat;
height: 180px;
width: 400px;
color:#404040;
font-weight:bold;
margin-left: 15px;
margin-bottom:10px;
margin-right:10px;
margin-top:8px;
font-size:12px;
line-height:15px;
font:"Trebuchet MS";
}
#call{
width:330;
}
.heading{
font:"Trebuchet MS";
color:#FFFFFF;
font-size: 18px;
margin-top: 15px;
}
