@charset "utf-8";
/* CSS Document */

/* BOF Global 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, 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 { 
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; 

} 
ol, ul { 
list-style: none; 
} 
/* tables still need 'cellspacing="0"' in the markup */
table { 
border-collapse: collapse; 
border-spacing: 0; 
} 
caption, th, td { 
text-align: left; 
font-weight: normal; 
} 
blockquote:before, blockquote:after, 
q:before, q:after { 
content: ""; 
} 
blockquote, q { 
quotes: "" ""; 
} 

/* EOF Global Reset */

a.page, a.page:visited 	{

	color: #1f7dc0;
	background-color: #e5f0f8;
	text-decoration: none;
	font-weight: bold;
	
}

a.page:hover 	{

	color: #1f7dc0;
	background-color: #e5f0f8;
	text-decoration: underline;
	font-weight: bold;
	
}

body {

	background-color: #99bec5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;

}

#content-about {

	width: 620px;
	padding-top: 25px;
	padding-left: 50px;
	
}

#content-contact {

	width: 706px;
	background-image: url(../images/bg_contact.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 125px;
	
}

#content-events {

	width: 706px;
	background-image: url(../images/bg_events.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 125px;
	
}

#content-main {

	width: 706px;
	height: 490px;
	background-image: url(../images/bg_home3.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 150px;
	
}

#content-main p {

	padding-left: 50px;
	width: 310px;
	
}

#content-new {

	width: 706px;
	background-image: url(../images/bg_new.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 125px;
	
}

#content-stores {

	width: 706px;
	background-image: url(../images/bg_stores.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 125px;
	
}


#footer {

	position: relative;
	width: 706px;
	height: 200px;	
	text-align: center;
	font-size: 10px;
	color: #fff;
	background-color: #99bec5;
}

h1 {

	color: #d0643e;
	font-size: 18px;
	font-weight: bold;
	
}

h2 {

	color: #d0643e;
	padding-left: 50px;
	width: 340px;
	font-weight: bold;
	
}

h3 {

	color: #86b740;
	font-weight: bold;
	
}

#head {

	background-image: url(../images/header.jpg);
	width: 706px;
	height: 206px;
	padding-top:0px;
	
}

#header-about	{

	width: 706px;
	height: 125px;
	background-image: url(../images/bg_about.jpg);
	background-position: top left;
	background-repeat: no-repeat;

}

hr	{

	border: none 0;
	border-top: 1px dashed #d0643e;
	width: 100%;
	height: 1px;
	
}

#jump	{

	position: relative;
	left: 460px;
	top: 92px;

}

#nav {

	position: relative;
	margin: 0 auto;
	top: 177px;
	left: 0px;
	width: 706px;
	height: 29px;
	background-image: url(../images/nav.gif);

}

#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}

#nav li, #nav a.nav {
	height: 29px;
	display: block;
	
}

#nav-panel1b {left: 65px; width: 61px;}
#nav-panel2b {left: 125px; width: 166px;}
#nav-panel3b {left: 292px; width: 141px;}
#nav-panel4b {left: 435px; width: 146px;}
#nav-panel5b {left: 583px; width: 85px;}

#nav-panel1b a:hover {
    background: transparent url(../images/nav_over.gif)
    -65px 0px no-repeat;}
#nav-panel2b a:hover {
    background: transparent url(../images/nav_over.gif)
    -125px 0px no-repeat;}
#nav-panel3b a:hover {
    background: transparent url(../images/nav_over.gif)
    -292px 0px no-repeat;}
#nav-panel4b a:hover {
    background: transparent url(../images/nav_over.gif)
    -435px 0px no-repeat;}
#nav-panel5b a:hover {
    background: transparent url(../images/nav_over.gif)
    -583px 0px no-repeat;}
	
#new ul {

	list-style-type: none;
	padding: 0;
	margin-left: 2em;

}

#new li {
 
 	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 0.1em;
	padding-left: 1.8em;
	margin: 1em 0;
	
}

.store-desc {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fb4708;
	font-style: italic;

}

.store-title {

	font-size: 14px;
	font-weight: bold;
	
}

#wrap {

	width: 706px;
	margin:0 auto;
	border: none;
	background-color: #fff;

}
