/* ---------- COMMON ---------- */

body,
html {
	margin:0;
	padding:0;
	background:#d7d7d7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-color: #d7d7d7;
}
body {
	min-width:750px;
}
img.left {
	float:left;
	padding-right:10px;
}
img.right {
	float:right;
	padding-left:10px;
}
#headerlogo {
	 float:left;
	 padding-top:8px;
	 padding-left:15px;
}
#headerlogotext {
	font-family: "Times New Roman", Times, serif;
	font-size: 160%;
	color: #FFFFFF;
	float:left;
	vertical-align:middle;
	letter-spacing: .1em;
	width:auto;
	border-bottom-width:1px; 
	border-bottom-style:solid; 
	border-bottom-color:#FFFFFF;
	margin-top:20px;
	margin-left:10px;
}
#redtop {
	background:#9C0200;
        margin: 2px 0;
	text-align:center;
	font-size:120%;
	color:#BBBBBB;
}
#redtop table td {
    width:20%;
    height:45px;
    padding:5px;
    border:solid 1px #810a00;
    cursor:pointer;
}
#redtop table td:hover {
    background:#810a00;
}
#redbottom {
	background:#FFFFFF url(../images/red_bottom.gif) repeat-x;
	height:9px;
	width:100%;
}
#footer {
	padding:0px;
	margin:0px;
	clear:both;
}
#footermain {
}
.footertext {
	background:#FFFFFF;
	color:#C6C5CD;
	padding-left:5px;
	padding-right:5px;
	padding-top: 2px;
	padding-bottom: 1px;
}
#bottomnav {
	clear:both;
	text-align:center;
	color: #999999;
	padding-top: 10px;
}
a:link,
a:active,
a:hover {
	color:#19429A;
	font-weight:bold;
}
a:visited {
	color:#A00000;
	font-weight:bold;
}

a.sidenav:link, 
a.sidenav:visited,
a.sidenav:active {
	color:#FFFFFF;
	font-size:130%;
	text-decoration:none;
	margin-left:5px;
}
a.sidenav:hover {
	border-bottom:1px dotted #ffffff;
}
ul.sidenav {
	padding-top:5px;
	list-style-image: url(../images/bullet_nav.gif);
}
span.topnav {
    font-weight:bold;
    color: #cccccc;
    text-decoration:none;
}
a.bottomnav:link,
a.bottomnav:visited,
a.bottomnav:active {
	color:#999999;
	text-decoration:none;
}
a.bottomnav:hover {
	color:#666666;
	text-decoration:underline;
}
a.white {
	color:#FFFFFF;
	text-decoration:none;
}
h1 {
	color: #000000;
	font-size:180%;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: normal;
	text-align:center;
}
h2 {
	font-size:150%;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: normal;
}
h3 {
	color: #000000;
	font-size:110%;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
}
img {
	border:0px;
}
#subtitle {
	font-size: 200%;
}
.subtitle {
	font-size: 200%;
}
#txtred {
	color: #A00000;
}
.txtred {
	color: #A00000;
}
.txtsmaller {
	font-size:90%;
}
.txtsmallest {
	font-size:80%;
}
.txtbigger {
	font-size:120%;
}
.txtbiggest {
	font-size:150%;
}
.clear {
	clear:both;
}

/* ---------- HOME PAGE ---------- */

#homebody {
	background-image: url(../images/home_pageback.gif);
	background-repeat: repeat-x;
} 
#homeheader {
	background-image: url(../images/home_headerback.jpg);
	background-repeat: no-repeat;
	height: 200px;
	text-align:left;
}
#homewrap {
	background:#FFFFFF;
	margin:0 auto;
	width:750px;
}
#homesidebar {
	color:#FFFFFF;
	float:left;
	width:250px;
	height:360px;
	background:#4465AC url(../images/home_navback.jpg) no-repeat left bottom;
}
#homesidebar ul {
	margin-left:0px;
	padding-left:31px;
}
#homesidebar li {
	margin-top:5px;
}
#homemain {
	background:#FFFFFF;
	float:right;
	width:500px;
	text-align:center;
}

/* ---------- INSIDE PAGE ---------- */

#body {
	background-image: url(../images/inside_pageback.gif);
	background-repeat: repeat-x;
} 
#header {
	background-image: url(../images/inside_headerback.jpg);
	background-repeat: no-repeat;
	height: 150px;
	text-align:left;
}
#wrap {
	background:#FFFFFF;
	margin:0 auto;
	width:750px;
}
#sidebar {
	color:#FFFFFF;
	float:left;
	width:180px;
}
#sidebar ul {
	margin-left:0px;
	padding-left:25px;
}
#sidebar li {
	margin-top:5px;
}
#main {
	background:#efefef;
	min-height:350px;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:140%;
	padding:10px;
}

/* ---------- SHOP PAGE ---------- */

img.productImage {
	border: solid 1px #CCC;
}
