* { padding: 0; margin: 0; }

body {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size: 12px;
 background-color: #FFFFFF;
 height:100%;
}

html {
height:100%;
}

a:link { 
	color: #663300;
	}
a:visited { 
	color:#947669;
	}
a:hover { 
	color: #CCCCCC;aw
	text-decoration: none;
	}
a:active { 
	color: #333333;
	}
	
.page A:link {
text-decoration: none;
color:#993300;
font-weight:bold;
}
.page A:visited {
text-decoration: none;
color:#CC9900;
font-weight:bold;
}

.page A:active {
text-decoration: none;
color:#0000FF;
}

.page A:hover {
text-decoration: underline; 
color: red;
}	

#wrapper { 
 margin: 0 auto;
 width: 760px;
}

/*SPLASH SCREEN*/
#centeredcontent {
	width: 760x;
	height: 363px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -380px; 
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -182px; 
	/* Half the height of the DIV tag which is also 50 pixels */
}

/*END SPLASH SCREEN*/


/*FORM */
form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font-size: 11px;
	width: 100px;
 	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
 	border: 1px solid #663300; 
}

fieldset {
	/*border:1px #E1B9CA dashed; */
	/*padding-top:0px;*/
	padding-bottom:0px;
	margin-bottom:0px;
	text-align:left;
	/*background-color:#E1B9CA;*/
}

#contact_page form div {
	width:220px;
	height:36px;
	line-height:20px;
	margin:0 auto 0 auto;
	margin-bottom:0px;
	border-bottom:1px #CCCCCC dotted;
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
}

#contact_page form div.button_holder {
	text-align:left;
	padding-top:10px;
}

#contact_page form div.text_area {
	display:block;
	height:105px;
	line-height:20px;
}

#contact_page form div input, #contact_page form div select, #contact_page form div textarea {
	width:220px;
	padding:2px;
}

#contact_page form div input.submit_but{
	width:70px;
	float:left;
	background-color:#663300;
	color:#FFFFFF;
}

#contact_page form div label {
	display:block;
	text-align:left;
	font-size:11px;
	font-family::Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#663300;
}

#right_form_col{
	float:left;
	width:220px;
	padding-top:20px;
	padding-bottom:20px;
	position:relative;
	top:5px;
	left:120px;
	line-height:30px;
}
/*END FORM*/

h1 {
	color:#663300;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	text-align:left;
	padding-bottom:5px;
	margin: 0 0 0 0;
	border-bottom:dotted #666666 1px;
}

p.title_text {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#663300;
}

#perez_text {
width:290px;
padding-bottom:10px;
padding-top:5px;
}

#rule {
margin-bottom:3px;
width: 760px;
height: 5px;
background-color:#996633;
}

#border {
 border-bottom:dotted #666666 1px;
 padding-top:10px;
 }

#top_header {
 background-color:red;
 background-image:url(../images/header_gradient.gif);
 background-repeat:repeat-x;
 background-position:top;
 width: 760px;
 height: 63px;
 margin: 10px 0px 3px 0px;
}

#top_header_languages {
float:right;
padding-right:16px;
padding-top:10px;
color:#FFF;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size:10px;
padding-top:40px;
}

#languages {
padding: 0px 5px 0px 5px;
margin-bottom:-1px;
}

#header {
 width: 760px;
 height: 168px;
 margin: 0px 0px 0px 0px;
 background-image:url(../images/burslem_banner.jpg);
}

#header_address {
float:left;
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
padding-left:10px;
padding-top:15px;
}

/*Front Page list */
#products_holder {
padding-left:22px;
}

.display
{ 
margin: 25px 14px 0px 0px;
clear: both;

}

.containingbox p { margin-top: 0;}
/*Front Page List End */

<!--
/* CSS Tabs */
#navcontainer {
		width:760px;
        background: #f0e7d7;
        margin: 0 auto; 
		padding-top:7px;
        font-family: georgia, serif;
        text-transform: lowercase;
}

/* to stretch the container div to contain floated list */
#navcontainer:after {
        content: ".";
        display: block;
        line-height: 1px;
        font-size: 2px;
        clear: both;
}

ul#navlist {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        width: 100%;
        font-size: 11px;
		padding-left:12px;
}

ul#navlist li {
        display: block;
        float: left;
        width: 16%;
        margin:0 ;
        padding: 0;
}

ul#navlist li a {
        display: block;
        width: 100%;
        padding: 0.5em;
        border-width: 1px;
        border-color: #ffe #aaab9c #ccc #fff;
        border-style: solid;
        color: #777;
        text-decoration: none;
        background: #f7f2ea;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a {
        background: #f0e7d7;
        color: #800000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover {
        color: #800000;
        background: transparent;
        border-color: #aaab9c #fff #fff #ccc;
}
-->

/*FRONT PAGE*/

#content { 
 width: 760px;
 color: #333;
 border: 0px solid #ccc;
 background: #FFFFFF;
 margin: 0px 0px 5px 0px;
}

#right_col, #left_col, #content {
height:auto;
}


#left_col {
	float:left;
	width:340px;
	padding-top:20px;
	padding-bottom:20px;
	position:relative;
	top:5px;
	left:15px;
	line-height:20px;
}

#right_col {
	float:right;
}

.img_holder {
	padding-top:20px;
	padding-right:20px;
}
/*END FRONT PAGE*/

/*PRODUCTS PAGE*/
#product_col_left {
	float:left;
	width:350px;
	padding-top:10px;
	padding-bottom:20px;
	position:relative;
	left:15px;
	height:auto;
}

#product_col_right {
	float:left;
	width:350px;
	padding-top:10px;
	padding-bottom:20px;
	position:relative;
	height:auto;
	left:25px;
}

#product_item {
	width:350px;
	height:auto;
	border-bottom:dotted 1px;
	border-color:#999999;
	padding-top:20px;
	padding-bottom:20px;
}

.prod_img {
	float:left;
	padding-right:5px;
}

.prod_desc {
	float:left;
}

#prod_buttons {
	padding-top:7px;
	padding-bottom:10px;
}

.prod_basket {
	padding-right:7px;
}
/*END PRODUCTS PAGE*/


/* CATALOGUE PAGE */
#catalogue_left {
	float:left;
	width:700px;
	padding-top:10px;
	padding-bottom:20px;
	position:relative;
	left:15px;
	height:auto;
}

.catalogue_img {
	padding-right:20px;
	padding-top:20px;
}
	
/* END CATALOGUE PAGE */

/* COMMISSIONS PAGE */

.img_commission{
	padding-top:20px;
	padding-right:20px;
}

/* END COMMISSIONS PAGE */

ul.list {
list-style-position:inside;
left:10px;
}

ul.list li {
padding-bottom:10px;
color:#663300;
font-style:italic;
}

.p list {
}

#footer { 
 width: 760px;
 height:43px;
 color: #333;
 background-image:url(../images/footer_gradient.gif);
 margin: 0px 0px 10px 0px;
 float:right;
}

#footer_left {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	float:left;
	width:310px;
	position:relative;
	left:8px;
	top:7px;
	background-image:url(../images/erdf.gif);
	background-repeat:no-repeat;
}

#footer a:link {
color:#FFFFFF;
text-decoration:none;
}

#footer a:visited {
color:#EAEAEA;
text-decoration:none;
}

#footer a:hover {
text-decoration:underline;
}

#footer_navigation {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	float:right;
	width:300px;
	position:relative;
	top:7px;
	left:18px;
	background-image:url(../images/erdf.gif);
	background-repeat:no-repeat;
}