@charset "UTF-8";
/* CSS Document */

body {
	background:url(../images/background.png);
    text-align: center; /* Centers the container */
    margin: 0;
    padding: 0;
}


#header, #column1 {
	padding: 20px 10px 0px 10px;  /* This sets a 10px padding on all of our content boxes */
}

#header {
	margin: 0px 0px 0px 0px;
	padding: 14px 110px 11px 0px;
	text-align: right;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
}
#header a {
	color: #FFFFFF;
	text-decoration: none;
}
#header a:hover {
	color: #9933FF;
	text-decoration: none;
}

#section1 {
    float: left; /* Sets this section to the left */
    width: 540px;
	height: 475px;
}

    #column1 {
	float: left; /* Sets this column to the left inside its section */
	width: 190px;
	margin: 43px 0px 0px 30px;
	list-style: none;
    }

    #column2 {
	float: right; /* Sets this column to the right inside its section*/
	width: 247px;
	margin: 50px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
    }

#section2 {
    float: right; /*Sets this sectionto the right */
    width: 460px;
	height: 475px;
}

    #column3 {
	float: left; /* Sets this column to the left inside its section */
	width: 140px;
	padding-top: 117px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
    }

    #column4 {
	float: right; /* Sets this column to the right inside its section*/
	width: 305px;
    }
	

#column1 ul li {
	list-style: none;
	position: relative;
	width: 140px;
	}
	
	
#column1 ul li a {
	margin:0px 0px 0px 0px;
	display: block;
	height:40px;
	line-height:26px;
	text-decoration: none;
	color:#FFFFFF;
	background:url(../images/rolloverbutton.png) no-repeat;
	padding: 10px 0px 0px 10px;
	border: 0;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	}
	
#column1 a:hover {
	color:#FFFF00;
	}
.price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	display: block;
	height: 21px;
	width: 38px;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 2px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	margin-left: 5.5px;
}
.basketbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.5em;
	display: block;
	color: #FFFFFF;
	height: 25px;
	width: 45px;
	border: 1px solid #000000;
	background-color: #FF9900;
	padding: 4px 0px 0px 0px;
	font-weight: bolder;
	text-align: center;
}
.clickpic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	display: block;
	margin-top: 5px;
	text-align: center;
	padding: 0px 21px 0px 0px;
}
.jumperdescription {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.81245em;
	margin-top: 130px;
	padding-right: 98px;
	line-height: 1.1;
}
.clickswatch {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.5em;
	display: block;
	background-color: #FFFFFF;
	height: 14px;
	width: 205px;
	margin-top: 0px;
	padding-top: 5px;
	border: 1px solid #000000;
	font-weight: bolder;
	padding-left: 0px;
	text-align: center;
}
#colourswatches td {
	padding-left: 4px;
}
#colourswatches td img {
	border: none;
}
#colourswatches {
	margin: 5px 0px 2px 0px;
}
	
#column1 li:hover ul, li.over ul { display: block; }

#footer {
	clear: both;
	padding: 0px 70px 0px 240px;
	font-size: 0.65em;
	height: 225px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer ul li {
	display: inline;
	list-style: none;
}
.foottext {
	clear: both;
}
.emailfriend {
	display: block;
	padding-right: 100px;
	font-size: 0.7em;
	padding-left: 6px;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
}

