@charset "utf-8";
/* CSS Document */

/* Default */

body {
	font-family:Tahoma, Arial;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-size:12px;
	background:#ffffff;
}

#container {
	width:750px;	
	margin:5px auto 0 auto;
	border:1px solid #A8615C;
	background:#FFFFFF;
}

img {
	border:none;
}

h1 {
	text-align:center;
	font-size:28px;
	color:#236297;
}

h2 {
	text-align:right;
	margin:0 20px 0 0;
	padding:0;
	color:#FFFFFF;
	font-size:24px;
	font-weight:normal;
}

h3 {
  font-size:13px;
  font-weight:bold;
  }

/* Top Banner Image */
#headerImg {
	margin-bottom:2px;
}

/* Welcome Bar */

#welcomeBar {
	background:#980E06;
	padding:2px 0 2px 0;
}

/* Columns */

#blueBack {
	background:#980E06;
	padding-bottom:20px;
}

#colL {
	float:left;
	width:160px;
	background:#980E06;
}

#colR {
	background:#980E06;
	margin-left:160px;
	width:590px;
	padding:0px;
}

/*Navigation */

#colL ul {
	width:140px;
	height:203px;
	padding:30px 10px 10px 0;
	margin:50px 0 0 0;
	background:url(images/img2.gif) no-repeat;
	font-weight:bold;
}

#colL li {
	list-style-type:none;
	margin:0 0 20px 20px;
}

#colL li a:link {
	color:#980E06;
	text-decoration:none;
}

#colL li a:visited {
	color:#980E06;
	text-decoration:none;
}

#colL li a:hover {
	color:#406380;
	text-decoration:none;
}

#colL li a:active {
	color:#980E06;
	text-decoration:none;
}

/* Main Content Area  */

#contentTopBg {
	background:url(images/img4.gif) no-repeat;
	width:560px;
	height:38px;
	margin:0 0 0 30px;
}

#contentMain {
	background:url(images/img5.gif);
	width:500px;
	margin:0 0 0 30px;
	padding:0px 30px 10px 30px;
}

#contentMain #floatP {
	float:left;
	width:238px;
	margin-top:0;
}

#contentMain #floatImg {
	margin:0 0 0 20px;
}

#contentBottomBg {
	background:url(images/img3.gif) no-repeat;
	width:560px;
	height:40px;
	margin:0 0 0 30px;
}

/* Bottom Nav */


#bottomNav {
	width:560px;
	background:url(images/img7.gif) no-repeat;
	margin:20px 0 0 190px;
	height:49px;
	text-align:center;
	padding-top:17px;
	overflow:hidden;
}

#bottomNav li {
	display:inline;
	list-style-type:none;
	margin:0 25px 0 0 ;
	padding:0;
}

#bottomNav li a:link {
	color:#980E06;
	text-decoration:none;
}

#bottomNav li a:visited {
	color:#980E06;
	text-decoration:none;
}

#bottomNav li a:hover {
	color:#406380;
	text-decoration:none;
}

#colL li a:active {
	color:#980E06;
	text-decoration:none;
}

/* Range Cookers Page */

.image_float {
  float:left;
  }
  
.p {
  float:right;
  }
  
.spacer {
  clear:left;
  }



/* Highslide ---------------------------------- */
.highslide {
	cursor: url(scripts/graphics/zoomin.cur), pointer;
  outline: none;
}

.highslide-html-content {
	display:none;
}

.highslide-body {
	clear:right;
}

.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(scripts/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
		font-size: 10px;
}

.highslide-move {
    cursor: move;
}
a.highslide-full-expand {
	background: url(scripts/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

