body {
font-family: Geneva, Arial, Helvetica, sans-serif;
margin: 0px;
text-align: center;
font-size:12px;
border:none;
	background-color:#FFF;

}

a:link              { color:#000; text-decoration:none; }
a:visited           { color:#333; text-decoration:none; }
a:hover             { color:#F00; text-decoration:none; }
a:active            { color:#F70; text-decoration:none; }

img {
	border: none;
	vertical-align:bottom;
}

h1 {
	text-align:left;
	padding-left: 30px;
	padding-top: 22px;
	margin:0px;
	margin-bottom:22px;
	font-size: 22px;
	font-family: Arial , Helvetica, sans-serif;
	font-weight: bold;
	color:#333;
}

h2 {
background-image: url(images/redimage.jpg);
width: 171px;
height: 17px;
text-align: center;
font-size:13px;
color:#FFFFFF;
margin: 0px auto;
padding: 5px;

}

input {
	border: solid 2px #BFBFBF;
	padding: 2px 4px 2px 4px;
	background-color:#FFF;	
}

button {
	border: solid 2px #BFBFBF;
	padding: 2px 4px 2px 4px;
	background-color:#FFF;
}

select {
	border: solid 2px #BFBFBF;
	padding: 2px 0px 2px 0px;
	background-color:#FFF;	
}

textarea {
	border: solid 2px #BFBFBF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 5px 2px 5px;
	background-color:#FFF;	
}

p {
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	font-size:13px;
}

#box {
    margin: 0px auto;
	width:980px;
	background-image: url(images/box-center.gif);
	text-align:center;
}

#container {
    margin: 0px auto;
    width: 908px;
}

#footer {
	font-size:10px;
	font-weight:bold;
	padding-bottom:5px;    

}

#topmenu {
	background-color: #3F3F3F;
	background-image: url(images/topmenu_background.jpg);
	height: 38px;
	margin: 0px;
	padding-left: 30px;
}

#topmenu div.topmenuitem {
    padding-left: 12px; 
    padding-right: 12px;
    float: left;
    color: #fff;
    padding-top: 13px;
    height: 25px;
    text-align: center;
    cursor:pointer;
}

#topmenu div.topmenuselected{
    padding-left: 12px; 
    padding-right: 12px;
    float: left;
    color: #fff;
    padding-top: 13px;
    height: 25px;
    text-align: center;
    background-color: #6F6F6F;
    background-image: url(images/topmenu_hover_background.gif);
    cursor: pointer;
}

#submenu {
	background-color: #DF3F3F;
	background-image: url(images/submenu_background.jpg);
	height: 32px;
	margin: 0px;
	padding-left: 30px;
}

#submenu a.submenuitem {
    padding-left: 12px; 
    padding-right: 12px;
    padding-top: 9px;
    float: left;
    color: #fff;
    height: 20px;
    text-align: center;
    font-weight:bold;
}

#submenu a.submenuselected{
    padding-left: 12px; 
    padding-right: 12px;
    padding-top: 9px;
    float: left;
    color: #fff;
    height: 20px;
    text-align: center;
    font-weight:bold;
	cursor: pointer;
}

#currency {
	color:#FFF;
	height:15px; 
	padding:9px; 
	float:right; 
	text-align:right; 
	padding-right:10px;
	font-weight:bold;
}

#currency a{
	color:#FFF;
}

#contentarea {
	width: 688px;
	float: left;
	padding-left:13px;
	padding-top:13px;
}

#right {
	padding-left:13px;
	padding-top:11px;
	width: 171px;
	float: left;
}

.clear {
	clear:both;
}

.spacer {
	height:15px;
}

.label {
	float:left;
	font-weight:bold;
	text-align:left;
	width:250px;
	margin-left:25px;
}

.input {
	float:left;
	text-align:left;
}

.price {
	float:left;
	font-weight:bold;
	color:#0B0;
}

.normal_field {
	margin-bottom:7px;
	padding:4px;
}

.error_field {
	border: solid #F00 2px;
	margin-bottom:5px;
	padding:4px 2px 4px 2px;
}

.error {
	padding:2px;
	text-align:center;
	font-weight:bold;
	color:#F00;
}

.th {
	height:20px;
	font-size:13px;
	background-repeat:repeat-x;
	background-image:url(images/th.jpg);
	padding:6px 2px 6px 2px;
	border: none;
	color: #FFF;
	text-align:left;
}

.td {
	height:20px;
	padding:6px 2px 6px 2px;
	border-bottom:solid #666666 1px;
	text-align:left;
}

.flag {
	position:relative;
	top:-1px;
}

.tick {
	width:15px;
	height:15px;
}

.whybox {
	margin-top:8px;
	padding:5px;
	border: 1px solid #999;
	background-color:#F3F9EE;
	color:#555;
}

.clear {
	clear:both;
}