
/* Basic Style
----------------------------------------------------------- */

html, body, form, fieldset {
	margin: 0;
	padding: 0;
}


body {
font-family: verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
padding: 20px 10px 30px 10px;
line-height: 150%;
}



thead td {
background-color: #ccc;
font-weight: bold;
}

/* basic text element styles */

h1 {
font-size: 2em;
}


h2 {
font-size: 1.4em;
clear: both;
margin: 7px 0px 3px 0px;
}

h3 {
font-size: 1.2em;
}

p {
font-size: 1em;
margin-left: 0;
}




.floatleft {
float: left;
padding: 10px 10px 50px 10px;
}

a:visited {
text-decoration: none;
color: #FF0000;
font-weight: bolder;
}

a:link {
text-decoration: none;
color: #0000FF;
font-weight: bolder;
}

a:hover {
color: #600;
}

img {
border: none;
}

/* form styles */ 

form {margin: 0; }

input.text {
border: 1px solid #ccc;
width: 100px;
}

input.button {
font: bold 11px verdana, sans-serif;
background-color: #39f;
color: black;
margin-top: 2px;
margin-right: 5px;
margin-bottom: 5px;

 }


/* the main layout DIVs */


#topbar {
text-align: center;
margin-right: 85px;

}

#menubar {
width: 20%;
height:100%;
float: left;
padding-top: 20px;
padding-bottom:10px;
}

.maincolor {
 background-color: #ffcc66;
 color: #333333;
 }
#main {
width: 65%;

float: left;
padding-top: 20px;
padding-bottom:10px;
padding-left: 10px;

}

#rightbar {
width:10%;
float:right;
padding-top: 40px;
padding-left: 10px;
padding-bottom:10px;
}
#bottombar {
	clear: both;
	text-align: left;
	border-Top: 5px solid red;
	padding-bottom: 10px;
	margin-left: 10px;
}

#photo {
background-image: url(images/stripcolor.jpg);
background-repeat: repeat-x;
background-position: 0% 0%;
}
.tabFrame
{
	BORDER: 0;
	HEIGHT: 100%;
	WIDTH: 100%;
	}

.tabOff
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	FONT-WEIGHT: 700;
	TEXT-ALIGN: CENTER;
	COLOR: #ffffff;
	BACKGROUND-COLOR: #f03;
	BORDER-BOTTOM: #f03; 
	HEIGHT: 25px;
	
}

.tabOn
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	FONT-WEIGHT: 700;
	TEXT-ALIGN: CENTER;
	COLOR: #ffffff;
	BACKGROUND-COLOR: #39f;
	BORDER-BOTTOM:#39f;
	HEIGHT: 35px;
	
}
#tabtab
{display:inline;
 float: left;
}

.sale {
color: red;
font-weight: bold;
}
p.price {
font-weight: bold;
}

.center { text-align: center; }
p.logo {
font-size: 24px;
font-weight: bold;
font-family: Arial;
color: red;
text-align: center;
}
