@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
}
.oneColFixCtr #container {
	width: 795px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left;
}
.oneColFixCtr #bluebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #0099ff;
	height: 30px;
	position: relative;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #logohead {
	background-image: url(images/mainlogo.gif);
	background-repeat: no-repeat;
	height: 80px;
	position: relative;
	background-position: left center;
}
.oneColFixCtr  #mainpic  {
	background-color: #FFFFFF;
	height: 343px;
	position: relative;
	visibility: visible;
	text-align: right;
}
.oneColFixCtr #content1 {
	padding-left: 200px;
	padding-bottom: 40px;
}
#countryselector  {
	position:absolute;
	width:84px;
	height:57px;
	z-index:1;
	left: 679px;
	top: 50px;
}
#maintext {
	position:absolute;
	width:158px;
	height:288px;
	z-index:1;
	left: 9px;
	top: 9px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: lighter;
	text-align: left;
}
#subhead {
	position:absolute;
	width:491px;
	height:19px;
	z-index:2;
	left: 181px;
	top: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#price {
	position:absolute;
	width:162px;
	height:19px;
	z-index:1;
	top: 6px;
	left: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.oneColFixCtr #content {
	background-color: #FFFFFF;
	position: relative;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

