* {
	margin: 0;
	padding: 0;
}
a {
	color: #36C;
}
a:hover {
	color: #06F;
}
body {
    background: url(img/bgbody.gif) repeat-y top center #FFFFFF;
	color: #000000;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
	z-index: 0;
}

img{
	padding: 0;
	margin: 0;
}


input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
code {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	background: url(img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #3b8bb7;
	padding-top: 6px;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 6px;
	width: 770px;
	background: url(img/bgcontainer.gif) repeat-y;
	background-position: center center;
}
.header {
    border: 1px solid #FAFAFA;
	height: 150px;
	margin-bottom: 8px;
	text-align: center;
	padding: 0px;
}

/* title */
.title h1 {
	color: #FFF;
	font: normal 3em Verdana,sans-serif;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

/* main */
.main {
	clear: both;
	padding: 15px 19px;
	z-index: auto;
}

/* main left */
.sidenav h1,.sidenav ul {
	padding-left: 12px;
	padding-bottom: 0px;
}
.sidenav {
	background: url(img/bgul.gif) repeat-x #cccc99;
	border: 1px solid #666633;
	float: left;
	width: 170px;
	padding-bottom: 10px;
}
.sidenav h1 {
	color: #FFFFFF;
	font-size: 15px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.sidenav h2 {
    padding-left: 12px;
	color: red;
	font-size: 9px;
	margin-top: 0px;
}

.sidenav a {
    font-size: 12px;
    font-style: bold;
    border: 0px;
	color: #000000;
	display: block;
	margin-bottom: 0px;
	padding: 3px 6px 3px 14px;
	text-decoration: none;
}
.sidenav a:hover {
	color: #111;
	background-color: #FFD400;
	margin-bottom: 0px;
}

/* content */
.content {
	float: right;
	width: 552px;
}
.content .item {
    background: url(img/bgcontent.jpg) repeat-y top center;
	padding: 6px 6px;
	border: 1px solid #B4B4B4;
	margin-bottom: 8px;
}
.content .descr {
	color: #333;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

/* search form */
form {
	padding: 0 0 6px 8px;
}

.formField {
    border: 2px solid #EEE;
}

.styled {
	border: 1px solid #DDD;
	padding: 0px;
	margin-bottom: 1px;
}
.button {
	background: url(img/search.gif) no-repeat center center;
	border: none;
	height: 18px;
	width: 18px;
}

.button1 {
	background: url(img/ok.gif) no-repeat center center;
	border: none;
	height: 18px;
	width: 40px;
}

.button2 {
	background: url(img/register.gif) no-repeat center center;
	border: none;
	height: 18px;
	width: 60px;
}

/* footer */

.copyright {
    width: 770px;
    margin-left: auto; 
    margin-right: auto;
    text-align: center;
    padding: 5px
}

.copyright a {
    text-decoration: none; 
    color: #808080; 
    font-size: 11px;
}

.footer {
    width: 767px; 
	color: #666;
	font-size: 1em;
	text-align: center;
	position: relative;
	bottom: 5px
}
.footer1 {
	background: #FFF;
	border: 1px solid #EEE;
	color: #666;
	font-size: 1em;
	margin: 0 auto;
	text-align: center;
	padding: 6px;
	width: 720px;
}

.footer .links {
    display: block; 
    text-align: right;
    padding-right: 25px;
    bottom: 5px
}

.footer a {
	color: #36C;
	text-decoration: none;
    font-weight: normal;
}
.footer a:hover {
	color: #06F;
	text-decoration: underline;
}

.giftcard {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border: 1px solid #000000;
	
}
iframe {
 width:200px; 
 height:150px; 
 border:0px; 
 padding: 0px;
 margin: 0px;
 }

.topline{
width: 770px;
height: 8px;
margin-left: auto; 
margin-right: auto;
margin-bottom: 0px;
margin-top: 10px;
padding: 0px;
background: url(img/bgtop.gif) no-repeat bottom center;
}

.bottomline{
width: 770px;
height: 8px;
margin-left: auto; 
margin-right: auto;
background: url(img/bgbottom.gif) no-repeat top center;
}

.sideline_left {
width: 30px;
margin-left: 0;
margin-bottom: 0px;
margin-top: 0px;
padding: 0px;
background: url(img/bgside_left.gif) repeat-y top left;
position: absolute;
z-index: -1;
}

.sideline_right {
position:fixed;
right: 0px;
top: 0px;
height: 100%;
width: 30px;
background: url(img/bgside_right.gif) repeat-y top right #3a794c;
z-index: 1;
}

#webcoupon {
	background-color: #FFFFFF;
	width: 260px;
	margin-right: 5px;
	display: block;
	position: relative;
	border: 1px solid #4B4B4B;
	font: normal "Lucida Sans Unicode",sans-serif;
	text-align: left;
}

#webcoupon h1 {
    text-align: center;
	color: #3b8bb7;
	padding-top: 15px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 10px;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#webcoupon p {
    font-weight: bold;
 	margin-top: 0px;
    padding-top: 0px;
    color: #000000;
    text-align: left;
	font-size: 12px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 1.2em;
}

.albumpic_link {
border: 0; 
padding: 0; 
margin: 0;
text-decoration: none;
}

.albumpic {
border: 1px solid #B4B4B4; 
padding: 5px; 
background: #F9F9F9;
}
