@import url(normalise.css);
@import url(type.css);

html {
 margin: 0;
 padding: 0;
 height: 100%;
 text-align: center; 
 background: #E2E6F2 url(../img/bg_gradient.png) repeat-x;
}

body {
 position: relative;
 width: 880px; 
 min-height: 100%;
 height: auto !important; 
 margin: 0 auto;
 padding: 0;
 text-align: left;  
 background-color: #FFFFFF; 
}

#content {
 position: relative; 
 overflow: auto;
 width: 100%; 
 padding: 15px 0 120px 0;
}

#content_main {
 float: left;
 width: 588px;
 padding: 0px 15px; 
 border-right:  1px dotted gray;
}

#content_sup {
 float: right; 
 width: 250px;
 padding: 0px 0;
}

#site_info {
 position: absolute; 
 bottom: 0;
 width: 100%;
}

h1 {
 position: relative;  
 height: 155px;
 width:	850px;
 background: url(../img/title.png) no-repeat; 
 margin: 0 auto;  
 text-indent: -9999px;
}

ul#nav { 
 position: 		relative; 
 margin: 		5px auto 0 auto;
 padding:		0;
 width: 		850px;
 height:		25px;
 background:	url(../img/menu_norm.png) repeat-x;
 list-style-type:	none;
 font-family:	tahoma, verdana;
 font-size:		10pt;
 text-transform:	uppercase; 
}

ul#nav li {
 float: left; 
 margin: 0;
 padding: 0; 
 border: 0; 
}

ul#nav  a {
 float: left;  
 padding-left:	15px;
 padding-right:	15px;
 padding-top: 0px;
 padding-bottom: 0px;
 margin: 0;
 color:			#93278F; 
 line-height:	25px;
 text-align:	center;
 text-decoration:	none;
 border-left:	1px solid #E7E9F0;
 border-right:	1px solid #B1B4C1; 
}

#nav a:hover {
 background:	url(../img/menu_hvr.png) repeat-x;  
}

#body_hme #nav_hme a,
#body_blg #nav_blg a,
#body_abt #nav_abt a,
#body_bks #nav_bks a,
#body_rvs #nav_rvs a,
#body_faq #nav_faq a,
#body_con #nav_con a,
#body_dir #nav_dir a {
 background:	url(../img/menu_slct.png) repeat-x;
 font-weight:	bold;
}

#nav_hme a {
 border-left: 0;
}

#info {  
 position: relative;
 margin: 0 auto;
 padding: 0;
 width: 100%;
 height: 30px;
 list-style-type:	none;
}

#info li { 
 float: left;
 padding: 10px 15px 0 15px; 
}

li#info_designer {
 float: right; 
}

li#info_valid {
 float:right;  
}

#quote_bar {  
 position: relative;
 margin: 0 auto;
 padding: 0px;
 width: 100%;
 height: 50px;
 list-style-type:	none;
 
 background-color: #E2E6F2;
}

#quote_bar li { 
 float: left; 
}

li#quote_left {
 background: url(../img/qtl.png) no-repeat;
 width: 100px;
 height: 50px; 
 text-indent: -9999px;
}

li#quote_centre { 
 width: 680px;
 padding-top: 18px;
 text-align: center;  
}

li#quote_right {
 background: url(../img/qtr.png) no-repeat;
 width: 100px;
 height: 50px; 
 text-indent: -9999px;
}

.imgfltlft {
 float: left;
 margin: 1em 1em 0em 0em; 
}

.imgfltrgt {
 float: right;
 margin: 0; 
}

.imgfltlftlnk {
 float: left;
 margin: 1em 1em 0em 0em;
 border: 0;
}

.imgfltrgtlnk {
 float: right;
 margin: 0;
 border: 0;
}

#content_sup ul{ 
 border: solid #D3ABD3 1px;
 width: 233px;
 list-style-type: none;
 
}

#sup_box1 {
 background: #EBD7EA url(../img/buy_now.png) no-repeat bottom right; 
}

#sup_box2 {
 background: #EBD7EA url(../img/faq.png) no-repeat bottom right; 
}

#sup_box3 {
 background: #EBD7EA url(../img/about_me.png) no-repeat bottom right; 
}

#sup_box4 {
 background: #EBD7EA url(../img/bg_logo.png) no-repeat bottom right; 
}

#content_sup p {
 width: 180px;
 }

.dir li{
 margin: 1.0em 0 1.0em 0;
}

.dir {
  margin: 0em 0 2.2em 1.0em;
 }

#faqlst {
 margin: 1.0em 0 3.0em 1.5em;
 list-style-type: circle;
 line-height: 1.8em;
}

#faqlst li {
 margin: 1.0em 0 1.0em 0;
}

.faq {
 padding-left: 2em; 
}

.btt {
 width: 100%;
 padding: 0 0.5em 1.0em 0;
 border-bottom: #E2E6F2 solid 1px;
 text-align: right; 
 color: red;
}

.clear {
 clear: both;
 padding-top: 30px;
}

fieldset {
 margin: 1.5em 1.0em 0 1.1em;
 border: solid  #A1A7C4 1px;
 background: #E2E6F2 url(../img/form_back.png) repeat-x top; 
}

legend {
 margin-left: 1em;
 padding: 0 1em 0 0.8em;
 font-weight: bold;
 background-color: #fff;
}

fieldset ol {
 padding: 1em 1em 0 1em;
}

fieldset li {
 padding-bottom: 1em;
}

label {
 float: left;
 width: 12em;
 margin-right: 1em;
 text-align: left;
 padding-top: 0.2em;
}

input.text {
 width: 250px;
}

fieldset fieldset { 
 margin: 0.5em 0 0 0;
 padding: 0; 
 border: 0;
 border-style: none;
 background-image: none;
 background-color: transparent;
}

fieldset fieldset legend {
 display: none; 
 background-color: transparent;
 margin: 0;
 padding: 0;
 font-weight: normal;
 color: #000;
}

fieldset fieldset ol {
 margin: 0 0 0 13em;
 padding: 0;
}

fieldset fieldset label {
 float: none;
 width: auto;
 margin-right: auto;
}

#buy li {
 margin: 1.0em 0 1.0em 1.0em;
}

#body_buy fieldset {
 float: right;
 margin: 0;
 border: 0;
 background-color: transparent;
 background-image: none;
 width: 131px;
}

fieldset em {
padding-right: 0.5em;
color: red;
}

label strong {
 display: block;
 color: #C00;
 font-size: 85%;
 font-weight: normal;
 text-transform: uppercase;
 padding-left: 1.1em;
}

.sent {
 line-height: 1.5em;
 
 }

.chp1st1 {
 border: solid black 1px;
 padding: 3em 3em 3em 3em;
 line-height: 44px;
 text-align: center;
}


.chp1st2 {
 border: solid black 1px;
 padding: 3em 3em 3em 3em;
 line-height: 44px;
}

.chp1st3 {
 border: solid black 1px;
 padding: 3em 3em 3em 3em;
}

a img {	border: none; }
	
.clear {
 clear: both;
}

#country li {
 margin: 1.0em 0 1.0em 1.0em;
 line-height: 2em; 
}

#player {
	width: 363px;
	margin: 30px auto;
}