﻿body
{
	background-position: center top;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height:100%;
	font-size:11pt;
	font-family: Verdana;
	
	background-color: #393A3A;
	background-image: url(  '../images/grayFade.png' );
	color: white;
}


#container
{
   min-height:100%;
   position:relative;
   height:100%;
}


#ccolumn
{
	overflow: auto;
	position: relative;
	width: 748px;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
}

html
{
	margin: 0px;
	padding: 0px;
	min-height: 100%;
	height:100%;
}

.wrapper
{
	position:relative;
}

#footer
{
	height: 40px;
	
	bottom:0;
    width:100%;
    margin-top:10px;
    font-size:8pt;
	color:Gray;
}

#footer a
{
	text-decoration:none;
}

#clearfooter
{
	clear: both;
	height: 0px;
}

p
{
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}

p.small
{
	font-size:8pt;
}

li
{
	margin-bottom:10px;
}

.flag
{	
	top:2px;
	height:14px;
	width:20px;
	position:absolute;
	background-repeat:no-repeat;
}

#uk
{
	right:200px;
	background-image:url( '../images/ukflag_s.jpg' );
}

#us
{
	right:175px;
	background-image:url( '../images/usflag_s.jpg' );
}

#eu
{
	right:150px;
	background-image:url( '../images/euflag_s.jpg' );
}

#selectright
{
	right:0px;
	top:0px;
	position:absolute;
	font-size:10pt
}

.textRight-padded

{
	padding-right:315px;
}

.buy-now, .strip-y
{
	width: 733px;
	height:37px;
	padding: 14px 0px 0px 15px;
	position:relative;
}

.buy-now p, .strip-y p
{
	font-size:19px;
}

.buy-now img, .strip-y img
{
	border:0px;
}

.buybutton
{
	position:absolute;
	right:15px;
	width:123px;
	height:39px;
	top:5px
}

.right-image

{
	position:absolute;
	width:285px;
	right:0px
}

#form
{
	background-color:#5998E2;
	padding:10px;
	margin: 20px 0px 0px 0px;
	background-image:url('../images/formFade.png');
	background-repeat:repeat-x;
	background-position:bottom
}