@charset "utf-8";
/* CSS Document */

* {
	font-family:Arial, Hervetica, sana-serif;
	color:#000000;
}

body {
	font-size:62.5%;
	margin:0px;
	padding:0px;
	background-color:#ffffff;
}

#wrapper {
	width:740px;
	margin-left:auto;
	margin-right:auto;
	padding:0px 10px 0px 10px;
}

#header {
	width:740px;
	height:37px;
}

#logo {
	width:150px;
	height:20px;
	float:left;
	padding-top:17px;
}

/**********/
#countries {
	width:510px;
	float:left;
	padding-top:17px;
}

#countries ul {
	list-style:none;
	padding:0px;
	margin:0px 0px 0px 15px;
}

#countries li {
	float:left;
	margin:0px;
	padding:0px 7px 0px 7px;
	display:inline;
	border-right:#0d3286 solid 1px;
}

#countries li.last {
	border-right:0px;
}

#countries a {
	color:#0d3286;
	font-size:1.0em;
	text-decoration:none;
}

#countries a:hover {
	text-decoration:underline;
}


#countries li.active {
	font-weight:bold;
	color:#0d3286;
	font-size:1.0em;
}

/**********/
#global {
	float:right;
	text-align:right;
	padding-top:17px;
	width:80px;
}

#global a {
	color:#0d3286;
	text-decoration:none;
}

#global a:hover {
	text-decoration:underline;
}

/**********/
#nav {
	background:url(../images/nav-left.gif) no-repeat left top;
	background-color:#44aadd;
	height:23px;
	clear:both;
	overflow:hidden;	
}

#nav ul {
	list-style: none;
	padding:0px;
	margin:0px 0px 0px 157px;
}

#nav li {
	float:left;
	margin:0px;
	padding:4px 15px 0px 15px;
	display:inline;
	border-right:#ffffff solid 2px;
	height:23px;
}

#nav a {
	color:#ffffff;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
}

#nav a:hover {
	text-decoration:underline;
}

/**********/
#heading {
	clear:both;
	overflow:hidden;
}

#title {
	margin:16px 0px 29px 0px;
	padding:37px 40px 37px 16px;
	background-color:#eeeeee;
	width:506px;
	float:left;
}

#dots {
	background:url(../images/dots.gif);
	height:158px;
	width:146px;
	float:right;
}

/**********/
#content {
	width:740px;
	clear:both;
	overflow:hidden;
}

#products {
	width:150px;
	float:left;
	vertical-align:top;
}

#products .product-link {
	font-size:1.0em;
	background:url(../images/title-bg.gif) no-repeat;
	height:37px;
	width:125px;
	padding:7px 0px 0px 4px;
	margin:9px 0px 15px 0px;
}

#products .product-link a {
	text-decoration:none;
	color:#006599;
}

#products .product-link a:hover {
	text-decoration:underline;
}

#main {
	width:590px;
	float:right;
}

#main p {
	font-size:1.2em;
	color:#000000;
	padding:0px 0px 15px 0px;
}

#main p.emphasis {
	font-weight:bold;
}

#main h1 {
	font-size:1.8em;
	color:#e6001f;
	padding:0px 0px 15px 0px;
	font-weight:bold;
}

#main h2 {
	font-size:1.4em;
	color:#e6001f;
	padding:0px 0px 15px 0px;
	font-weight:bold;
}

#main h2.form_title {
	font-size:1.4em;
	color:#e6001f;
	padding:15px 0px 5px 0px;
	font-weight:bold;
}

#main h3 {
	font-size:1.2em;
	color:#e6001f;
	padding:15px 0px 0px 0px;
	font-weight:bold;
}

#main .red {
	color:#e6001f;
	font-weight:bold;
}

#main table td {
	font-size:1.2em;
	color:#000000;
}

#main table td.emphasis {
	font-weight:bold;
}

#main table td.col1 {
	width:140px;
	text-align:right;
	padding-right:10px;
}

#main table td.qty {
	text-align:center;
	padding-right:10px;
}

#main table td.gap {
	padding-top:16px;
}

#main ol {
	list-style:decimal;
	padding:0px;
	margin:0px 0px 0px 35px;
}

#main li {
	font-size:1.2em;
	margin:0px;
	padding:0px;
}

#main .note {
	font-size:0.9em;
	padding:0px 0px 0px 0px;
}

#main a {
	color:#006599;
}

.registration table input {
	font-size:1.0em;
	color:#000000;
	width:300px;
	padding:0px 2px 0px 2px;
	border:1px #cccccc solid;
}

.registration table input.mid {
	width:150px;
}

.registration table input.short {
	width:30px;
}

.registration table textarea {
	font-size:1.0em;
	color:#000000;
	width:200px;
	padding:0px 2px 0px 2px;
	margin-bottom:1px;
	border:1px #cccccc solid;
}

.registration table select {
	font-size:1.0em;
	color:#000000;
	width:300px;
	border:1px #cccccc solid;
}

.registration table input.button {
	font-size:1.0em;
	color:#000000;
	width:100px;
	border:1px #cccccc solid;
}

.registration table select.mid {
	width:150px;
}

.registration table select option {
	color:#000000;
	border:1px #cccccc solid;
}

#footer {
	width:740px;
	clear:both;
	overflow:hidden;
	border-top:1px #cccccc solid;
	margin:15px 0px 15px 0px;
	padding:7px 0px 0px 0px;
	font-size:0.9em;
	color:#CCCCCC;
}

.products td {
	padding-right:10px;
}















