* {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
}

body {
	margin: 0px;
	background-image: url(images/bg_fade.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

.button {
	text-indent:-9999px;
	text-transform: capitalize;
    border: none;
    background: url('images/button_find.png') no-repeat top left;
	width:63px;
	height:34px;
    /*padding: 2px 8px;*/
	
}
.button:hover {
	text-indent:-9999px;
    border: none;
    background: url('images/button_find_over.png') no-repeat top left;
    /*padding: 2px 8px;*/
}

.BigBox {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.WideFrame {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.ContentFrame {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}
.MainContent {
	width:630px;
	float:left;
	margin-right:10px;
}

a {
	color: #3366d1;
	text-decoration: none;
}
p {
	margin: 10px;
}
.NewsCol {
	width:200px;
	float:right;
	margin-top:20px;
	background-image: url(images/slit_vert.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

.txtTinyRed {
font-size:9px;
color:#990000;
}
.txtSmall {
font-size:10px;
}
.txtMed {
font-size:12px;
}

.txtMed ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left:15px;
}
.txtMed li {
	list-style-type: disc;
	list-style-position: inside;
	margin-left:15px;	
}

.txtLrg {
font-size:14px;
}
.txtHuge {
font-size:16px;
}

.SectionHighlight {
	margin-top: 20px;
	font-size:16px;
	color:#999999;
	margin-left: 0px;
	;
}

.RowWrapper {
	margin-top: 10px;
	width:100%;
}

.ProductDescr {
	font-size:10px;
	background-color: #FFFFFF;
	color: #cc6600;
}

.ProductDetails {
	font-size:14px;
	background-color: #f7f7f7;
	padding:10px;
}

/* Table Rows */

.table_titlerow th {
	background-image: url(images/table_head_bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	background-color: #666666;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

table {
	border: 0px none #ffffff;
}
.currcodes_table td{
	border: 0px none #ffffff;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.Country_Col {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #031b49;
	vertical-align: middle;
}

.row1 {
	clear:both;
	background-color: #f5f5f5;
}
.row2 {
	clear:both;
	background-color: #e9e9e9;
}


/* Setup */

ul.cssmenu {
	list-style: none;
	padding: 0px;
	margin-left: 50px;
    }
.displace {
    position: absolute;
    left: -5000px;
    }
ul.cssmenu li {
	float: left;
    }
ul.cssmenu li a {
    display: block;
    width: 150px;
    height: 40px;
    background: url('images/button_states.png');
    }


/* Normal Links */


ul.cssmenu li.welcome a {
    background-position: 0 0;
    }
ul.cssmenu li.select a {
    background-position: -150px 0;
    }
ul.cssmenu li.view a {
    background-position: -300px 0;
    }
ul.cssmenu li.quick a {
    background-position: -450px 0;
    }
ul.cssmenu li.contact a {
    background-position: -600px 0;
    }		


/* Hover Links */


ul.cssmenu li.welcome a:hover {
    background-position: 0 -40px;
    }
ul.cssmenu li.select a:hover {
    background-position: -150px -40px;
    }
ul.cssmenu li.view a:hover {
    background-position: -300px -40px;
    }
ul.cssmenu li.quick a:hover {
    background-position: -450px -40px;
    }	
ul.cssmenu li.contact a:hover {
    background-position: -600px -40px;
    }		


/*  Clicked Links */


ul.cssmenu li.welcome a:active {
    background-position: 0 -80px;
    }
ul.cssmenu li.select a:active {
    background-position: -150px -80px;
    }
ul.cssmenu li.view a:active {
    background-position: -300px -80px;
    }
ul.cssmenu li.quick a:active {
    background-position: -450px -80px;
    }
ul.cssmenu li.contact a:active {
    background-position: -600px -80px;
    }		


/*  Selected/Active Links  */


ul.cssmenu li.welcome a.selected {
    background-position: 0 -120px;
    }
ul.cssmenu li.select a.selected {
    background-position: -150px -120px;
    }
ul.cssmenu li.view a.selected {
    background-position: -300px -120px;
    }
ul.cssmenu li.quick a.selected {
    background-position: -450px -120px;
    }
ul.cssmenu li.contact a.selected {
    background-position: -600px -120px;
    }	

