/* CSS Stylesheet for www.alechorneantiques.co.uk */



* { padding: 0; margin: 0; }

body {
	background-color: #6c7854;
	font-family: Georgia, serif;
    font-size: 13px;
	text-align: center;
}

    

#wrapper { 
 margin: 0 auto;
 width: 800px;
 text-align: left;
}

#header {
 width: 800px;
 border: 0px solid red;
 height: 145px;
}

#content { 
 width: 800px;
 border: 0px solid red;
 position: relative;
}

#footer { 
 width: 800px;
 border: 0px solid red;
 height: 60px;
 padding-top:20px;
}


#intro_text_box{
 width: 400px;
 height: 140px;
 background: white;
 border: 1px solid gray;
 padding: 10px;
 position: absolute;
 top: 340px;
 left: 345px;
}

#menu{
 width: 150px;
 border: 0px solid gray;
 padding: 10px;
 position: absolute;
 top: 20px;
 left: 45px;
 line-height:150%;
 font: white;
}

#menu_right{
 width: 150px;
 border: 0px solid gray;
 padding: 10px;
 position: absolute;
 top: 20px;
 right: 45px;
 line-height:150%;
 font: white;
}

#main{
 width: 500px;
 float: left;
 top: 0px;
 height: 100%;
 padding-left: 20px;
}


.heading_grey{
    color: #6c7854;
	font-size: 12pt;
	font-weight: bold;
}

.normal_grey{
    color: #6c7854;
	font-size: 10pt;
	font-weight: normal;
}

.normal_grey a:link{
	color: #6c7854;
	text-decoration: none;
}

.normal_grey a:visited{
	color: #6c7854;
	text-decoration: none;
}

.normal_grey a:hover{
    color: #b1c191;
	text-decoration: bold;
}

.normal_grey a:active{
    color: #b1c191;
	text-decoration: none;
}


.heading_white{
    color: white;
	font-size: 12pt;
	font-weight: bold;
}

.heading_white_normal{
    color: white;
	font-size: 12pt;
	font-weight: normal;
}

.normal_white{
    color: white;
	font-size: 10pt;
	font-weight: normal;
}

p{
    color: white;
	font-size: 10pt;
	font-weight: normal;
}

.normal_white_bold{
    color: white;
	font-size: 10pt;
	font-weight: bold;
}

.small_white{
    color: white;
	font-size: 8pt;
	font-weight: normal;
}

/* general link styles*/
a:link{
	color: white;
	text-decoration: underline;
}

a:visited{
	color: white;
	text-decoration: underline;
}

a:hover{
    color: white;
	text-decoration: none;
}

a:active{
    color: white;
	text-decoration: underline;
}



/* general text styles*/
.heading{
    text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: black;
}

.subheading{
    text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: black;
}

.normal{
    text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: black;

}

.warning{
    text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: red;

}

.smallprint{
    text-align: left;
	font-size: 10px;
	font-weight: normal;
	color: #black;
}

.error_message{
    text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: red;
}


/* table styles */
table#data{    
    background-color:#FFFFFF;    
	border: solid #000 1px;    
	max-width: 700px;
	border-collapse: collapse;
	margin: 0px;
	font-size: 12px;
	color: black;
}

table#data td {    
    padding: 2px;    
	border: solid black 1px;
}

.toprow {    
    font-weight: bold; 
	color: white;
	background-color: #b1c191;
}

.toprow a:link { 
	color: white;
	text-decoration: underline;
}

.toprow a:visited{
    color: white;
	text-decoration: underline;
}

.toprow a:hover{
    color: gray;
	text-decoration: none;
}

.toprow a:active{
    color: white;
	text-decoration: none;
}




table#input{    
	max-width: 700px;
	margin: 0px;
	border-spacing :5px;
	font-size: 12px;
	color: black;
}

table#input td {    
    padding: 2px;
	
}


.leftcol {    
    font-weight: bold;       
	background-color: #0051BA;
	text-align: right;
	color: white;
}



.help{
    border: 2px black solid;
    text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: #black;
	background-color: #FFFFCC;
	padding: 10px;
	max-width: 500px;
	width: 500px;
}



.input {     border: 1px solid black; }


.input:hover {
    background: #b1c191;
}

.button {
    border: 1px solid #006;
    background: white;
	padding: 5px;
}

.button:hover{
    background: #b1c191;
}

#contact_fieldset{

	padding: 20px;

}


ul.bullets{
	margin-left: 20px;

}

ul.bullets li {
  margin: 0;
  padding: 2px 0 2px 2px;
}

#main_photo{
	width: 400px;
	height: 267px;
}

#dummy{
    clear:both;
}

#bookcase{
    width: 258px;
    float: left;
}


.menu_text{
    color: white;
	font-size: 14pt;
	font-weight: normal;
	text-align: left;
}

.menu_text a:link{
	color: white;
	text-decoration: none;
}

.menu_text a:visited{
	color: white;
	text-decoration: none;
}

.menu_text a:hover{
    color: #b1c191;
	text-decoration: bold;
}

.menu_text a:active{
    color: #b1c191;
	text-decoration: none;
}


.menu_text_right{
    color: white;
	font-size: 14pt;
	font-weight: normal;
	text-align: right;
}

.menu_text_right a:link{
	color: white;
	text-decoration: none;
}

.menu_text_right a:visited{
	color: white;
	text-decoration: none;
}

.menu_text_right a:hover{
    color: #b1c191;
	text-decoration: bold;
}

.menu_text_right a:active{
    color: #b1c191;
	text-decoration: none;
}