/* Main  */

.inputinv{display:none;}

* {margin: 0;
   padding: 0;}
   
body {
	background-color: #FFFFFF;
	color: #ffffff;
	}
	
/* Begin Structure of site '*/  
 
#container {
	width: 993px;
	padding:2px;
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #003366;
	background-color: #d35ced;
	border:1px solid #3333ff;

}

#header {
	border:1px solid #8282ff;
	margin-top: 1px;
	background-image: url(images/head3.jpg);
	background-repeat: no-repeat;	
	height: 104px;
}
#header h1{
float:left;
color: #d35ced;
font-family: Forte;
font-size: 2.8em;
padding-top:1px;
margin-left:150px;
}
#header h2{
float:right;
color: #d35ced;
font-family: Forte;
font-size: 1.5em;
padding-top:0px;
margin-top:1px;
margin-right:30px;

}

.description  {
	color : #A27DA2;
	font-size : 14px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}

#wrapper {
	margin-top: 0px;
}
.priceSmall  {
	color : #FF3333;
	font-size : 12px;
	font-family : Tahoma,Verdana,Arial;
	padding-bottom:1px;
	margin-bottom:1px;
}
.price  {
	color : #FF3333;
	font-size : 14px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;

}


#left {
	border:1px solid #8282ff;
	height:100%;
	float: left;
	width: 155px;
	color: #0033cc;
	background-color: #F0E1FF;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top:0px;
}

#right {
	border:1px solid #8282ff;
	height:100%;
	background-color: #F0E1FF;
	color: #3333ff;
	float: right;
	width: 155px;
	margin-top:0px;	
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	font-family: "Trebuchet MS";
}

#content {
	height:100%;
	margin-left: 166px;
	margin-right: 167px;
	margin-bottom: 5px;
	margin-top:0px;
	color: #3333ff;
	background-color: #f7f7fb;
	padding-right:5px;
	padding-left:5px;
	padding-bottom:5px;
	border:1px solid #8282ff;
	font-family: "Trebuchet MS";
}

#footer {
	clear: both;
	background-color: #F0E1FF;
	color: #3333ff;
	padding: 0px;
	border: 1px solid #BE7DFF;
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 12px;
}
#footer p{
    margin-top: 5px;
	margin-bottom: 5px;
}
/* Begin text formatting and image floats */

.imageleft{
	float: left;
	margin-right: 7px;
	margin-bottom: 1px;
	border: 1px solid #BE7DFF;	
}
.imageright{
	float: right;
	margin-left: 7px;
	margin-bottom: 1px;
	border: 1px solid #BE7DFF;	
}

p{
    margin-top: 1px;
	margin-bottom: 10px;
}
.caveat{
	float: center;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS";
	font-size:10px;
	font-style : italic;
}
.caveatright{
	float: center;
	color: #7C597C;
	margin: 0px;
	padding-left: 10px;
	padding-bottom:1px;
	padding-top:1px;
	font-size:12px;
	border: 1px dotted #BE7DFF;
}
blockquote{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 5px;
	border: 1px dotted #BE7DFF;
}

h1{
	padding-left: 6px;
	padding-top: 1px;
	font-size: 1.3em;
	color: #0000cc;
	margin-top: 10px;
	margin-bottom: 8px;
	letter-spacing:0.20em;
}

h2{
	padding: 2px;
	font-size: 1.2em;
	color: #0000cc;
	margin-left:1px;
	margin-top: 15px;
	margin-bottom: 5px;
	letter-spacing:0.10em;

}
h3{
	padding: 2px;
	font-size: 1.0em;
	color: #0000cc;
	margin-top: 15px;
	margin-bottom: 10px;
	letter-spacing:0.10em;

}

.list {
	margin-left: 16px;
	list-style-image: url(images/list_bullet.gif);
	font-size: 11px;
	margin-top: 1px;
	font-weight:normal;
	letter-spacing:0.1em;
}
.list li{
margin-bottom:5px;
}

a:link {
	color: #420042;
	background-color: inherit;
}
a:visited {
	color: #930093;
	background-color: inherit;
}
a:hover {
	color: #660066;
	background-color: inherit;
}
a:active {
	color: #420042;
	background-color: inherit;
}

/********** Begin top navigation *************/

#navlist
{
	background-color: #9595FF;
	padding-left:0px;
	margin-top:2px;
	margin-bottom:-4px;
	font-family: "Trebuchet MS";
	text-transform: lowercase;
}

#navlist a, #navlist a:link, #navlist a:visited
{
color: #420042;
text-decoration: none;
}

#navlist a:hover, #navlist a:active, #navlist a:focus
{
	text-decoration: none;
	color: #660066;
}

#navlist li
{
margin:2px;
display: inline;
font-size: 1.1em;
}

#navlist ul
{
margin: 0px;
padding: 0px;

}
#navlist #active a {
	background-color: #99ffff;
	color: #420042;
	font-size: 1em;
	font-weight: bold;
}
 

.breadcrumb{
	font-size:10px;
	padding:0px;
	text-decoration: none;
	text-transform: lowercase;
}
/*--------form styles---------*/

#formcontact{
	padding-right:10px;
	margin-left: 0px;
	margin-bottom: 0px;
	border:1px solid #8282ff;
}
label{
	width:8em;
	float:left;
	padding-left:7px;
	text-align:left;
	margin-right:0px;
	display:block;
}
.input,.textarea{
	font-family: "Trebuchet MS";
	font-size:12px;
	color:#003366;
	font : normal ;
	background-color: #F9F2FF;
	border-left : 1px solid #EBD7FF;
	border-top : 1px solid #EBD7FF;
	border-right : 1px solid #7C597C;
	border-bottom : 1px solid #7C597C;
}
.selectbox{
	font-family: "Trebuchet MS";
	font-size:12px;
	color:#003366;
	font : bold ;
	background-color: #F9F2FF;
	border-left : 1px solid #7C597C;
	border-top : 1px solid #7C597C;
	border-right : 1px solid #7C597C;
	border-bottom : 1px solid #7C597C;
}
/*table styles*/

.tablehead{
	color:#003366;
	font-size:11px;
	font-weight:bold;
	margin-left:4px;
}
.tablehead1{
	color:#003366;
	font-size:11px;
	font-weight:normal;
	padding:3px;
}
.tablehead2{
	color:#003366;
	font-size:13px;
	font-weight:bold;
	padding:3px;
	text-decoration:normal;
}

.tablehead3{
	color:#003366;
	background:#eaeaf4;
	font-size:12px;
	font-weight:normal;
	padding:3px;
}
.tablehead4{
	color:#003366;
	background:#eaeaf4;
	font-size:15px;
	font-weight:bold;
	padding:3px;
}

.tableBOD{
	color:#BE7DFF;
	font-size:15px;
	font-weight: normal;
}
.tableBOD1{
	color:#003366;
	font-size:12px;
	font-weight: normal;
	padding:5px;
	border-top : 1px solid #3333ff;
}
.tablepage{
	color:#003366;
	font-size:14px;
	font-weight: normal;
	background-color: #eaeaf4;
	margin-top :10px;
	margin-left :5px;
	margin-right :5px;	
	padding:5px;
	padding-bottom:0px;
	text-transform: lowercase;
	border-top : 1px solid #8282ff;
	border-bottom : 1px solid #8282ff;
}
.tablepageviewitems{
	color:#003366;
	font-size:11px;
	font-weight: normal;
	background-color: #eaeaf4;
	margin-top :10px;
	margin-left :5px;
	margin-right :5px;	
	padding:5px;
	padding-bottom:0px;
	border : 1px solid #8282ff;
}

.listitems{
	clear:both;
	color:#000066;
	font-size:11px;
	font-weight: bold;
	background-color: #eaeaf4;
	border-top : 1px solid #8282ff;
	border-bottom : 1px solid #8282ff;
}
.tablelistitems1{
	color:#003366;
	font-size:11px;
	font-weight: normal;
	padding:5px;
	margin:5px;
	background-color: #eaeaf4;
	border : 1px solid #8282ff;

}
.stock{
	color:#000000;
	font-size:11px;
	font-weight: normal;
	border-top : 1px solid #BE7DFF;
}

.description1{
	border-top : 1px solid #8282ff;
	font-size:14px;
	font-weight: bold;
	color:#003366;
	letter-spacing:0.02em;
}

.tablelistitems2{
	color:#003366;
	font-size:11px;
	font-weight: normal;
	background-color: #eaeaf4;
	margin :1px;
	padding-bottom:10px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	border: 1px solid #8282ff;
}
.tablelistitems3{
	color:#003366;
	font-size:17px;
	font-weight: normal;
	letter-spacing:0.5em;
	background-color: #eaeaf4;
	margin :1px;
	padding-bottom:1px;
	padding-top:2px;
	padding-left:2px;
	padding-right:2px;
	border: 1px solid #8282ff;
}

.tablelistitems{
	color:#003366;
	font-size:11px;
	font-weight: bold;
	background-color: #eaeaf4;
	border-top : 1px solid #8282ff;
	border-bottom : 1px solid #8282ff;
}
.tablepagenoborder{
	color:#003366;
	font-size:11px;
	font-weight: normal;
	background-color: #eaeaf4;
	margin :10px;
	margin-left :0px;
	margin-right :5px;	
	padding-left:10px;
	padding:10px;
	margin-bottom:10px;
	border-bottom : 1px solid #8282ff;
	border-top : 1px solid #8282ff;
}

.tablepagesmall{
	color:#003366;
	font-size:10px;
	font-weight: normal;
	background-color: #eaeaf4;
	margin-top :10px;
	margin-left :0px;
	margin-right :0px;	
	padding:5px;
	padding-bottom:0px;
	border-top : 2px solid #8282ff;
	border-bottom : 1px solid #8282ff;
}

.tablepage1{

	margin-bottom :10px;
	padding-top:1px;
	padding-bottom:0px;
}
.tablepage a{
	font-weight: normal;
	
}
.tablepage a:hover{
	font-weight: normal;
	color: #930093;	
}
.tablehead a, .tablehead a:visited
{

padding: 0.5em;
padding-left: 0em;
padding-right: 0.5em;
color:#003366;
text-decoration: none;
}

.tablehead a:focus
{
	padding: 0.4em;
	padding-left: 0em;
	padding-right: 0.5em;
	text-decoration: none;
	color: #660066;
}

.tablehead a:hover
{
	padding: 0.4em;
	padding-left: 0em;
	padding-right: 0.5em;
	text-decoration: none;
	color: #C138C1;
}
.formerrortext {
	margin-left:55px;
	padding-left : 55px;
	color : #cc0066;
}

fieldset{
	border:1px solid #ffffff;
	width:35em;
}
legend{
	color:#BE7DFF;
	background:;
	border:1px solid #ffffff;
	padding:2px 6px;
}



th {
	color : #000000;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
}

.px {
	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	margin-top : 2px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
}
.px5 {
	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	margin-top : 5px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
}
.title01 {
	color : #FFFFFF;
	margin-top : 10px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 15px;
	margin-right : 15px;
	font-size : 13px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
	font-style: italic;
}
.title {
	color : #FFFFFF;
	margin-top : 1px;
	padding-bottom : 1px;
	margin-bottom : 1px;
	margin-left : 37px;
	margin-right : 10px;
	font-size : 10px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}
.title a {
	color : #EF6D00;
}
.title a:hover {
	color : #C25A02;
}
.right {
	color : #000000;
	margin-top : 5px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 15px;
	margin-right : 15px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}
.right a, .list a {
	color : #FF7500;
}
.right a:hover {
	color : #AAAAAA;
}
.left {
	color : #000000;
	margin-top : 5px;
	padding-bottom : 5px;
	margin-bottom : 0px;
	margin-left : 15px;
	margin-right : 25px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}
.left b {
	color : #FF6600;
}
.left a {
	color : #FF6600;
}
.left a:hover {
	color : #FF0000;
}
.menu01 {
	color : #000000;
	margin-top : 1px;
	padding-bottom : 1px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
}
.menu01 a {
	color : #000000;
	text-decoration: none;
}
.menu01 a:hover {
	color : #555555;
}
.menu02 {
	color : #FFFFFF;
	margin-top : 5px;
	padding-bottom : 5px;
	margin-bottom : 0px;
	margin-left : 20px;
	margin-right : 20px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}
.menu02 a {
	color : #FFFFFF;
	text-decoration: none;
}
.menu02 a:hover {
	color : #DDDDDD;
}
.bar01 {
	color: #OOOOOO;
	margin-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 20px;
	font-size: 18px;
	font-family: "Trebuchet MS";
	font-weight: bold;
}
.b01 {
	color : #0033cc;
	margin-top : 1px;
	padding-bottom : 1px;
	padding-top : 2px;
	margin-bottom : 1px;
	margin-left : 0px;
	margin-right : 0px;
	letter-spacing:0.1em;
	font-size : 15px;
	font-weight:normal;
	text-transform: lowercase;
	font-family: "Trebuchet MS";
}

.b01 a, a:active {
	color :#420042;
	text-decoration: none;
}

.b01 a:focus {
	color : #660066;
	text-decoration: none;
}
.b01 a:hover {
	color : #660066;
	text-decoration: none;
}
.b01 a:visited {
	color : #930093;
	text-decoration: none;
}
