@charset "utf-8";
* {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}

/* CSS Document */

body {
	background-color: #000000;
	font-size: 62.5%;
}
#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/mainBg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 4px;
}
#innerWrapper {
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 80px;
}
#masthead {
	height: 230px;
	width: 950px;
}
#masthead h1 {
	display: none;
}

#primaryNavigation {
	width: 299px;
	float: left;
	margin-bottom: 80px;
}
#primaryNavigation ul {
	list-style-type: none;
	text-transform: uppercase;
	font-size: 1.5em;
}
#primaryNavigation li {

}
#primaryNavigation a {
	width: 212px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	line-height: 43px;
	color: #CEE8FF;
	display: block;
}
#primaryNavigation .top a {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFFFFF;
}

#primaryNavigation a:hover {
	color: #FFF;
	background-image: url(../images/naviOvBg.png);
}
#primaryContent {
	width: 601px;
	float: left;
}
#primaryContentBox {
	margin-top: -15px;
	background-image: url(../images/contentBg.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
}
.left {
	float: left;
}
.right {
	float: right;
}

#primaryContentBoxBottom {
	height: 30px;
	width: 601px;
	background-image: url(../images/contentBg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#primaryContent h2 {
	font-size: 2em;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 40px;
	margin-bottom: 10px;
	color: #FFF;
}
#primaryContentBox h3 {
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 10px;
}

#primaryContent p {
	font-size: 1.2em;
	line-height: 1.7em;
	color: #CEE8FF;
	padding-bottom: 0.8em;
	padding-top: 0em;
}
#primaryContentBox ol {
	margin-left: 17px;
	font-size: 1.2em;
	color: #CEE8FF;
}
#primaryContentBox li {
	color: #CEE8FF;
}
#primaryContentBox ol li {
	color: #CEE8FF;
	padding-top: 2px;
	padding-bottom: 2px;
}
#primaryContentBox ul {
	margin-left: 17px;
	font-size: 1.2em;
	color: #CEE8FF;
	margin-top: 7px;
}
#primaryContentBox li {
	color: #CEE8FF;
}
#primaryContentBox ul li {
	color: #CEE8FF;
	padding-top: 2px;
	padding-bottom: 2px;
}
#primaryContentBox table {
	border: 1px solid #3D8CE4;
	font-size: 1.2em;
	margin-top: 5px;
	margin-bottom: 5px;
}
#primaryContentBox td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3D8CE4;
	border-right-color: #3D8CE4;
	border-bottom-color: #3D8CE4;
	border-left-color: #3D8CE4;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#primaryContentBox .buy td {
	padding-bottom: 18px;
}
#primaryContentBox th {
	background-color: #3D8CE4;
	border: 1px solid #3D8CE4;
	color: #00569D;
	padding: 3px;
	font-size: 1.1em;
}





#footer {
	height: 29px;
	width: 950px;
	background-color: #000000;
}
#footerLeft {
	margin-left: 25px;
	height: 14px;
	display: block;
	padding-top: 7px;
}
#footerRight {
	line-height: 29px;
	height: 29px;
	float: right;
	margin-right: 25px;
}
#footerRight a {
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
}
#footerRight a:hover {
	color: #FFF;
}
.clear {
	clear: both;
}
.formFields label {
	display: block;
	font-size: 1.4em;
	width: 150px;
	float: left;
	margin-bottom: 15px;
	line-height: 20px;
}
.formFields input {
	display: block;
	float: left;
	width: 300px;
	background-color: #5CAAE9;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 20px;
	padding-left: 3px;
	font-size: 20px;
	height: 20px;
}
.formFields {
	margin-bottom: 15px;
}
input[type="submit"] {
	color: #000000;
	margin-left: 150px;
}

.formFields textarea {
	display: block;
	float: left;
	width: 300px;
	background-color: #5CAAE9;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 20px;
	padding-left: 3px;
	font-size: 20px;
}
#map {
	height: 262px;
	width: 530px;
	position: relative;
}
#map ul {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	list-style-type: none;
}
#map a {
	text-decoration: none;
	color: #0F416F;
	background-image: url(../images/mapOvBg.png);
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;

}
#map a:hover {
	color: #FFF;
	background-image: url(../images/mapOvBg_ov.png);
}
#map .northAmerica {
	top: 51px;
	right: 340px;
	position: absolute;
	width: 142px;
}
#map .centralAmerica {
	position: absolute;
	left: 70px;
	top: 130px;
}
#map .southAmerica {
	position: absolute;
	left: 114px;
	top: 194px;
}
#map .africaMiddleEast {
	position: absolute;
	left: 228px;
	top: 173px;
}
#map .asia {
	position: absolute;
	left: 390px;
	top: 153px;
}
#map .australiaNewZealand {
	position: absolute;
	left: 368px;
	top: 213px;
}
#map .europe {
	position: absolute;
	left: 312px;
	top: 68px;
}
#primaryContentBox .buy {
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#primaryContentBox .buy td {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 50%;
	vertical-align: top;
}
#primaryContentBox .filterGrid {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 20px;
}
#primaryContentBox .filterGrid td {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.flashstyle {
	border: 1px solid #000099;
	margin-top: 15px;
	margin-bottom: 15px;
}
table#retailers, #retailers tr, #retailers td {
border:0;
}
#retailers a {
display:block;
height:22px;
line-height:22px;
margin-left:-3px;
text-indent:3px;
text-decoration:none;
border-bottom:1px dotted white;
margin-right:15px;
}
#retailers a:hover {
font-weight:bold;
}
#retailers a.sel {
font-weight:bold;
color:#000000;
text-decoration:none;
background-color:#3D8CE4;
}
