/* The Stinger Suit Company CSS */
/* copyright(c) Mock Orange Web Development www.mockorange.com.au */

body {
	font-family: "Arial";
	color: #333;
	text-decoration: none;
	margin: 0px;
	background-color: #639ACE;
	font-size: 11px;
}


h1{
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}

h2{

	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}

img a {
	border: 1px solid #000;
}

.bgimage {
	background-attachment: scroll;
	background-image: url(../images/col2_bg_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FAF1E0;
}
.text {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #000;
}
.redtext {
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
}
.bold {
	font-size: 14px;
	font-weight: bold;
	color: #000033;

}
.bold2 {font-size: 14px;
	font-weight: bold;
	color: #000033; padding-left:4em;}
.paddingleft { padding-left:4.75em;}
.reverse {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
td {
	font-size: 12px;
	color: #063466;
}
a:link, a:visited, a:active {
	color: #039;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.nav a:link, .nav a:visited, .nav a:active {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #039;
	text-decoration: none;
}

.nav a:hover {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
.col_1_bg {
	background-attachment: scroll;
	background-image: url(../images/col_bg_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #F4D19B;
}
.col_2_bg {
	background-attachment: scroll;
	background-image: url(../images/col_bg_02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #F4D19B;
}
.col_3_bg {
	background-attachment: scroll;
	background-image: url(../images/col_bg_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #F4D19B;
}
.col_4_bg {
	background-attachment: scroll;
	background-image: url(../images/col_bg_04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #F4D19B;
}
.header {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}
#searchbox {
width: 300px;
text-align: center;
border: 0;
margin: 0 auto;
}
.smlwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}
.smlwhite a:link, .smlwhite a:visited {
	text-decoration: none;
	color: #FFF;	
}
.smlwhite a:hover {
	text-decoration: underline;
	color: #FFF;	
}
.col_sml {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
#stockists { background-image: url(../images/back.jpg); background-repeat:no-repeat; background-color: #ECD8B7;}
/* The End */
.ewTable {
	width: 580px; /* table width */	
	/*color: ;  text color */
	/* font-family: ; font name */
	/*font-size: x-small;  font size */
	/*border-collapse: collapse;*/
	border: 1px solid #cccccc;
	margin: 0 auto;
	

}

/* main table data cells */
.ewTable td {
	padding: 2px; /* cell padding */
	/*border: 1px solid #ccc;  cell spacing */
	/*border-color: #CCCCCC;   table background color */
}

/* main table header cells */
.ewTableHeader {
	background-color: #A7B4C5; /* header color */
	color: #CC0033; /* header font color */	
	vertical-align: top;	
}

.ewTableHeader a {	
	color: #CC0033; /* header font color */	
}

/* main table row color */
.ewTableRow {
	background-color: #FAF1E0;  /* alt row color 1 */
}

/* main table alternate row color */
.ewTableAltRow {
	background-color: #F2DBB0; /* alt row color 2 */	
}

/* main table sorting indicator */
.ewTableOrderIndicator {
	font-family: Webdings;	
}

/* main table footer section */
.ewTableFooter {
	background-color: #FFFFCC;	
}

