@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	background-color:#333333;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	font-size:24px;
	color:#FFFFFF;
	font-weight:normal;
	letter-spacing:-1px;
	margin:0px;
	margin-bottom:10px;
	margin-top:5px;
}
	
h2 {
	font-size:22px;
	color:#D10000;
	font-weight:normal;
	letter-spacing:-1px;
	margin:0px;
}

h3 {
	font-weight:bold;
	color:#FFFFFF;
	font-size:16px;
	}

p {
	margin-top:10px;
	}
	
a {
	color:#D10000;
}

a:hover {
	color:#FFFFFF;
}
	
input {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border: 1px solid #D10000;
	margin-bottom:10px;
}

textarea {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border: 1px solid #D10000;
	margin-bottom:10px;
}

td {
	border: 1px solid #666666;
}

table {
	border: 1px solid #666666;
}

#form td {
	border-style:none;
}

#form table {
	border-style:none;
}


#page-shadow {
	width:960px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/page-background.jpg);
	background-repeat:repeat-y;
	background-position: center top;
}
	
#top-shadow {
	width:960px;
	overflow:visible;
	margin:0px;
	background-image:url(../images/top-background.jpg);
	background-repeat:no-repeat;
	background-position: center top;
}

#page {
	width:880px;
	position:relative;
	margin:0px;
	left:40px;
	border: 1px solid #999999;
	border-top-style:none;
	padding-bottom:20px;
}

#logo {
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	height:100px;
	text-align:right;
}

.logo {
	margin-right:290px;
	margin-bottom:15px;
}

.bar {
	background-image:url(../images/bar.gif);
	background-repeat:no-repeat;
	background-position: center top;
	height:20px;
}

#menu {
	background-image:url(../images/menu-back-top.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
	text-align:left;
	font-size:12px;
	position:relative;
	top:10px;
}

#menu-side {
	width:160px;
	float:left;
	border: 1px solid #FFFFFF;
	border-left-style:none;
	border-top-style:none;
	position:relative;
	top:0px;
}

#menu a{
	background-color:#FF0000;
	background-image:url(../images/menu-back.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
	padding:5px;
	padding-left:0px;
	padding-right:0px;	border: 1px solid #FFFFFF;
	border-left-style:none;
	border-right-style:none;
	border-bottom-style:none;
	display:block;
	width:160px;
	text-indent:5px;
}

#menu a:hover{
	background-color:#780001;
	background-image:url(../images/menu-back-over.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
	padding:5px;
	padding-left:0px;
	padding-right:0px;
	border: 1px solid #FFFFFF;
	border-left-style:none;
	border-right-style:none;
	border-bottom-style:none;
	display:block;
	width:160px;
	text-indent:5px;
}

.clear {
	clear:both;
	position:relative;
}

#photo {
	float:right;
	margin:0px;
	position:relative;
	top:0px;
}

#photo-pad {
	margin:10px;
	margin-left:0px;
	margin-bottom:0px;
	border: 1px solid #FFFFFF;
	height:250px;
	width:698px;
}


#ad-box {
	width:150px;
	float:left;
	position:relative;
	top:10px;
	left:8px;
}

#ad-box img {
	border: 1px solid #FFFFFF;
	margin-bottom:10px;
}

#map-box {
	color:#333333;
}

#map-box a {
	color:#333333;
}

#map-box a:hover {
	color:#D10000;
}


#text-box {
	width:700px;
	float:right;
	font-size:12px;
	color:#FFFFFF;
	position:relative;
	right:10px;
	top:10px;
}

.lrg {
	font-size:20px;
	color:#D10000;
}

.red {
	color:#D10000;
}

#copyright {
	background-image:url(../images/bottom-shadow.jpg);
	background-position: center top;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
	color:#999999;
	font-size:10px;
	width:900px;
}

#copyright a {
	color:#999999;
	font-size:10px;
	text-decoration:none;
}

#copyright a:hover {
	color:#D10000;
	font-size:10px;
	text-decoration:none;
}

#copyright-left {
	float:left;
	padding-left:10px;
	padding-top:5px;
}

#copyright-right {
	float:right;
	padding-right:10px;
	padding-top:5px;
}

#copyright-clear {
	clear:both;
	padding-top:0px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	color:#999999;
	text-align:center;
}

.left-pic {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	border: 1px solid #FFFFFF;
}

.grey-box { 
cursor: hand;
cursor: pointer;
padding: 2px 5px;
border: 1px solid gray;
background: #333333;
}

.grey-box a { 
 color:#FFFFFF;
 text-decoration:none;
 display:block;
 width:100%;
}

.red-box { 
cursor: hand;
cursor: pointer;
padding: 2px 5px;
border: 1px solid gray;
background: #D10000;
}

.red-box a { 
 color:#FFFFFF;
 text-decoration:none;
 display:block;
 width:100%;
}


.sml a {
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}

.sml a:hover {
	font-size:12px;
	color:#D10000;
	text-decoration:none;
}

.shop {
	text-align:right;
	clear:both;
}

.shop input {
	border:none;
	margin-top:5px;
}

.left-shop {
	float:left;
	border: 1px solid #CC0000;
	margin-right:20px;
}

/*sliding content*/

.sliding { 
cursor: hand;
cursor: pointer;
padding: 2px 5px;
border: 1px solid gray;
background: #333333;
}

.sliding-open { /*class added to contents of 1st demo when they are open*/
background: #D10000;
}

.no-border {
	border-style:none;
	margin:0px;
	padding:0px;
	}
	
.no-border td {
	border-style:none;
	}
	
.no-border tr {
	border-style:none;
	}
	
