* {
	margin: 0;
	padding: 0;	
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	text-decoration: none;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
}
p {
	margin: 10px 0;	
}

h1 {
	color: #FFF;
	font-size: 18px;
	line-height: 18px;
	margin-top: 10px;
}

h2 {
	color: #000;
	font-size: 14px;
	line-height: 14px;	
}

strong {
	font-weight: 700;	
}

img {
	border: none;	
}

.productstitle, .productstitle a:link, .productstitle a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}


.products_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.dropdown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width: 97%;
}

#container {
	width: 998px;
	margin: 0 auto;	
	margin-top: 90px;
}
#logo {
	width: 870px;
	margin: 0 auto;	
}
.logo {
	float: left;	
}
.strap {
	float: right;
	margin-top: 30px;	
}
#menu {
	height: 44px;
	width: 870px;
	margin: 0 auto;
}
#menu ul {
	list-style: none;
	margin-top: 10px;
	padding: 0;
	position: relative;
}
#menu ul li {
	float: left;
	background-repeat: no-repeat;
	background-position: center;
}
#menu ul li a {
	display: block;
	height: 44px;
	text-indent: -5000px;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
}
#menu ul #menu_home {
	width: 127px;
	background-image: url(../images/nav/home.png);
}
#menu ul #menu_home.active a {
	background-image: url(../images/nav/home_blue.png);
}
#menu ul #menu_products {
	width: 125px;
	background-image: url(../images/nav/products.png);
	
}
#menu ul #menu_products.active a {
	background-image: url(../images/nav/products_pink.png);
}

#menu ul #menu_products.active ul li a {
	background: none;
}
#menu ul #menu_colour {
	width: 181px;
	background-image: url(../images/nav/colour.png);
}
#menu ul #menu_colour.active a {
	background-image: url(../images/nav/colour_yellow.png);
}
#menu ul #menu_ordering {
	background-image: url(../images/nav/ordering.png);
	width: 171px;
}
#menu ul #menu_ordering.active a {
	background-image: url(../images/nav/ordering_peach.png);
}
#menu ul #menu_contact {
	background-image: url(../images/nav/contact.png);
	width: 148px;
}
#menu ul #menu_contact.active a {
	background-image: url(../images/nav/contact_white.png);
}
#menu ul #menu_stockists {
	background-image: url(../images/nav/stockists.png);
	width: 114px;
}
#menu ul #menu_stockists.active a {
	background-image: url(../images/nav/stockists_green.png);
}
#menu ul #menu_news a {
	width: 95px;
	background-image: url(../images/nav/news.png);
}

#menu ul #menu_news.active a {
	background-image: url(../images/nav/news_red.png);
}

#menu ul li ul {
	margin: 0;
	position: absolute;
	top: 45px;
	left: 170px;
	width: 683px;
	height: 27px;
	padding-top: 5px;
	background: url(../images/nav/subnav_bkg.gif) no-repeat center;
}

#menu ul li ul li {
	display: inline;

}

#menu ul li ul li a {
	text-indent: 0;
	display: block;
	float: left;
	color: #000;
	padding: 0 20px;
	margin-top: 5px;
	text-underline: none;
}

#menu_poles {
	margin-left: 40px	
}

#content {
	clear: left;
	height: 420px;
	width: 390px;
	margin: 22px auto 0 auto;
	padding-right: 480px;
	line-height: 1.4em;
	position: relative;
}
#content ul {
	list-style: none;
	padding: 0;
	margin: 0;	
}

#content table {
 	padding: 0;
 	border: 0;
}
#content table th {
	text-align: left;	
	border: 0;
	padding-left: 3px;
}
#content table td {
	border: 0;
	padding-left: 3px;
}


.copyright {
	margin-top: 20px;
	font-size: 0.8em;
	color: #333333;
	text-decoration: none;
	text-align: center;
}


#home {
	background: url(../images/bkgs/home_bkg.gif) no-repeat 0 185px;
}
#products {
	background: url(../images/bkgs/products_bkg.jpg) no-repeat 0 185px;
}
#colour {
	background: url(../images/bkgs/colourservice_bkg.jpg) no-repeat 0 185px;
}
#contact {
	background: url(../images/bkgs/contact_bkg.jpg) no-repeat 0 185px;
}
#ordering {
	background: url(../images/bkgs/ordering_bkg.jpg) no-repeat 0 185px;
}
#stockists {
	background: url(../images/bkgs/outlets_bkg.jpg) no-repeat 0 185px;
}
#news {
	background: url(../images/bkgs/news_bkg.jpg) no-repeat 0 185px;
}


#home #content {
	background: url(../images/bkgs/home_content_bkg.jpg) no-repeat 405px 0;	
}
#products #content {
	background: url(../images/bkgs/poles_content_bkg.jpg) no-repeat 405px 10px;
}
#ordering #content {
	background: url(../images/bkgs/ordering_content_bkg.jpg) no-repeat 0 0;	
}




#product_intro {
	float: left;
	width: 370px;	
}

#product_description {
	float: right;
	width: 458px;
	min-height: 320px;
	margin-top: 10px;
}
#product_description img {
	float: left;
	margin-top: 8px;	
}
#desc_inner {
	width: 140px;
	float: right;
	margin: 20px 15px 0 0;
}



#colour #content {
	background: url(../images/bkgs/colour_content_bkg.jpg) no-repeat 0 0;	
}

#stockists #content {
	background: url(../images/bkgs/outlets_bkg_map.jpg) no-repeat 480px 30px;	
}
#products .poles #content {
		
	padding-right: 0;
	width: 870px;	
}
#products .finials #content {
	
	padding-right: 0;
	width: 870px;	
}
#products .brackets #content {

	padding-right: 0;
	width: 870px;	
}
#products .rings #content {
	
	padding-right: 0;
	width: 870px;	
}
#products .discs #content {

	padding-right: 0;
	width: 870px;	
}

#contact #content, #news #content {
	padding-right: 0;
	width: 870px;
		
}
#left {
	float: left;
	width: 400px;	
}


#right {
	float: right;
	width: 400px;
}

#news #right {
	margin-top: 10px;	
}

#news #newscontainer {
	background: url(../images/bkgs/newsarticle_bkg.jpg) no-repeat center ;
	height: 325px;
	width: 368px;
	position: relative;	
}

#news #article {
	position: relative;
	top: 15px;
	padding: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 250px;
	overflow-y: auto;		
}

#newslist {
	margin-top: 10px;	
}

#newslist li {
	padding-top: 10px;
}

#apDiv1 {
	position:absolute;
	width:360px;
	height:270px;
	z-index:1;
	overflow-y: auto;
	background-color: #D8E1E6;
	visibility: visible;
	padding: 10px;
	margin: 10px 0;
}



fieldset {
	border: 0;
	padding: 0;
}

.formrow {
	margin-bottom: 5px;
	clear: left;	
}
input {
	width: 250px;	
}
input.error, textarea.error {
	border: 1px solid red;	
}
textarea {
	width: 250px;
	height: 125px;
}
label {
	display: block;
	width: 80px;
	float: left;
}

label.error {
	clear: left;
	font-weight: bold;
	color: #F00;
	width: 250px;
	margin-left: 80px;	
}
.submit {
	width: 70px;
	margin-left: 80px;
}
legend {
	padding: 10px 0;
	font-weight: bold;	
}

optgroup option {
	padding-left: 10px;	
}


#homefeatures {
	position: relative;
	display: block;
	top: -30px;
	z-index: 5;
	height: 248px;
	width: 390px;
	background: url(../images/homeimage.png) no-repeat center;
}

#homemeasures {
	position: relative;
	display: block;
	top: -110px;
	left: 90px;
	z-index: 4;
	width: 376px;
	height: 125px;
	background: url(../images/measuring.png) no-repeat center;
}

#colourcontainer {
	position: absolute;
	right: 50px;
	top: 320px;
		
}

#availablecolours {
	position: relative;
	right: 0;
	height: 123px;
	width: 161px;
	overflow: hidden;
}


#availablecolours div {
	display: none;
	height: 123px;
	width: 161px;
}

#availablecolours div.col1 {
	background: url(../images/home/availablecolours1.png) no-repeat center;
}

#availablecolours div.col2 {
	background: url(../images/home/availablecolours2.png) no-repeat center;
}

#availablecolours div.col3 {
	background: url(../images/home/availablecolours3.png) no-repeat center;
}




#product_description {
	background: url(../images/bkgs/poles_content_bkg2.jpg) repeat-x ;
	width: 463px;
}
li.current {
	font-weight: bold;	
}

#product_intro table {
	background-color: #D8B6CE;
}	

#product_intro table thead {
	background: url(../images/bkgs/bkg_pole_table_top.gif) repeat-x left top;
}
#product_intro table thead th {
	padding-top: 10px;
}

#product_intro table tfoot {
	background: url(../images/bkgs/bkg_pole_table_btm.gif) repeat-x left bottom;
}
