/* @override 
	http://gtdabtesting.com/styles/style.css
	http://reball.co.uk/styles/style.css
*/

/* GLOBAL STYLES */

*	{
	margin: 0;
	padding: 0;
}

body	{
	font-family: arial, sans-serif;
	font-size: 1em;
}

a img	{
	border: none;
}

h1	{
	width: 420px;
	float: left;
}

h2	{
	color: #006668;
	font-size: 2.2em;
}

h3	{
	color: #fff;
	background-color: #006668;
	margin: 0 0 0 47px;
	font-size: .8em;
	padding: 2px 0 2px 3px;
}

h4	{
	color: #006668;
	font-size: 1.5em;
	line-height: 1.2em;
	margin-bottom: 15px;
}

li	{
	list-style-type: none;
}

a	{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#container{
	width: 950px;
	margin: 0 auto;
}


/* HEADER STYLES */

h1 a{
	display: block;
	background: url('../assets/Image/logo.jpg') no-repeat top left;
	width: 420px;
	height: 68px;
}

h1 span{
	display: none;
}

p#tagline{
	color: #006668;
	text-align: right;
	font-style: oblique;
	font-size: 1.3em;
	font-weight: bold;
	padding-top: 32px;
}


/* NAVBAR STYLES */

#nav	{
	clear: both;
	background: url('../assets/Image/nav-bg.gif') repeat-x top left;
	width: 950px;
	height: 26px;
	padding-top: 8px;
}

#nav li	{
	float: left;
	display: block;
	padding: 0px 17px 0 17px;
	border-right: 2px dotted #a4a4a4;
}

#nav li.last	{
	border: none;
}

#nav a	{
	font-size: .9em;
	color: #fff;
	display: block;
	padding: 0 3px 0 3px;
}

body#page1 a#home,
body#page2 a#news,
body#page3 a#ball,
body#page4 a#spin,
body#page5 a#line,
body#page6 a#sale,
body#page7 a#consult,
body#page8 a#contact{
	background-color: #00686c;
}


/*  IMAGE BAR STYLES */

#images{
	width: 946px;
	clear: both;
	background-color: #548f90;
	padding: 3px 0 3px 4px;
}

#images img{
	padding-right: 3px;
}


/* CONTENT STYLES */

#contentwrap{
	background: #006668 url('../assets/Image/contentwrap-bg.gif') no-repeat top left;
	padding: 0 3px 1px 3px;
}

#content	{
	background: #fff url('../assets/Image/content-bg.jpg') no-repeat top left;
	padding: 15px 196px 40px 108px;
	text-align: justify;
}

#content h2{
	padding: 25px 0 10px 0;
}

#content h2 a{
	font-size: .8em;
	color: #006668;
	text-decoration: none;
}

#content p	{
	font-size: .9em;
	padding-left: 50px;
	padding-bottom: 15px;
}

p.range	{
	font-weight: bold;
	clear: both;
}

#content li	{
	margin-left: 70px;
	padding: 0 0 10px 7px;
	font-size: .8em;
	list-style-type: disc;
}

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

img.floatRight{
	float: right;
	padding-left: 10px;
}

#content a.email{
	background: url('../assets/Image/email.gif') no-repeat top left;
	padding: 0 0 0 26px;
}

#content a.pdflink{
	font-size: 0.7em;
	background: url('../assets/Image/pdf.png') no-repeat top 56px;
	padding: 2px 0 0 76px;
	color: #006668;
}
#content a.pdflink:hover{
	font-size: 0.7em;
	background: url('../assets/Image/pdf.png') no-repeat top 56px;
	padding: 2px 0 0 76px;
	text-decoration: none;
}

#profileMeasure{
	width: 640px;
}

#content table {
	border: 1px solid #000;
	border-collapse: collapse;
	font-size: .8em;
	margin-left: 50px;
	width: 590px;
}

#content table td,
#content table th{
	border: 1px solid #000;
	text-align: left;
	padding: 3px;
}

#content table th{
	color: #fff;
	background-color: #006668;
}

#content table td img{
	float: left;
	border: 1px solid #006668;
	margin-right: 3px;
	overflow: hidden;
	width: 150px;
}

#content table td p{
	float: left;
	width: 300px;
	padding: 0;
}

th#productType{
	width: 100px;
}

th#description{
	width: 490px;
}

#content table td.subheader{
	background-color: #80afb0;
}

p#newsStory{
	font-size: 1.1em;
	text-align: left;
}

img#map	{
	margin: 10px 0 0 47px;
	display: block;
}

a#directions{
	background-image: none;
	text-align: center;
	padding: 0;
}

p.return	{
	background: url('../assets/Image/arrow.gif') no-repeat top left;
	padding: 3px 0 0 0;
	margin-top: 3px;
	overflow: hidden;
	text-align: right;
	float: right;
	width: 80px;
	font-weight: bold;
	height: 20px;
}

p.return a:link,
p.return a:active,
p.return a:hover,
p.return a:visited{
	color: #006668;
}

h3#productsales{
	margin-top: 20px;
}

p#crimbo{
	background: url('../assets/Image/crimbo-msg.jpg') no-repeat top left;
	width: 316px;
	height: 150px;
	margin: 0 auto;
}

p#crimbo span{
	display: none;
}

.quote {
	float: right;
	padding-top: 23px;
}


/* ERROR PAGE STYLES */

#error404{
	padding: 40px 0 80px 50px;
}

#error404 img{
	float: left;
}

#error404 h2{
	padding-top: 94px;
}

#error404 p{
	color: #006668;
	font-size: .9em;
}

#error404 a{
	font-size: .8em;
}
	

/* FOOTER STYLES */

#footer{
	background-color: #006668;
	text-align: left;
	height: 80px;
	padding-top: 5px;
	width: 950px;
}

#footer p{
	font-size: 0.8em;
	color: #fff;
	padding: 0;
	float: left;
	text-align: center;
	padding-left: 15px;

}

#footer a{
	color: #01c6ca;
}
#footer img {
  position: absolute;
  margin-top: -100px;
  margin-left: 25px;
}

/* CONTACT FORM STYLES */

form	{
	font-size: .8em;
	border: none;
	margin: 10px auto 0 auto;
	overflow: hidden;
	width: 500px;
}

fieldset	{
	border: none;
}

label	{
	float: left;
	width: 150px;
	padding: 0 5px 0 0;
	text-align: right;
	display: block;
}

input	{
	margin: 0 0 4px 0;
	width: 250px;
}

textarea	{
	width: 252px;
}

input#submit{
	margin-left: 260px;
	width: 100px;
	clear: left;
}

body#page8 input#submit{
	margin: 5px 0 0 189px;
	
}

label.label1 {
	margin-right:15px;
}

input#saddr {
	margin-top: 10px
}

