/*
CSS By James Black
Unique People Quilts CSS

Colours:
		#
		#
		#


*/

/*CSS RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: #2f3130;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* Layout  */

body
{

}

#wrap
{
	margin:auto;
	width: 725px;
	
}

#header

{
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat;
	width: 725px;
	height: 157px;
}

#top_menu
{
	background-image:url(../images/top_menu.jpg);
	background-repeat: no-repeat;
	width: 725px;
	height: 118px;
}

#content
{
	background-image:url(../images/bottom.jpg);
	background-repeat: no-repeat;
	width: 725px;
	height: 550px;
}

#main_content
{
width: 650px;
height: 500px;
overflow:auto;
margin:auto;
}

#top_menu ul
{
padding-top:55px;
text-align: center;
margin-left:-70px;
}

#footer_menu ul
{
padding-top:30px;
margin-left: 30px;
}

#shop
{
float:right;
margin-top:120px;
margin-right:45px;

}
#shop img
{
float:right;
}
#shop h3
{
	clear:right;
	margin-top:25px;
	float:right;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color:white;
	text-decoration: underline;
}

/* Typography */
#footer_menu
{
	text-shadow: black 0.2em 0.3em 0.2em;
	margin-left:-30px;
	margin-top:-10px;
}
#footer_menu li
{
padding-right: 0px;
margin-right:-35px;

}
li
{
display: inline;
margin-left:50px;
}

#main_content p,#main_content h1, #main_content h2, #main_content h3, #main_content ul
{
	margin-left:30px;
	margin-right:30px;
}

/* top links*/
#top_menu a:link {color: #54a13b;text-decoration: none; font-family: arial,san-serif;font-weight: bolder;}     /* unvisited link */
#top_menu a:visited {color: #54a13b;text-decoration: none;font-family: arial,san-serif;font-weight: bolder;}  /* visited link */
#top_menu a:hover {color: #82c36d;text-decoration: none; font-family: arial,san-serif;font-weight: bolder;}   /* mouse over link */
#top_menu a:active {color: #54a13b; text-decoration: none;font-family: arial,san-serif;font-weight: bolder;
}   /* selected link */


/* bottom links  */

#footer_menu a:link {color: white;text-decoration: none; font-family: arial,san-serif;font-weight: bolder;}     /* unvisited link */
#footer_menu a:visited {color: white;text-decoration: none;font-family: arial,san-serif;font-weight: bolder;}  /* visited link */
#footer_menu a:hover {color: white;text-decoration: none; font-family: arial,san-serif;font-weight: bolder;}   /* mouse over link */
#footer_menu a:active {color: white; text-decoration: none;font-family: arial,san-serif;font-weight: bolder;
}   /* selected link */