h1.main_title {
	font:bold 15px Verdana, Arial, Helvetica, sans-serif;
}
.navigation {
	font-size: 11px;
	color: #666666;
	padding: 2px;
	font-weight: bold;
	border-top: 1px none #999999;
	border-right: 1px none #999999;
	border-bottom: 1px none #999999;
	border-left: 1px solid #999999;
	text-align: center;
}
.leftNav {
	padding: 0px;
	color: #666666;
	/*border-top: 1px solid #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;*/
}
a {
	text-decoration: none;
	color: #333333;
}
a:hover {
	color: #993333;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}
a img {border:0}
ul {
	margin: 0px;
	font-weight: bold;
	list-style-type: square;
	list-style-position: inside;
}
li {
	padding: 5px;
	font-size: 11px;
}
hr {
	border: #999999;
	height: 1px;
	background-color: #CCCCCC;
}
.lightText {
	font-size: 11px;
	color: #999999;
}
.footer {
	padding-left: 5px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
.navigation:hover {
	font-size: 11px;
	color: #FFFFFF;
	padding: 2px;
	font-weight: bold;
	border-top: 1px none #999999;
	border-right: 1px none #999999;
	border-bottom: 1px none #999999;
	border-left: 1px solid #999999;
	text-align: center;
}
input {
	font-family: Arial;
	font-size: 11px;
}
th {
	background-color: #FF9900;
	color: #FFFFFF;
	text-align: left;
}

.basket {
     font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:12px;
	 color:#000000;
	 padding: 3px;
}

a.path {
	color: #FFFFFF;
	text-decoration: none;
}

a.path:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.category_link {
     font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 11px;
}

.product {
     font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 11px;
	 color:#000000;
}

.text {
     font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 11px;
}

.topNav	{
	font-family:Verdana, Arial, sans-serif;
	font-size:13px;
	font-weight:bold;
	width:550px;
	text-align:center;
}
.topNav td	{
	width:120px;
	height:30px;;
	vertical-align:middle;
	background-color:#494949;
	color:#efefef;
}
.topNav a	{
	color:#efefef;
}
.purple	{
	color:#494949;
}
.purplebg	{
	background-color:#494949;
}


/*####################### gallery styles #######################*/

#textArea{
width: 780px;
}

#textColumn1, #textColumn2, #textColumn3{
float:left;
width:240px;
padding: 0 10px;
}

#myGallery
{
	text-align: left;
	margin: 0 auto;
	width: 780px !important;
	height: 555px !important;
}

#myGallery p, #myGallery h3{
	font-family: Arial, Helvetica, sans-serif;
}


#textArea h1{
font-size: 16px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: purple;
text-align: center;
}

#textArea p{
	font-size: 13px;
	line-height: 1.5;
	font-family: Arial, Helvetica, sans-serif;
}

.clear{ 
	clear: both;
}


/*########### styles for tables in kitchen_appliances.php and barthroom_designs.php#############*/

#appliancesPic1 td, #bathroomDesignsPic1 td{
	padding-bottom: 4px;
}

#appliancesPic1 td.firstPic{
	padding-right: 1px;
}

#bathroomDesignsPic1 td.firstPic{
	padding-right: 4px;
}



/*######################### middle nav styles #########################*/

/*middle nav top*/
a.middleNavTop{
	color: #fff;
}

a.middleNavTop:hover{
	color: #333;
}

/*middle nav middle*/
#middleNav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#middleNav ul li{
/*padding-left: 16px;
background: url(images/middle_nav_bullets.jpg) no-repeat left center;*/
}

#middleNav a{
font-family: Verdana, Arial, Helvetica, sans-serif;
/*text-decoration: underline;*/
/*border-bottom: 2px solid #800080;*/
font-size: 13px;
padding-left: 16px;
background: url(images/middle_nav_bullets.jpg) no-repeat left center;
}

#middleNav a:hover{
	text-decoration: none;
	border-bottom: none;
}