@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'lane_-_narrowregular';
    src: url('webfontkit/lanenar_.ttf');
}

body {
	font-family: Tahoma, Geneva, sans-serif;
	filter: progid:DXImageTransform.Microsoft. AlphaImageLoader(src=hIEfix.png,sizingMethod=crop);
    zoom: 1;
	background-color: #FFF;
	overflow-x:hidden;
}


p {
	font-family: Tahoma, Geneva, sans-serif;
	filter: progid:DXImageTransform.Microsoft. AlphaImageLoader(src=hIEfix.png,sizingMethod=crop);
    zoom: 1;
	font-size: 15px;
	font-weight: 100;
	color: #333;
}


/* ~~ Element/tag selectors ~~ */

ul
{
list-style-image: url(white.png);
display: inline; 
}


a img {
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #333;
}
a:visited {
	color: #333;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	colour:#000;
	color: #333;
}


/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.header {
	font-family: Tahoma, Geneva, sans-serif;
	filter: progid:DXImageTransform.Microsoft. AlphaImageLoader(src=hIEfix.png,sizingMethod=crop);
    zoom: 1;
	height: 137px;
	background-color: #FFF;
	width: 960px;
}

.navigation {
	height: 35px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/navigation.png);
	background-color: #FFF;
	line-height: 35px;
	text-align: center;
}

.navigation a:link {
	color: #FFF;
	text-decoration: none;
}
.navigation a:visited {
	color: #FFF;
	text-decoration: none;
}
.navigation a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	colour:#FFF;
	color: #FFF;
	text-decoration: none;
}

.container .navigation table tr td a {
	font-size: 16px;
	background-image: url(../images/button.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	width: 150px;
	text-align: center;
	float: left;
	line-height: 35px;
	target: _parent;
}

.container .navigation table tr td a:hover, a:active, a:focus {
	background-position: left bottom;
}


.content {
	width: 960px;
	background-color:#FFF;
	margin-right: auto;
	margin-left: auto;
	font-size: 15px;
}

.footer {
	font-family: Tahoma, Geneva, sans-serif;
	filter: progid:DXImageTransform.Microsoft. AlphaImageLoader(src=hIEfix.png,sizingMethod=crop);
    	zoom: 1;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	background-color: #FFF;
	height: 35px;
	width: 960px;
}

.container .footer table td {
	font-size: 12px;
	text-decoration: none;
	text-align: right;
	color: #FFF;
}

.container .footer table td a:link {
	color: #FFF;
	text-decoration: none;
}
.container .footer table a:visited {
	color: #FFF;
	text-decoration: none;
}
.container .footer table a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	colour:#FFF;
	color: #FFF;
	text-decoration: none;
}



/* TABLE STYLE */
.product_table table, th, td {
    border: 0px;
	text-align:left;
}

.product_table th {
	text-align:left;
	color:#666;
}
.product_table td {
	padding: 5px;
}

.product_table tr:nth-child(even) {
	background-color: rgba(200,200,200,0.25);
	color: rgba(71,117,120,1);
}

.product_table tr:nth-child(odd) {
	background-color: #FFF;
	color: rgba(71,117,120,1);
}

.product_table tr:nth-child(even) td{
	padding:8px;
	
}

.product_table tr:nth-child(odd) td{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
}
