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


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

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


#page {
    position: relative;
	width: 900px;
	margin-top: -8px;
	margin-left: auto;
	margin-right: auto;
}

#background_banner {
	position: absolute;
	top: 80px;
	z-index: 0;
}

#center_column {
	position: absolute;
	top: 0px;
	left: 125px;
	width: 650px;
}

#top_banner {
	position: absolute;
	top: 0px;
}

#logo {
	position: absolute;
	top: 20px; /* 23px */
	left: 0px; /* 4px */
}

#menubar {
	position: absolute;
	top: 35px;
	left: 320px; // 350px
	width: 350px; // 300px
	height: 20px;
}

p.menuitems {
    margin: 0;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
    color: black;
}

#main {
	position: absolute;
	top: 120px;
	padding: 10px;
	width: 630px;
	height: 480px;
	border-left: solid 1px lightgray;
	border-top: solid 1px lightgray;
	border-right: solid 2px lightgray;
	border-bottom: solid 3px lightgray;
	background: white;
	text-align: center;
}

#main_press {
	position: absolute;
	top: 120px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	width: 640px;
	height: 480px;
	border-left: solid 1px lightgray;
	border-top: solid 1px lightgray;
	border-right: solid 2px lightgray;
	border-bottom: solid 3px lightgray;
	background: white;
	text-align: center;
}

#main_long {
	position: absolute;
	top: 120px;
	padding: 10px;
	width: 630px;
	height: auto;
	border-left: solid 1px lightgray;
	border-top: solid 1px lightgray;
	border-right: solid 2px lightgray;
	border-bottom: solid 3px lightgray;
	background: white;
	text-align: center;
}

/*
#home_pic {
	position: absolute;
	top: 120px;
	width: 650px;
	height: 500px;
	text-align: center;
	z-index: 1;
}
*/
#home_pic {
	position: absolute;
	top: 120px;
	left: 0px;
	width: 650px;
	height: 500px;
	text-align: 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;
}

#home_pic_bg {
	position: absolute;
	top: 120px;
	left: 0px;
	width: 650px;
	height: 500px;
	text-align: center;
	z-index: 0;
}

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

#home_pic_select {
	position: absolute;
	top: 600px;
	right: 30px;
	width: 130px;
	height: 20px;
	text-align: center;
	z-index: 3;	
}

/*p.page_title {font-family: "Times New Roman"; color: rgb(206, 137, 65); font-size: 150%}*/
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_title {
	position: absolute;
	top: 10px;
	left: 253px;
	width: 100px;
}

#about {
	position: relative;
	top: 40px;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}

img.about {
	height: 250px;
	/*align: left; */
	border-left: 0px;
	border-top: 0px;
	border-right: solid 15px white;
	border-bottom: solid 10px white;
}

#about_quote {
	position: relative;
	top: 60px;
	width: 310px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

p.about_quote {font-style: italic; color: #F3721B;}

#stores_title {
	position: relative;
	/* top: 30px; */
	left: 65px;
	width: 100px;
}

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

img.stores {
	width: 150px;
	border: 0px;
}

#contact_title {
	position: absolute;
	top: 30px;
	left: 65px;
	width: 100px;
}

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

#news_title {
	position: relative;
	/* top: 30px; */
	left: 65px;
	width: 100px;
}

#news {
	position: relative;
	/* top: 70px; */
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#news_table {
	position: relative;
	top: 90px;
	width: 460px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}



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

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

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

