/* style.css - style sheet for louise douglas jewellery */

/* note: hack for IE
	\width: 1000px;
	w\idth: 1000px;
*/

/*--------------------------------------------------------------------------------------*/
body, html {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Verdana, sans-serif;
	background: #EEEEEE;
}

/* Note for IE: this depends on using right doctype */
/* Don't do this in body because of IE issues */
#wrap {
	width: 800px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	margin: 0 auto;
	margin-bottom: 20px;
	background: white;
}

p {
	font-family: Verdana, sans-serif; 
	font-size: 9pt;
	color: #666666;
	margin-bottom: 5px; 
	margin-top: 5px;
}

ul {
	font-family: Verdana, sans-serif; 
	color: #666666; 
	margin-bottom: 5px; 
	margin-top: 5px;
}

#topbanner {
	height: 20px;
}

#logo {
	float: left;
	width: 300px;
	/*background-color: blue;*/
}

#menubar {
	float: right;
	margin-top: 15px;
	margin-right: 10px;
	width: 480px;
	height: 20px;
	/*background-color: red;*/
}

#menubar p {
    margin: 0;
	text-align: right;
	font-family: Verdana;
	font-size: 9pt;
    color: black;
}

#sidemenu {
	clear: both;
	float: left;
	width: 70px;
	padding: 10px;
	margin: 0;
	/*background-color: red;*/
}

#sidemenu p {
    /*margin: 0;*/
	text-align: left;
	font-family: Verdana;
	font-size: 9pt;
    color: black;
}

#main {
	float: right;
	width: 700px;  /* why is this not 655px? default border? */
	margin-top: 10px;
	margin-bottom: 15px;
	/*padding: 10px;*/
	/*border-left: solid 1px lightgray;
	border-top: solid 1px lightgray;
	border-right: solid 1px lightgray;
	border-bottom: solid 1px lightgray;	*/
	/*background-color: red; *//*white;*/
	text-align: center;
}

#footer {
	clear: both;
	/* margin-top: 10px; */
	/*padding: 10px;*/
	/*background-color: red;*/
	border-top: solid 1px lightgray;
	text-align: center;
}

#footer p {
	font-size: 10pt;
}

#footer a {
	color: #777777; 
	text-decoration: underline;
}

/* IE6 fix */
* html #footer {
	/*height:1px;*/
}

#home_pic {
	position: relative;
	/*top: 120px;*/
	left: 0px;
	width: 670px;
	/*height: 500px;*/
	text-align: right; /*center;*/
	z-index: 0;
}

img.home_pic {
/*	border-left: solid 1px lightgray;
	border-top: solid 1px lightgray;
	border-right: solid 2px lightgray;
	border-bottom: solid 3px lightgray;*/
}

#homeadmin {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	text-align: left;
}

#collectionpics {
	margin-left: auto;
	margin-right: auto;
}

#collectionpics td {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	width: 180px;
	vertical-align: top;
	font-size: 10pt;
}

#collectionpics p {
	font-size: 8pt;
	color: #666666;
}

#style_caption {
	margin-top: 5px;
	font-family: times; 
	color:#BBBBBB;
}

#style {
	margin-left: auto;
	margin-right: auto;
}

#style td {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	/*width: 180px;*/
	vertical-align: top;
	font-size: 10pt;
}

#style p {
	font-size: 8pt;
	/*color: #CCCCCC;*/
}

table.styletext {
	text-align: left;
}

table.price {
	text-align: left;
}

table.price td {
	vertical-align: middle;	/* does not seem to work! */
}

table.collectionform {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

table.collectionform td {
	padding-left: 3px;
	padding-right: 3px;
	/*padding-bottom: 15px;*/
	vertical-align: top;
	font-size: 10pt;
}

p.page_title {font-family: "Times New Roman"; color:#F3721B; font-size: 150%}
h1.page_title {font-family: "Times New Roman"; color:#F3721B; font-size: 150%}

#about_pic {
	float: left;
	/*position: relative;*/
	margin-top: 10px;
	margin-bottom: 30px;
	width: 230px;
	/*height: 350px;*/
	/*margin-left: auto;*/
	margin-right: 20px auto;
	text-align: left;
	/*background: green;*/
}

#about_pic img {
	/*width: 200px;*/
	/*height: 250px;*/
	/*align: left; */
	border-left: 0px;
	border-top: 0px;
	/*border-right: solid 15px white; */
	/*border-bottom: solid 10px white;*/
	/*background: black;*/
}

#about {
	float: right;
	/*position: relative;*/
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
	width: 420px; /* 500px */
	margin-left: 10pt;
	/*margin-right: auto;*/
	text-align: justify;
	/*background: red;*/
}

#about p {font-family: times; font-size: 90%}

#about_quote {
	position: relative;
	margin-top: 30px;
	width: 270px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/*background: blue;*/
}

/*p.about_quote {font-style: italic; font-size: 70%; color: #F3721B;}*/
#about_quote p {font-style: italic; font-size: 90%; color: #F3721B;}

#stores {
	position: relative;
	/* top: 40px; */
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	text-align: left;
}

#stores p {
	font-size: 24pt;
	color: #BBBBBB;	
}

#stores p {font-family: Verdana, sans-serif; font-size: 10pt; color: #444444; margin-top: 0em; margin-bottom: 0em; }
#stores h3 {font-family: Verdana, sans-serif; font-size: 11pt; color: #444444; margin-top: 1em; margin-bottom: 0em; }
#stores h4 {font-family: Verdana, sans-serif; font-size: 9pt; color: #444444; margin-top: 1em; margin-bottom: 0em; }
#stores a {color: #F3721B; text-decoration: none;}
#stores a:visited {color: #F3721B;}
/*#stores a {color: #444444; text-decoration: none;}
#stores a:visited {color: #444444;}*/
#stores a:hover {color: #F3721B; text-decoration: underline;}
#stores a.online_store {color: #F3721B; text-decoration: none;}
#stores a.online_store:visited {color: #F3721B;}
#stores a.online_store:hover {color: #F3721B; text-decoration: underline}


/* BELOW: Copied from old styles.css */

#press {
	position: relative;
	/*top: 120px; */
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	width: 700px;
	/*height: 600px;*/
	background: white;
	text-align: center;
}

#contact {
	position: relative;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#contact td {
	font-size: 10pt;
}

/*--------------------------------------------------------------------------------------*/
/* LINK STYLES */

a {color: #777777; text-decoration: none;}
a:visited {color: #999999;}
a:hover {color: #F3721B;}

a.menu {font-size: 9pt; color: #BBBBBB; text-decoration: none;}
a.menu:visited {font-size: 9pt; color: #BBBBBB;}
a.menu:hover {color: #F3721B;}
