
	/*
Design by DMuller
http://www.dmuller.co.uk
For Solar Tackle Ltd. 2007
*/

/* Tables */

td, th, tr {
	padding-left: 1.2em;
	text-align: left;
	padding-top: .2em;
	padding-bottom: .1em;
	}

td,tr {
	height: 1.4em;
	}
	
.prodTable {
	margin: 0 -38px 0 0;
	padding: 5px 0 5px 43px;
	width: 630px;
	}
	
.prodTable table {
	width: 100%;
	font-size: 1em;
	background-color: #ffffff;
	padding: 6px 0 6px 0;
	}
	
.prodTable th.head {
	height: 20px;
	background: url(css_images/img14.gif) no-repeat;
	color: #333333;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #ffffff;
	}
	
	
.prodTable tr.tabletitle{
	background: url(css_images/img18.gif) repeat-x;
	font-weight: bold;
	color: #ffffff;
	background-color: #666666;
	text-transform: uppercase;
	}

.prodTable tr.odd{
	background: url(css_images/img15.gif) repeat-x;
	font-weight: bold;
	background-color: #E6E6E6;
	}
	
.prodTable tr.even{
	background: url(css_images/img15.gif) repeat-x;
	font-weight: bold;
	background-color: #E6E6E6;
	}
	
.prodTable td.caps {
	text-transform: uppercase;
	}
	
.prodTable td.col1 {
	width: 20%;
	}
	
.prodTable td.col2 {
	width: 80%;
	}

.prodTable td.col3 {
	width: 32%;
	}
	
.prodTable td.col4 {
	width: 68%;
	}
	
.prodTable td.col5 {
	width: 60%;
	}
	
.prodTable td.col6 {
	width: 20%;
	}

.prodTable td.col7 {
	width: 45%;
	}

.prodTable td.col8 {
	width: 55%;
	}
	
	
.prodTable td.whitetext {
	color: #cccccc;
	}
	
.prodTable td.grey {
	color: #333333;
	}
	
.prodTable th.foot {
	height: 25px;
	background: url(css_images/img19.gif) no-repeat;
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #ffffff;
	}


/* Clear Floats */

div.clearer {
	clear: both;
	line-height: 0;
	height: 0;
}

.hidden {
	display: none;
	}
	
/* Div Floats */
	
.lfloat {
	float: left;
	clear: left;

	}
	
.rfloat {
	float: right;
	clear: right;
	}
	
.inline {
	display:inline-table;
	}
	
.lfloatImg {
	float: left;
	padding: 4px 2px 2px 2px;
	}
	
.rfloatImg {
	float: right;
	padding: 4px 2px 2px 2px;
	}

.lfloatImg2 {
	float: left;
	padding: 4px 10px 2px 2px;
	}
	
.rfloatImg2 {
	float: right;
	padding: 4px 2px 2px 10px;
	}
/* Images Right Column Floats */
	
.imgLarge {
	width: 500px;
	}
	
.captionLarge {
	width: 500px;
	padding: 5px 5px 5px 35px;
	}
	
.imgSmall {
	width: 140px;
	}
	
.captionSmall {
	vertical-align: top;
	width: 140px;
	padding: 5px 30px 5px 5px;
	}
	
.imgMedL {
	width: 320px;
	}
	
.captionMedL {
	vertical-align: top;
	width: 320px;
	padding: 5px 5px 5px 35px;
	}
	
.captionMedLpost1 {
	width: 320px;
	margin: 0 15px 5px 25px;
	color: #000000;
	}
	
.imgMedR {
	width: 320px;
	}
	
.captionMedR {
	vertical-align: top;
	width: 320px;
	padding: 5px 30px 5px 5px;
	}
		
.captionImgText {
	color: #666666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 1em;
	font-size: .9em;
	font-style: italic;
	padding-bottom: .6em;
	}
	
.imgWide {
	width: 650px;
	}

.captionWide {
	vertical-align: top;
	width: 650px;
	padding: 5px 30px 5px 35px;
	}
	



/* Defaults */

body {
	margin: 0;
	padding: 0;
	text-align: center; /*For IE */
	min-width: 806px;
	background: #FFFFFF url(css_images/img04.gif) repeat-x;
}

body, th, td, input, textarea, h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
}

p, ol, ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	list-style-type: none;
	padding: 0;
	margin: 0;
}


a:hover {
	text-decoration: underline;
}


/* Wrapper */

div#wrappper{
	position: relative;
	width: 960px;
	margin: 0 auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* Aligns text to left */
}
	
	
/* Header */

div#header{
	width: 960px;
	height: 120px;
	margin: 0 auto;
	}
	
div#logo{
	height: 120px;
	width: 960px;
	background: url(css_images/img01.jpg) no-repeat left center;
	}


/* Menu */

div#menuwrap {
	width: 960px;
	height: 50px;
	margin: 0 auto;
	}

div#menu {
	
}

div#menu ul{
	list-style:none;
	margin:0;
	padding:0;
}

div#menu a{
	background:url(css_images/imgTab.gif) no-repeat 100% 0;
	color:#6D6767;
	display:block;
	font-size: 12px;
	letter-spacing:-1px;
	padding:10px 10px 12px 0px;
	text-decoration:none;
	text-align: center;
}


div#menu a:hover{
	color:#000000;
}

div#menu li{
	background:url(css_images/imgTab.gif) no-repeat 0 0;
	float:left;
	margin:0 0 0 0;
	padding: 0 0 0 10px;
}

div#menu #current{
	background:url(css_images/imgTab.gif) no-repeat 0 -38px;
}

div#menu #current a{
	background:url(css_images/imgTab.gif) no-repeat 100% -38px;
	color:#000000;
	padding: 10px 10px 12px 0px;
}


/* Content */

div#content{
	text-align: left;
	width: 960px;
	margin: 0 auto;
	background: #FFFFFF url(css_images/img07.gif) repeat-y;
	}

/* leftcol */

div#leftcol {
	width: 245px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background: url(css_images/img08.gif) no-repeat;
	}


div#leftcolhead{
	height: 50px;
	margin: 0;
	padding: 0 0 20px 0;
	background: url(css_images/img11.gif) no-repeat;
}

div#leftcoltitle{
	margin: 0;
	padding: 18px 0 0 24px;
	font-size: 1.6em;
	color: #ffffff;
	font-weight: bold;
}

div#leftcol h1 {
	margin: 0;
	padding: 10px 0 10px 0;
	font-size: 1.2em;
	color: #333333;
	font-weight: bold;
	text-align: left;
	}

div#leftpost1 {
	width: 195px;
	margin:0 auto;
	padding: 10px 20px 30px 30px;

	color: #666666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	font-size: 1em;
	}
	
div#leftcaption {
	width: 205px;
	margin:0 auto;
	padding: 0px 15px 20px 25px;
	}
	
.leftcaption2 {
	width: 205px;
	margin:0 auto;
	padding: 0px 15px 20px 25px;
	}
	
div#leftcaption img {
	width: 205px;
	height: auto;
	padding: 0 0 5px 0;
	}
	
/* Left Column List */
	
div#lcollist {
	
	max-width: 205px;
	margin:0 auto;
	padding: 0px 15px 20px 25px;

	color: #666666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 1.1em;
	font-size: .9em;
	}

div#lcollist a {
	color: #666666;
	text-decoration: none;
	}

div#lcollist a:hover {
	color: #FDB827;
	text-decoration: none;
	}
	
div#lcollist li {
	background: url(css_images/imgBullet02.gif) no-repeat;
	background-position: 0 .4em;
	padding-left: 1.4em;
	padding-bottom: .5em;
	}
	
div#lcollist ul {
	list-style-type: none;
	padding-left: 1em;
	margin: 0;
	}
	
/* rightcol */

.backgdLtGrey {
	background-color:#CCCCCC;
	}
	
.backgdPaleGrey {
	background-color:#e6e6e6;
	}

div#rightcol {
	width: 715px;
	margin: 0 0 0 0px;
	padding: 0 0 0 0;
	background: url(css_images/img09.gif) no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	font-size: 1em;
	}
	
div#rightcol a img {
	border:0px;
	}

div#rightcolhead{
	height: 50px;
	margin: 0;
	padding: 0 0 0 0;
	background: url(css_images/img13.gif) no-repeat;
}

div#rightcoltitle{
	margin: 0;
	padding: 23px 0 1em 24px;
	font-size: 1.6em;
	color: #000000;
	font-weight: bold;
}

.rightpost1 {
	width: 660px;
	margin: 10px 30px 5px 25px;
	color: #000000;
	
	}

.rightpost2 {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	width: 630px;
	background: url(css_images/img03.gif) repeat-y;
	padding: 5px 10px 5px 10px;
	margin: 5px 30px 5px 35px;
	color: #000000;
	}
	
.rightpost3 {
	width: 660px;
	height: 62px;
	margin: 10px 30px 0 25px;
	color: #000000;
	}
	
.rightpost4{
	width: 660px;
	margin: 10px 30px 5px 25px;
	color: #000000;
	}
	
.rightpostAd {
	width: 660px;
	margin: 5px;
	padding-left: 40px;
	color: #000000;
	
	}
	
div#rightcol h1 {
	margin: 0;
	padding: 20px 0 20px 0;
	font-size: 2em;
	color: #333333;
	font-weight: bold;
	text-align: left;
	}
	
	div#rightcol h2 {
	margin: 0;
	padding: 10px 0 10px 60px;
	font-size: 1.6em;
	line-height: 1em;
	color: #666666;
	font-weight: bold;
	text-align: left;
	}
	
div#rightcol h3 {
	margin: 0;
	padding: 0 0 10px 10px;
	font-size: 1em;
	color: #333333;
	font-weight: bold;
	text-align: left;
	}
		
div#rightcol h4 {
	padding: 0 30px 0 30px;
	font-size: 1.6em;
	line-height: 1.2em;
	color: #999999;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	}
	
	div#rightcol h5 {
	margin: 0;
	padding: 20px 0 10px 0;
	font-size: 2em;
	font-weight: bold;
	text-align: left;
	line-height: 1em;
	}
	

		
div#rightcol p {
	padding: 5px 0 5px 20px;
}

.rightcaption {
	width: 715px;
	margin:0 auto;
	padding: 10px 0 0 0;
	}

div#rightcaption img {
	height: auto;
	padding: 0 0 5px 0;
	}
	
/* Right Column List */
div#rcollistNews {
	max-width: 630px;
	margin:0 auto;
	padding: 10px 0px 10px 0px;

	}
	
.rcollist {
	
	max-width: 630px;
	margin:0 auto;
	padding: 10px 0px 10px 0px;

	}
	
div#rcollistNews a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	}

div#rcollistNews a:hover {
	color: #FDB827;
	text-decoration: none;
	}
	
div#rcollistNews ul {
	list-style-type: none;
	margin: 0;
	}	
	
div#rcollistNews li {
	text-indent:3em;
	background: url(css_images/imgBullet01.gif) no-repeat;
	background-position: 3em .4em;
	padding-left: .8em;
	padding-bottom: .5em;
}
	
div#rcollistNews h3 {
	line-height: 1.2em;
	font-size: 1em;
	text-indent: 3em;
	color: #666666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: normal;
	font-style: italic;
	text-transform: uppercase;
	}

.smallBlack {
	text-indent: 2em;
	background: url(css_images/imgBullet02.gif) no-repeat;
	background-position: 1.5em .4em;
	padding-left: .6em;
	padding-right: .6em;
	padding-bottom: .5em;

	}
	
.smallBlackT {
	line-height: 1.6em;
	font-size: .8em;
	text-indent: 2em;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: normal;
	font-style: italic;
	}
	
.dotted {
	/* border-top: 1px dotted #333333; */
	background: url(css_images/img20.gif) repeat-x;
	padding: 2em 0 0 0;
	width: 630px;
	height: 6px;
	}
	
.dottedSpacer {
	/* border-top: 1px dotted #333333; */
	background: url(css_images/img20.gif) repeat-x;
	padding: 1px 0 0 0;
	height: 3px;
	/* height: 2px; */
	}
	
.dottedshaded {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	width: 630px;
	background: url(css_images/img03.gif) repeat-y;
	}
	
div#rcollist a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	}

div#rcollist a:hover {
	color: #FDB827;
	text-decoration: none;
	}
	
.rcollist li {
	background: url(css_images/imgBullet02.gif) no-repeat;
	background-position: 2em .4em;
	padding-left: 3em;
	padding-bottom: 1em;
	}
	
.rcollist ul {
	list-style-type: none;
	padding-left: .4em;
	margin: 0;
	}
	
div#rcollist h3 {
	margin: 0;
	padding: 0 0 10px 10px;
	font-size: 1em;
	color: #999999;
	font-weight: bold;
	text-align: left;
	font-style: normal;
	text-transform: uppercase;
	}
	
.video1 {
	padding: 10px 20px 10px 20px;
}
	
/* Footer */

div#footerwrap {
	width: 960px;
	margin: 0 auto;
	background: url(css_images/img10.gif) no-repeat;
}

div#footer {
	padding: 30px 0;
}

div#footer p {
	margin: 0;
	text-align: center;
	color: #666666;
}

div#footer a {
	color: #999999;
	text-decoration: none;
}

div#footer a:hover {
	color: #000000;
	text-decoration: none;
}

/* shop stuff here */


.rightpost1 form {
	padding-left: 20px;
	}
	
.orange{
	background-color: #fdb827;
}

.green{
	background-color: #009900;
}

div#checkoutchecker {
background: #e6e6e6 url(site_images/imgCart.gif) top left no-repeat;
padding: 0 10px 10px 60px;
border-top: 1px dotted #333333;
border-bottom: 3px solid #666666
}

.checkoutheading {
font-size: 1.6em;
font-weight: bold;
color: #333333;
line-height: 1.3em;
}

.checkoutcopy {
font-family: arial, helvetica;
font-size: 1em;
font-weight: bold;
color: #000000;
line-height: 2em;
}

div#checkoutchecker a {
padding-left: 60px;
text-align: right;
}

/* end shop stuff */

.Thumb {
	width: 595px;
	margin: 3px 35px 0px 30px;
	border-top: 1px #cccccc solid;
	border-left: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	border-bottom: none;
	}
	
.ThumbShade {
	border-top: 1px #000000 solid;
	}

.captionThumbDate {
	width: 475px;
	padding: 3px 5px 0px 5px;
	}

.captionThumbTitle {
	width: 100px;
	padding: 3px 5px 0px 5px;
	}
	
.imgThumb {
	width: 100px;
	padding: 3px 5px 0px 5px;
	}
	
.dateStyle{
	font-size: .82em;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	line-height: 1em;
	}
	
.archivelistStyle {

}
	