/*Main Box Elements*/
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #606060;
	background: #ffffff;
	text-align: center;
}

#container {
	width: 100%;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}

#header {
	background: #cccccc; 
}

#headerInner {
    position:relative;
    background: #000000 url(../images/finerlogo.gif) no-repeat top left;
	height: 157px;
}

#topImage {
    position:absolute;
    width:378px;
    height:111px;
    top:20px;
    right:20px;
}

#topmenu {
	background: #ffcc66;
}

.inner, #headerInner, #menuInner{
	width: 830px;
	margin: 0 auto;
}

#menuInner {
    position: relative;
	background-color: #ff9900;
	height: 55px;
}

#maincontent {
	background: #ffffff url(../images/bg.jpg) repeat-x;
}

#middlecontent {
	background: #ffffff url(../images/innerbg.jpg) repeat-y;
	padding: 20px 0 0 220px;
}
#footer { 
	padding: 0 10px;
	background:#ffcc66;
} 

#footer div {
	background-color: #ff9900;
	text-align: center;
	padding: 0;
}

/*Fonts and Links basic*/
p, h1, h2, h3, h4, h5, h6, li {
	padding: 10px;
	color: #606060;
}

p {
	line-height: 20px;
	font-size: 12px;
}

a {
	border: none;
	cursor: pointer;
	text-decoration: none;
    color: #ff7700;
}

a:hover {
    color: #000000;
}

/*Search Box*/

#searchBox 
{
    float: left;
    padding: 16px 0 0 15px;
}
#searchBox p
{
    float: left;
    padding: 0 5px 0 0;
    color: #ffffff;
}
.searchButton
{
    float: left;
    margin: 0 0 0 5px;
    padding: 0 3px 2px 3px;
    color: #ffffff;
    background-color: #5496d3;
    border: none;
    cursor: pointer;
}
.searchButton:hover
{
    background-color: #76508d;
}
/*Top Menu*/

.rightMenu {
	float: right;
	position: relative;
}
#normalMenu
{
    padding: 0 10px 0 0;
}
#shoppingbasket
{
    position: absolute;
    top: 0;
    right: 0;
}


/* START Top Menu */
#topmenu ul {
	padding: 18px 10px 20px 0;
}

#topmenu li {
	display: inline;
	line-height: 20px;
	padding: 0px 10px;
	border-left: thin #FFF solid;
	font-weight: bold;
	font-size: 12px;
}

#topmenu a {
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
}

#topmenu a:hover {
	color: #000;
}

#topmenu li div.slide ul {
	margin: 17px 0 0 -2px;
	padding: 0;
}

#topmenu li div.slide ul li {
	background: #FF9900 url(../images/subNavArrow2.gif) no-repeat 4px 5px;
	height: 22px;
	margin: 0;
	padding: 0;
}

#topmenu li div.slide ul li a {
	margin-left: 19px;
	margin-right: 7px;
}









/* END Top Menu */

/*Middle*/
#middlecontent p, h1, h2, h3, h4, h5, h6 {
	color: #606060;
	padding: 0 20px 20px 0;
	line-height: 24px;
}

#middlecontent h1, h2, h3, h4, h5, h6 {
	font-size: 18px;
	line-height: 28px;
}

#middlecontent img {
	padding: 0;
}

#middlecontent .imgBox {
	width: 190px;
	height: 350px;
	float: left;
	padding: 0 10px 30px 0;
	margin: 0;
}

#options {
	padding: 0 10px;
}

#options img {
	padding: 10px 0 0 0;
}

.backNext {
    padding-bottom: 20px;
}

.button {
    margin: 0 0 15px 0;
    padding: 0 3px 2px 3px;
    color: #ffffff;
    background-color: #5496d3;
    border: none;
    cursor: pointer;
}

.button:hover {
    background-color: #76508d;
}

#contentContainer {
	width: 600px;
	position: relative;
	overflow: auto;
}

#content {
	width: 363px;
	float: left;
	margin-right: 10px;
}

#banner {
	width: 227px;
	float: left;
	padding: 0;
}

#imageContainer {
	width: 600px;
	position: relative;
	overflow: auto;
	margin-bottom: 10px;
}

#imageContainer .imageBox {
	float: left;
	width: 190px;
	height: 350px;
	overflow: hidden;
	margin-left: 15px;
}

.imageBox table, .imageBox table tbody tr, .imageBox table tbody tr td {
	margin: 0;
	padding: 0;
	border: 0;
}

#imageContainer .first {
	margin: 0;
}

/*Footer*/

#footer .inner p {
    color: #ffffff;
    line-height: 40px;
    font-weight: bold;
}
#smalllinks {
	padding: 10px;
}
#smalllinks li {
    display: inline;
	font-size: 10px;
	font-weight: normal;
	line-height: 15px;
	padding: 0 5px;
	margin-bottom: 5px;
	color: #ffffff;
	border-left: thin #ffffff solid;
}
#smalllinks ul{
	padding: 10px;
}
#smalllinks a {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
#smalllinks a:hover {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}


/*Miscelanious*/

.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clearfloat {
	clear:both;
}

.clear {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}

.warning {
	font-size: 14px;
	font-weight: bold;	
}

.bold {
	font-weight: bold;
}

/* START sidemenu */
#sidemenu {
	width: 200px;
	float: left;
	color: #ffffff;
	background: #000000 url(../images/innerbg.jpg) repeat-y;
}

#searchCollection {
    width: 200px;
    overflow: auto;
    margin: 10px 0;
}

#searchByType {
    width: 200px;
    overflow: auto;
    margin: 10px 0;
}

.searchDropdown {
	width: 180px;
	margin: 0 0 0 10px;
}

#searchCollectionTitle {
	background: url(../images/buttonCollection.gif) no-repeat 0 0;
	text-indent: -1000px;
	width: 180px;
	height: 38px;
	margin: 0 0 0 10px;
}

#searchTypeTitle {
	background: url(../images/buttonSearchType.gif) no-repeat 0 0;
	text-indent: -1000px;
	width: 180px;
	height: 38px;
	margin: 0 0 0 10px;
}

#requestBrochure {
	width: 180px;
	height: 37px;
	background: url(../images/buttonBrochure.gif) no-repeat 0 0;
	text-indent: -1000px;
	margin: 0 10px 10px 10px;
}

#requestBrochureLink {
	display: block;
	width: 180px;
	height: 113px;
}

#specialOffer {
	width: 180px;
	height: 37px;
	background: url(../images/buttonSpecialOffers.gif) no-repeat 0 0;
	text-indent: -1000px;
	margin: 10px;
}

#specialOfferLink {
	display: block;
	width: 180px;
	height: 37px;
}

#bespokeRequest {
	width: 180px;
	height: 37px;
	background: url(../images/buttonBespoke.gif) no-repeat 0 0;
	text-indent: -1000px;
	margin: 10px;
}

#bespokeRequestLink {
	display: block;
	width: 180px;
	height: 37px;
}
/* END sidemenu */

/* START sidemenu */
#sidemenu li {
	padding: 10px 10px 10px 0;
	background: #000 url(../images/sidemenuarrow_35.jpg) no-repeat 10px center;
}

#sidemenu li a {
	margin-left: 25px;
	font-weight: bold;
}

#sidemenu a {
	color: #ffffff;
	text-decoration: none;
}

#sidemenu a:hover {
	color: #ff9900;
}
/* END sidemenu */


/* START search results */
#productContainer {
	position: relative;
	overflow: auto;
	width: 586px;
}

#productContainer .productItem {
	float: left;
	width: 181px;
    height: 194px;
    background: url(../images/productBoxBg.gif) no-repeat;
    margin: 0 0 15px 10px;
}

#productContainer .first {
	float: left;
	width: 181px;
    height: 194px;
    background: url(../images/productBoxBg.gif) no-repeat;
	margin: 0 0 15px 0;
}

#productContainer h1 {
	font-size: 12px;
	line-height: 16px;
	padding: 0;
}

#productContainer a {
	color: #fff;
}

#productContainer a:hover {
	color: #000;
}

#productContainer input {
	margin: 15px 31px;
	color: #606060;
}

#productContainer .productTitle {
	height: 55px;
	width: 172px;
	overflow: hidden;
	position: relative;
}

.pad {
	margin: 5px;
	padding: 0;
}
/* END search results */

/* START productDetails */
#productDetailsContainer {
	position: relative;
	overflow: auto;
	width: 590px;
}

#productDetailsContainer #productDetails {
	width: 290px;
	float: left;
}

#productDetailsContainer #productImage {
	width: 300px;
	float: left;
	margin-bottom: 10px;
}

#productDetailsContainer #productImage img {
	margin: 0 40px;
}

#productDetailsContainer p {
	margin: 10px 0;
	padding: 0;
	line-height: 16px;
}

#productDetailsContainer h1 {
	margin: 0 0 5px 0;
	padding: 0;
}

#productDetailsContainer h2 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 14px;
}

.gridHeader {
	font-weight: bold;
	text-align: center;
	padding: 3px;
}

#productPricing th, td {
	padding: 5px;
}
/* END productDetails */

/* START Product Pricing */
#productDetailsContainer #productPricing {
	float: left;
	width: 273px;
	position: relative;
	border: solid 1px #606060;
	padding: 5px;
	margin-right: 20px;
}

#productDetailsContainer #productPricing legend {
	padding: 0 5px;
	font-weight: bold;
	font-size: 14px;
}

#productPricing dl {
	position: relative;
	overflow: auto;
	width: 273px;
	margin: 5px 0 0 0;
}

#productPricing dt {
	float: left;
	width: 95px;
	margin-bottom: 5px;
	height: 20px;
	vertical-align: middle;
	line-height: 20px;
	height: 25px;
}

#productPricing dd {
	float: left;
	width: 178px;
	height: 20px;
	margin-bottom: 5px;
	height: 25px;
}

#productPricing dd .inputProductDetails {
	width: 165px;
	margin: 0;
	padding: 0;
	color: #606060;
}

#productPricing dd .inputProductPriceDetails {
	width: 50px;
	margin: 0;
	padding: 0;
	color: #606060;
}

.pricingGrid {
	margin: 10px 0 5px 0;
	width: 100%;
}
/* END Product Pricing */

/* START Product Finish */
.productFinish {
	float: left;
	width: 273px;
	position: relative;
	border: solid 1px #606060;
	padding: 5px;
}

.productFinish legend {
	padding: 0 5px;
	font-weight: bold;
	font-size: 14px;
}

.productFinish dl {
	position: relative;
	overflow: auto;
	width: 273px;
	margin: 5px 0 0 0;
}

.productFinish dt {
	float: left;
	width: 125px;
	height: 20px;
	vertical-align: middle;
	line-height: 20px;
	margin-bottom: 5px;
	height: 25px;
}

.productFinish dd {
	float: left;
	width: 148px;
	height: 20px;
	margin-bottom: 5px;
	height: 25px;
}

.productFinish dd input {
	margin: 0;
	padding: 0;
	color: #606060;
}

.productFinish dd .inputProductDetails {
	width: 130px;
	margin: 0;
	padding: 0;
	color: #606060;
}

.productFinish dl dt.large {
	width: 205px;
	height: 34px;
}

.productFinish dl dd.large {
	width: 68px;
	height: 34px;
}

.productFinishContainer {
	float: left;
	width: 285px;
	position: relative;
}

.adjustLineHeight {
	line-height: 14px;
}

dt.full {
	width: 100%;
	line-height: 14px;
	height: auto;
}
/* END Product Finish */

/* START totals */
.totals {
	float: left;
	width: 273px;
	position: relative;
	border: solid 1px #606060;
	padding: 5px;
	margin: 10px 20px 10px 0;
}

.totals legend {
	padding: 0 5px;
	font-weight: bold;
	font-size: 14px;
}

.totals dl {
	position: relative;
	overflow: auto;
	width: 273px;
	margin: 0;
}

.totals dt {
	float: left;
	width: 95px;
	height: 20px;
	vertical-align: middle;
	line-height: 20px;
	margin-bottom: 5px;
	height: 25px;
}

.totals dd {
	float: left;
	width: 178px;
	height: 20px;
	vertical-align: middle;
	line-height: 20px;
	margin-bottom: 5px;
	height: 25px;
}
/* END totals */

/* START buttons*/
.buttons {
	float: left;
	width: 285px;
	text-align: right;
	margin: 18px 0 10px 0;
}

.buttons input.btnCalculateTotal {
    margin: 0 0 10px 0;
    padding: 0 3px 2px 3px;
    color: #ffffff;
    background-color: #5496d3;
    border: none;
    cursor: pointer;
}

.buttons input.btnAddToCart {
	margin: 0;
    padding: 0 3px 2px 3px;
    color: #ffffff;
    background-color: #5496d3;
    border: none;
    cursor: pointer;
}
/* END buttons*/

/* START form */
dl#formContainer {
	width: 329px;
	position: relative;
	overflow: auto;
}

dl#formContainer dt {
	width: 100px;
	float: left;
	font-weight: bold;
}

dl#formContainer dd {
	width: 229px;
	float: left;
	margin-bottom: 10px;
}

.medium {
	width: 209px;
}

#submitContainer {
	width: 315px;
	text-align: right;
	margin: 0 0 20px 0;
}

.submitButton {
	color: #fff;
    padding: 0 3px 2px 3px;
    background-color: #5496d3;
    border: none;
    cursor: pointer;
}
/* END form */


.homeLink {
	display: block;
	width: 336px;
	height: 157px;
}

.basket_RowAlt {
	background-color: #FFCC66;
}

#openInfo {
	border: none;
	cursor: pointer;
	text-decoration: none;
    color: #ff7700;
}

#dialog p {
	text-align: left;
}

#dialog ul {
	list-style-type:  disc;
	text-align: left;
	list-style-position: inside;
}

ol, ul
{
	padding-left:20px;
}
.info
{
	text-align:left;
	color:Red;
	padding:10px 0 3px 0;
}