/* Global
*******************************************************************************/

* {
	margin: 0px;
	padding: 0px;
        border: 0px;
}

body {
	background: #f6f6f6 url(images/siteback.jpg) repeat-x 50% 50% fixed;
	color: #000000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	text-align: center;
	min-width: 771px;
}


/* header
*******************************************************************************/

#header {
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
}

#header .sec1 {
       width: 470px;
       height: 142px;
       z-index: 1;
} 

#header .sec2 {
       width: 100%;
       height: 142px;
       z-index: 0;
}

#header .sec3 {
       width: 104px;
       height: 142px;
       z-index: 1;
} 

#quote {
	color: #eeb;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: 700;
        z-index: 3;
}

/* Menu
*******************************************************************************/
#menu {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: -10px;
}

#inmenu {
        margin-top: -3px;
	padding-top: 1px;
	padding-bottom: 1px;
	background:black;
	border-bottom: 3px solid #888;
	width:100%;
	height:34px;
	text-align:left;
}


#menu a {
	font: 10px "Times New Roman", Georgia, Times;
	background: #333;
        border: 2px outset #AAA;
        color: #EEE;
        padding: 3px;
	font-weight: 500;
	text-decoration: none;
}

#menu a:hover {
	background: #999;
        border: 2px inset #AAA;
	color: #1140a0;
	text-decoration: none;
}

#inmenu a b {
	font-size: 1.5em;
}

#selected a{
	background: #900;
}

/* leftside
*******************************************************************************/
.leftside {
	width:200px;
	background: #b7ab8e;
}

.leftside hr {
	width:95%;
	border: 2px solid #140;
}

.leftside .sidemenu {
	margin: 10px
}

.leftside .dcart a {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: black;
	font-weight: bold;
	padding: 2px;
	padding-left: 10px;
	text-align: left;
	background: #b7ab8e;
}

.leftside .dcart a:hover {
	background: #cb9;
}

.leftside .sidemenu .title {
	font-weight: bold;
	padding: 5px;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #eeb;
	background: #140;
}

#full a{
	display: block;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: black;
	font-weight: bold;
	padding: 2px;
	padding-left: 10px;
	text-align: left;
	background: #cecbb8;
	border: 2px outset #ffe;
}

#full2 a{
	display: block;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: black;
	font-weight: bold;
	padding: 2px;
	padding-left: 10px;
	text-align: left;
	background: #eeeb48;
	border: 2px inset #ffe;
}

#full a:hover{
	display: block;
	background: #eea;
	border: 2px inset #ffe;
}


/* home
*******************************************************************************/

.home {
	background:#fffff2;
}

.home .bigtitle {
	font: 24px Verdana, Arial, Helvetica, sans-serif;
	background: #cec8b4;
	color: #330;
	margin: 0px;
	padding: 4px;
	font-weight: bold;
	border-bottom: 3px solid #bba;
}
.home .subject {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	color: #900;
        text-align: left;
	padding: 4px;
	font-weight: bold;
        border-bottom: 1px dotted black;
}

.home .subject a {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	color: #900;
        text-align: left;
	padding: 4px;
	font-weight: bold;
}
.home .title {
	font: 24px "Times New Roman", Georgia, Times;
        background: #ddc;
	color: #111;
	margin: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.home .hour {
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #531;
	font-weight: bold;
}

.home p {
	padding-bottom: 20px;
	padding-top: 10px;
        padding-left: 40px;
        padding-right: 40px;
}
.home .med {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	font: 18px "Times New Roman", Georgia, Times;
}

.home .small {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	font: 14px "Times New Roman", Georgia, Times;
}

.home a {
	color: #208;
	text-decoration: none;
}

.home a:hover {
        background: #eea;
}

.home b {
	font-size: 1.3em;
}

/* WebStore
*******************************************************************************/

.webstore {
	font: 14px "Times New Roman", Georgia, Times;
}

.webstore .item {
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #135;
	font-weight: bold;
}
.webstore .category {
	color: #150;
	font-weight: bold;
}
/* Footer
*******************************************************************************/
#footer {
	margin-left:10px;
	margin-right: 10px;
	margin-top: -10px;
}

#footer .sec1 {
       width: 470px;
       height: 57px;
       z-index: 1;
} 

#footer .sec2 {
       width: 100%;
       height: 57px;
       z-index: 0;
}

#footer .sec3 {
       width: 104px;
       height: 57px;
       z-index: 1;
} 

#ftext {
	z-index:5;
}

#ftext a{
	text-decoration: none;
	color: #0000FF;
}

#ftext a:hover {
	text-decoration: underline;
}