/* CSS Document */

body {
	padding: 0;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#coutnow {
	position: absolute;
	width: 200px;
	font-size:18px;
	text-align:center;
	xtext-decoration:blink;
	height: 58px;
	margin-top:280px;
	xmargin-top: 280px;
	margin-left: 60px;
}


#home {
	background-image: url(../images/h_bg.gif);
	background-repeat: repeat-x;
	background-color: #fff;
}

#main {
	margin: auto;
	width: 770px;
	height: 600px;
	background-image: url(../images/main_bg.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px;
}


#navigation {
	position: absolute;
	top: 44px;
	margin: 0;
	margin-left: 26px;
	width: 740px;
	padding: 0;
	z-index: 100;
}

#navigation li {
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
}

#navigation li a{
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 4px;
	display: inline;
	font-size: 13px;
	line-height: 25px;
	height: 50px;
	margin-bottom: 0;
}

#navigation li a:hover, .hover {
	color: #fff;
	text-decoration: none;
	background-color: #fd9e35;
	border-right: 1px solid #fff;
  

}

#navigation li ul {
	position: absolute;
	display: block;
	background-color: #fd9e35;
	border: 1px solid #fff;
	margin: 0;
	padding: 0;
	margin-top: -1px;
	margin-left: -1px;
	padding-bottom: 12px;
	padding-top: 8px;
	width: 150px;
	z-index: 100;
}

#navigation li ul li {
	display: block;
	float: none;
}

#navigation li ul li a{
	color: #fff;
	text-decoration: none;
	border-right: none;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	font-size: 12px;
	line-height: 12px;
	height: 12px;
}

#navigation li ul li a:hover {
	color: #fff;
	text-decoration: underline;
	border-right: none;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 12px;
	line-height: 12px;
}



#tradinghours a {
	border-right: none !important;

}

#tradinghours a:hover{
	background-image: url(../images/trading_over.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#currentspecials a {
	margin-left: 66px  !important;
	padding-left: 28px !important;
}

#currentspecials a:hover{
	background-image: url(../images/current_over.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#currentspecials a.hover {
 
	background-color: transparent;
}

#homepagetext {
	position: absolute;
	width: 438px;
	font-size: 11px;
	color: #666;
	height: 58px;
	margin-top: 280px;
	margin-left: 267px;
}

/*NEWS AREAS STYLING*/

#newsitems {
	position: absolute;
	margin-top: 350px;
	width: 710px;
	margin-left: 36px;
}

#shortnews {
	height: 224px;
	width: 232px;
	float: left;
	display: inline;
}

.newsitem {
	
	height: 224px;
	border: solid 1px #000;
	float: left;
	display: inline;
	margin-right: 6px;
	margin-top: 6px;
	position: relative;
	width: 224px;
} 

.short
{
	width: 224px;
	padding: 0;
	height: 108px;
}

.newshead {
	height: 26px;
	font-size: 14px;
	border-bottom: 1px solid #000;
	margin-bottom: 6px;
	height: 26px;
} 

.newshead a {
	color: #fff;
	padding-left: 10px;
	padding-top: 5px;
	font-weight: bold;
	text-decoration: none;
	line-height: 26px;
} 
 
.newsmain p
{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 4px;
	margin-right: 4px;
	line-height: 12px;
}


.newsmain {
	font-size: 11px;
	padding-left: 10px;
}

.newsmain a {
	color: #1A378E;
	
}

.newsmain a:hover {
	color: #E97c01;
}

.newsred 
{
	background-color: #FFDFDF;
}


.newsred .newshead
{
	background-color:#ff0;
}

.newsblue 
{
	background-color: #b4c1f1;
}

.newsblue .newshead
{
	background-color: #1A378E;
}

.newsgreen
{
	background-color: #DEFAC0;
}

.newsgreen .newshead
{
	background-color:#005200 !important;
}

.normal
{
	width: 224px;
	padding: 0;
}

/*NEWS AREAS STYLING END*/

.search {
	margin-top: 0;
	width: 184px;
	height: 13px;
	font-size: 11px;
	margin-bottom: 2px;
	padding-left: 4px;
	padding-top: 3px;
		padding-bottom: 3px;
}

.dropdown {
	width: 192px;
	height: 21px;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 1px;
	margin-bottom: 2px;
}

.submit {
	margin-top: 0;
	width: 64px;
	height: 22px;
	font-size: 11px;
	margin-bottom: 2px;
	background-color: #e97c01;
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	padding-left: 0;
}

/*INTERIOR PAGES STYLING*/

#interior {
	background-image: url(../images/interior_bg.gif);
	background-repeat: repeat-x;
	background-color: #1B368E;
}

#container {
	margin: auto;
	width: 780px;
	min_height: 600px;
}

#leftchip {
	position: absolute;
	width: 149px;
	height: 195px;
	background-image:url(../images/left_chip.gif);
	background-repeat: no-repeat;
	margin: 0;
	float: left;
}

#container #logo {
	position: absolute;
	width: 402px;
	height: 115px;
	background-image: url(../images/interior_logo.gif);
	background-repeat: no-repeat;
	margin: 0;
	margin-left: 149px;
}

#popup {
	margin: auto;
	width: 580px;
	min_height: 600px;
}

#logopop {
	width: 439px;
	height: 115px;
	background-image: url(../images/pop_logo.gif);
	background-repeat: no-repeat;
	position:absolute;
	margin-left: 0px;
}
#contentpop {
	position: absolute;
	margin-left: 10px;
	border-top: 1px solid #fff;
	min_height: 400px;
	width: 536px;
	top: 147px;
	padding-left: 26px;
	padding-right: 26px;
	padding-bottom: 0;
	background-color: #fff;
	z-index: 1;
}

#rightchippop {
	position: absolute;
	width: 131px;
	height: 192px;
	background-image: url(../images/right_chip2.gif);
	background-repeat: no-repeat;
	margin-left: 451px;
	z-index: 20;
}

#rightchip {
	position: absolute;
	width: 131px;
	height: 192px;
	background-image: url(../images/right_chip1.gif);
	background-repeat: no-repeat;
	margin-left: 631px;
	z-index: 20;
}

#content {
	position: absolute;
	margin-left: 177px;
	border-top: 1px solid #fff;
	min_height: 400px;
	width: 536px;
	top: 147px;
	padding-left: 26px;
	padding-right: 26px;
	padding-bottom: 0;
	background-color: #fff;
	z-index: 1;
}

#content a {
	color: #e97c01;
	text-decoration: underline;
}

#content a:hover {
	color: #1B368E;
	text-decoration: underline;
}

#interior #navigation {
	position: absolute;
	top: 182px;
	margin-left: 0;
	width: 147px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: #e97c01;
	margin-bottom: 0;
	padding-bottom: 0;
}

#interior #navigation li {
	display: block;
	float: none;
}

#interior #navigation li a{
	border-bottom: 1px solid #fff;
	padding-left: 22px;
	border-right: none;
	display: block;
	line-height: 18px;
	height: 18px;
}

#interior #navigation li a:hover {
	border-bottom: 1px solid #fff;
	background-color: #fd9e35;
	border-right: none;
	padding-left: 22px;
	line-height: 18px;
	height: 18px;
	display: block;
}

#interior #navigation li ul {
	position:absolute;
	display: block;
	margin-top: -26px;
	margin-left: 147px;
	padding-top: 3px;
	z-index: 2;
}


#interior #navigation li ul li {
}

#interior  #navigation li ul li a{
	padding-left: 12px;
	padding-right: 12px;
	border-bottom: none;
	height: 12px;
	line-height: 12px;
}

#interior #navigation li ul li a:hover {
	padding-left: 12px;
	padding-right: 12px;
	border-bottom: none;

	height: 12px;
	line-height: 12px;
}


#latestnews a{
	background-image: url(../images/latest_new_bg_off.jpg);
	background-repeat: no-repeat;
}

#latestnews a:hover{
	background-image: url(../images/latest_new_bg_on.jpg);
	background-repeat: no-repeat;
}

h1 {
	display: none;
}

h2 {
	width: 560px;
	height: 28px;
	background-color: #e97c01;	
	font-size: 22px;
	color: #fff;
	padding-top: 5px;
	padding-left: 26px;
	margin-top: 0;
	margin-left: -26px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

h3 {
	font-size: 15px;
	color: #1B368E;
	margin-bottom: 3px;
}

h4 {
	font-size: 14px;
	color: #e97c01;
	margin-bottom: -5px;
}

#footer {
	clear: both;
	margin-top: 35px;
	color: #fff;
	height: 30px;
	margin-left: -29px;
	padding-left: 2px;
	padding-top: 10px;
	background-color: #1B368E;
	width: 591px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color:#fff;
	text-decoration: underline;
}

#searcharea {
	position: absolute;
	top: 118px;
	width: 600px;
	height: 50px;
	margin-left: 177px;
	z-index: 30;
}
.smalltext {
	font-size: 9px;
}

.categories {
	width: 145px;
	min_height: 560px;
	xborder-right: 1px dashed #999;
	float: left;
	padding-right: 10px;
	margin-right: 20px;
	font-style: italic;

}

.categories a{
		color: #666 !important;
}

.categories a:hover{
		color: #e97c01 !important;
}

.categoryname {
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	color:#e97c01 !important;
}

.categoryname a{
	color:#e97c01 !important;
}

.thumbnail {
	width: 230px;
	height: 140px;
	border: 1px dashed #999;
	float: left;
	margin-right: 10px;
	padding: 10px;
	margin-bottom: 10px;
}

.thumbnail img {
	float: right;
	margin-top: 2px;
}

#product {
	width: 500px;
	height: 300px;
	border: 1px dashed #999;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 15px;
}

#product img {
	float: left;
	margin-top: 5px;
}

#results{
margin-top: 10px;
margin-bottom: 10px;
}

#results a{
	text-decoration: none;
	color: #333;
}

#results a:hover{
	text-decoration: underline;
	color: #e97c01;
}

.highlight {
	font-weight: bold;
	color: #e97c01;
}

.smallertext {
	font-size: 11px;
}
.smallgrey {
	font-size: 11px;
	color: #666;
}


.img-shadow {
float: left;
  background-image: url(../images/testerbig_product.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-right: 10px;
    padding-top: 4px;
	margin-top: 5px;
	width: 90%;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #ffcc00;
  margin: auto;
  margin-bottom: -6px;
  margin-top: -6px;
  }



