@charset "UTF-8";
/* CSS Document */

img, div { behavior: url(/css/iepngfix.htc) }

body{
	background:#000;
	text-align:center;
}
a{
	color:#D9E021;
	text-decoration: none;
}
a:hover{ color:#D9E021; }

img{ border:none;}

hr{ color:#D9E021; }

h1{
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	line-height: 12px;
	color: #D9E021;
	margin: 0;
	padding: 0;
}

table.style{
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #D9E021;
	border-width: 1px;
	border-color: #D9E021;
	background:#000000;
	border-collapse: collapse;
	-moz-border-radius: ;
}
 
table.style th {
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #D9E021;
	border-width: 1px;
	border-style: solid;
	border-color: #D9E021;
	-moz-border-radius: ;
}
 
table.style td {
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #D9E021;
	-moz-border-radius: ;
}
 
#container {
	width: 724px;
	margin: 30px auto 0 auto;
}

#header {
	width: 724px;
	height: 140px;
	background: url('/images/header.png') no-repeat;
	padding: 0 0 15px 0;
	text-align: left;
}

#nav {
	width: 724px;
	height: 28px;
}
       
#content {
	width: 724px;
	background: url('/images/bg.png') repeat;
}

p{
	padding:0 0 10px;
}

.homeImage {
	float:left; 
	clear: left; 
	display: inline-block; 
	margin: 0 20px 15px 0; 
	height: 190px; 
	width: 190px;
}

.priceItem{
	font-weight:bold;
	color:#D9E021;
}

.info {
	margin:0 35px 0;
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #ffffff;
	text-align: justify;
	
}

#pricingMarkets{
	width:200px;
}

#footer {
	width: 724px;
	height: 40px;
	background: url('/images/footer.png') no-repeat;
}


#footer hr {
	margin:0 0 7px 0;
	padding:0;
}

        

