/* global styles */
body {
	background:  white url("./Shoppe_DotPattern.gif"); 
	font-family: Book Antiqua;
	font-size: 12pt;
	color: #336600;
}

a:link {
	color: #336600;
    }
a:visited {
	color: #336600;
    }
a:hover {
	color: red;
    }
	
a img {
   border: none;
}

p{
	TEXT-ALIGN: justify;
	color: #336600;
}

h1,h3,h5 {
	margin: 0;
}

h1 {
	padding-left: 20px; 
	padding-bottom: 55px; 
}

#header {
	height: 175px;
	background-image: url("./logo.jpg");
	background-repeat: no-repeat;
	background-position: center;
}

/* main id's */
#outside {
	margin: auto;
	width: 100%; 
}

/****************************************/
#hormain {
	clear: both;
	margin-top: 6px; 
	margin-bottom: 20px; 
	text-align: center; 
	color: #330000;
}

/****************************************/
#left {
	float: left; 
	width: 170px; 
	margin-bottom: 20px; 
	padding-bottom: 15px; 
}

#left h3 {
	text-align: center; 
}

#left ul {
	margin: 0; 
	padding-left: 10px;
}

#left li {
	list-style: none;
	background: url(./menu.jpg) top left no-repeat;
	height: 57px;
}

#left a {
	padding: 15px 0 3px 1px;
	padding-left: 50px;
	color: #990000;
	display: block;
	font-size: 12pt;
	text-decoration: none;
}

#left a:hover {
	color: red;
}

/****************************************/
#right {
	float: right; 
	width: 170px; 
	margin-bottom: 20px; 
	padding-bottom: 15px; 
}

#right h3 {
	text-align: center; 
}

#right ul {
	margin: 0; 
	margin-right: 10px; 
}

#right li {
	list-style: none;
	background: url(./menu.jpg) top left no-repeat;
	height: 57px;
}

#right a {
	padding: 15px 0 3px 1px;
	padding-left: 50px;
	color: ##990000;
	display: block;
	font-size: 12pt;
	text-decoration: none;
}

#right a:hover {
	color: red;
}

/****************************************/
#main {
	margin-left: 200px; 
	margin-right: 10px; /*200px;*/
}

/****************************************/
#footer {
	clear: both; 
	text-align: center; 
	color: #330000;
}

/* ------------------ News ------------------*/

.news {
	width: 70%;
	max-height: 400px;
	text-align: center;
	overflow:auto;
}

/*------------------  Contact ------------------*/

.mail {
	text-align: center;
}

input   {
	border-top: 1pt solid #330000;
	border-bottom: 1pt solid #330000;
	border-right: 1pt solid #330000;
	border-left: 1pt solid #330000;
	font: normal 10px tahoma;
	width:115px;
	color: #707070;
	margin:0px 0px 5px 0px;
}

textarea.sidebar   {
	border-top: 1pt solid #330000;
	border-bottom: 1pt solid #330000;
	border-right: 1pt solid #330000;
	border-left: 1pt solid #330000;
	font: normal 10px tahoma;
	width:300px;
	height:130px;
	color: #707070;
	margin:5px 0px 5px 25px;
}

input.sidebar   {
	border-top: 1pt solid #330000;
	border-bottom: 1pt solid #330000;
	border-right: 1pt solid #330000;
	border-left: 1pt solid #330000;
	font: normal 10px tahoma;
	width:230px;
	color: #707070;
	margin:0px 0px 5px 25px;
}

input.button_sidebar   {
	border-top: 1pt solid #330000;
	border-bottom: 1pt solid #330000;
	border-right: 1pt solid #330000;
	border-left: 1pt solid #330000;
	font: normal 10px tahoma;
	width:119px;
	color: #707070;
	margin:0px 0px 5px 25px;
}

input.button_content   {
	border-top: 1pt solid #330000;
	border-bottom: 1pt solid #330000;
	border-right: 1pt solid #330000;
	border-left: 1pt solid #330000;
	font: normal 10px tahoma;
	width:119px;
	color: #707070;
	margin:5px 0px 5px 0px;
}