/* CSS Document */

@import 'footer.css';
@import 'header.css';

/* -------- GENERAL ----------- */

/* Zero default margin & padding around common elements */
body, dd, dl, dt, embed, fieldset, form, h1, h2, h3, h4, h5, h6, li, object, ol, p, ul
{
	margin: 0;
	border: 0 none #FFFFFF;
	padding: 0;
	font-size:85%;
}

img {
	border:none;
}

a {
	color:#333333;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

body {
	margin:0;
	padding:0;
	background-image:url(../gfx/bg.gif);
	background-color:#333333;
	background-attachment:fixed;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.1em;
	font-size:.9em;
	color:#333333;
}

h1 {
	color:#666666;
	font-size:1.4em;
	margin:0 0 5px 0;
}

h2 {
	color:#666666;
	font-size:1.2em;
	margin:0 0 5px 0;
}

h3 {
	color:#666666;
	font-size:1em;
	font-weight:normal;
	margin:3px 0 5px 0;
}

h4 {
	color:#666666;
	font-size:1em;
	font-weight:normal;
	margin:10px 0 3px 0;
}


p {
	margin:0 0 7px 0;
}


.clearer
{
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

.hidden
{
	position: absolute;
	left: -1500em;
	height: 1px;
	width: 1px;
	overflow: hidden;
	margin-right: -1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}




/* ------ CONTENT -------*/

#container {
	width:751px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background:none;
	position:relative;
}

#content {
	text-align:left;
	background-repeat:repeat-y;
	background-image:url(../gfx/content_bg.gif);
	width:751px;
	margin-bottom:0;
}
	

#main {
	float:left;
	width:535px;	
	text-align:left;
	margin-top:30px;
	font-size:1em;
}

#col1 {
	float:left;
	margin-left:20px;
	width:210px;
	margin-top:30px;
}

#col2 {
	float:right;
	width:210px;
	margin-right:20px;
	margin-top:30px;
}

.login_form {
	margin-left:20px;
}

.login_form input {
	border:1px solid #666;
	margin-bottom:3px;
	margin-right:10px;
}

.caption {
	text-align:center;
}

#main h1, #main h2, #main h3, #main p {
	padding-left:20px;
	padding-right:15px;
	
}

.quote {
	font-style:italic;
}

.feature_image {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	margin-left:20px;
}

.jewellery_item {
	display:block;
	clear:both;
	padding:15px 0 0 20px;	
}

.jewellery_item h3 {
	margin:0;
	padding:0;
}

.jewellery_item img {
	float:left;
	border:1px solid #666666;
}

.jewellery_item .description {
	float:left;
	width:350px;
}

.jewellery_item p {
	font-size:.8em;
	
}

.jewellery_item .price {
	font-size:.75em;
	color:#999999;
	margin-top:0;
}

.top_link {
	clear:both;
	font-size:.8em;
	padding-top:25px;
}

#sidebar {
	float:right;
	width:216px;
	text-align:left;
	margin-top:30px;
	font-size:.9em;
}

#contact .text_input, #contact textarea {
	margin-bottom:.8em;
	margin-top:.2em;
	padding:.4em;
	border:1px solid #333333;
	width:150px;
	font-size:1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}

#contact textarea {
	height:10em;
}

#contact label {
	display:block;
	margin-bottom:0;
}


#contact .sendmail {
	display:block;
	width:auto;
	text-align:center;
	font-size:1.1em;
	height:2em;
	margin:0;
	padding:.2em .2em .2em .2em;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	text-transform:uppercase;
}


#badge p {
	font-style:italic;
}

#contact{
	margin:0 15px 0 20px;
}

#badge{
	margin:50px 15px 0 20px;
}

.admin_new {
	margin-top:20px;
}

.admin_new a {
	border:1px solid #ccc;
	background-color:#dedede;
	padding:4px;
	text-decoration:none;
}

.admin_new a:hover {
	color:#990000;
}

.result_col {
	float:left;
	width:40%;
	margin-left:20px;
	margin-top:10px;
	margin-bottom:10px;
	
}

.result_col li {
	font-size:1em;
}

 .result_list {
	margin-left: 20px;
}


#clearer {
	clear:both;
}