*
{
	padding: 0;
	margin: 0;
}

.clear
{
	display: block;
	clear: both;
}

body
{
	font: 1em verdana, Arial, Helvetica, sans-serif;
	background: url(../images/background_repeat.jpg) repeat ;
	text-align: center;
}

a img, fieldset
{
	border: 0;
}

/* TEXT STYLES ************************/

h1, h2, h4, h5, h6
{
	color: #000;
}
#header h1
{
	text-indent: -9999px;
	
}

h2
{
	color:#000;
	margin-bottom: 0.4em;
}
#contactdetails h2, #googlemap h2
{
	margin-bottom:10px;
}

h3 {
	margin-bottom: 0.4em;
}

p /* STANDARD PARAGRAPH STYLE */
{
	margin-bottom: 10px;
	font-size:0.81em;
}
#contactdetails p
{
	font-size:0.9em;
	margin-bottom:6px;
}
#footer p
{
	padding:10px 0;
	margin:0 40px;
	font-size: 0.8em;
	text-align:left;
	border-top:solid #ededed 1px;
}
td
{
	font-size:0.7em;
}
p.heading
{
	background-color:#d7c681;
	color:#000;
	font-size:0.88em;
	padding:5px;
	font-weight: bold;
	margin-top:8px
	
}
/* LIST STYLES *************************/

ul
{
	list-style: inside;
}

li
{
	margin-bottom: 10px;
	color: #000;
	font-size:.81em;
}

#nav li, #mainnav li /* NAVIGATION STYLE */
{
	display: inline;
}
#mainnav li
{
	color:#fff;
}

.content ul li ul{
	list-style: none;
	margin-left: 20px;
}

/* LAYOUT DIVS *************************/

#container, #interiorcontainer
{
	width: 835px;
	height: auto;
	margin: 0 auto;
	text-align: left;
}
#container
{
	margin-top:25px;
}
#interiorcontainer
{
	background: url(../images/container_repeat.jpg) repeat-y ;
	width:899px;
	padding:0 26px;
	overflow:auto;
}


#nav
{
	padding-top:170px;
	height: 30px;
	overflow: hidden;
}
#home
{
	background: url(../images/nav1.jpg) no-repeat;
	width:37px;
	height:11px;
}
#redickieltd
{
	background: url(../images/nav2.jpg) no-repeat;
	width:92px;
	height:11px;
}
#britishbreedyarns
{
	background: url(../images/nav3.jpg) no-repeat;
	width:131px;
	height:11px;
}
#j_ephraimson
{
	background: url(../images/nav4.jpg) no-repeat;
	width:88px;
	height:11px;
}
#about
{
	background: url(../images/nav5.jpg) no-repeat;
	width:63px;
	height:11px;
	line-height: 135%;
}
#contact
{
	background: url(../images/nav6.jpg) no-repeat;
	width:79px;
	height:11px;
}
#mainnav
{
	float: right;
	font-size:1.25em;
	margin-bottom:19px;
	margin-top:10px;
}

.image_right
{
	float:right;
	margin:0 0 10px 10px;
}
#header
{
	background:url('../images/header_img.jpg') no-repeat;
	width:813px;
	height:230px;
	margin-bottom:7px;
	margin-top:10px;
	padding-left:5px;
	margin-right:7px;
}
.links
{
	float: left;
	display:inline;
	width: 31.7%;
	height: auto;
	margin-right:20px;
	margin-top:18px;
	background-color:#000;
}

.linksend
{
	margin-right:0;
}
.content
{
	float:left;
	width: 818px;
	margin-bottom: 10px;
}

#sidebar
{
	float: right;
	display:inline;
	height: 100%;
	height:750px;
	margin-top: 10px;
	margin-bottom: 15px;
	height: 600px;
	background: #000;
}
#contactdetails
{
	float:left;
	display:inline;
	width:45%;
}
#googlemap
{
	float:right;
	display:inline;
	width:55%;
}
#footer
{
	background:#fff url(../images/bottom-footer.jpg) no-repeat center bottom;
	width:901px;
	margin: 10px auto 0;
	padding-top:15px;
	clear:both;

}
td
{
	background-color:#fff;
	padding:5px;
	border:1px solid #d7c681;
}
.col
{
  width:90%;
  float: left; 
  display: inline;
  margin-right:10px;
}

.no_margin
{
  margin:0;
}
.col
{
	float:left;
	display:inline;
	width:45%;
}
#subnav li, #bbysubnav li, #jenav li
{
	float:left;
	display:inline;
	margin-right:10px;
}
/* LINK STYLES *************************/

a
{
	text-decoration: underline;
	color: #000;
}

a:visited
{
	text-decoration: underline;
	color: #000;
}

a:hover
{
	color: #000;
}
h2 a, h2 a:visited
{
	color: #FFF;
	font-size:0.8em;
	margin-left:4px;
	text-decoration:none;
}

#mainnav li a
{
	color:#fff;
	text-decoration:none;
}
#mainnav li a:hover
{
	text-decoration:underline;
	color:#fff;
}

#nav li
{
	color:#fff;
	border-right:1px solid #fff;
	float:left;
	margin-right:5px;
}

#nav #nav_last
{
	margin-bottom: 27px;
	border-right:0;	
}
#nav a
{
	color: #fff;
	text-decoration: none;
	font-size:0.94em;
	text-indent:-9999px;
	display:block;
	margin-right:5px;
}
#nav a:visited
{
	color: #fff;
	text-decoration: none;

}

#nav a:hover, #nav a.active
{
	color: #fff;
	text-decoration: underline;
	border-bottom:1px solid #FFF;
}

#content_container h2 a
{
	color: #000;
	text-decoration: none;
}

#content_container h2 a:hover
{
	text-decoration: underline;
}

/* FORM **/

label
{
	display: block;
	padding: 10px 0 5px 0;
}

input[type=text]
{
	width: 95%;
	padding: 3px;
}

textarea
{
	width: 95%;
	padding: 3px;
	height: 100px;
	font: 0.9em Arial, Helvetica, sans-serif;
}

#content_container
{
	width: 800px;
	float: left;
}

#subnav
{
	float: left;
	width: 100%;
}

#content_container ul
{
	
	list-style: none;
}

#content_container ul li
{
	float: left;
	display: inline;
}

#main_product
{
	float: left;
	width: 300px;
}

#product_info
{
	text-align: center;
	padding-left: 10px;
	float: left;
	height: 315px;
	width: 130px;
}

.paypal{
	margin-bottom: 10px;
}

#product_images
{
	float: right;
	width: 350px;
}

#product_images ul
{
	list-style: none;
}
#product_images .middle
{
	padding: 0 12px;
}
#product_images li
{
	float: left;
}

.sub_menu li{
	font-size: 0.65em;
	margin-right: 10px;
}

.sub_menu li a{
	text-decoration: none;
}

.sub_menu_last{
	margin-right: 0;
}

