/****** 
Ritadesigns.com Style Sheet
Author: Evan Johnson
Late Modified: 7/15/08
******/

/****** base html structure ******/

html, body {
	height: 100%;
}

body {
	font-family: "Times New Roman", Times, serif;
	color: #cc6600;
	background: #10100f url(../site_images/top-border.gif) repeat-x top left;
	font-size: medium;
	padding: 0;
	margin: 0;
}
a:link {
	color: #996600;
	text-decoration: none;
}
a:visited {
	color: #996600;
	text-decoration: none;
}
a:hover {
	color: #999933;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
}

img {
	border: 0;
}

/****** header ******/
#header {
	padding: 0;
	margin: 0 0 0 10px;
}

.headerImg {
	margin: 20px 0 2px 10px;
}

/****** wrapper ******/
#wrapper {
	background: url(../site_images/border.gif) repeat-y top left;
	width: 730px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
	padding: 0;
}

/****** content ******/
#content {
	padding: 0;
	margin: 0 0 0 10px;
}

#content h1 {
	position: fixed;
	left: -4000em;
	color: #10100f;
}

/****** footer ******/
#footer {
	height: 60px;
	text-align: center;
	padding: 0;
	margin: 0;
}

/****** menu ******/
#menu {
	margin: 15px 0 25px 20px;
	font-size: large;
	}
	
#menu a {
	color: #a35706;
}
	
#menu a:hover {
	color: #da972c;
	text-decoration: none;
}
	
	

/****** care ******/

#text {
	border: #333333 thick solid;
	background: #cccccc;
	color: #000000;
	padding: 10px;
	margin-left: -2px;
}

#text a {
	color: #333333;
}
	
#text a:hover {
	color: #333333;
}

#text p:first-letter {
	font-size: large;
	font-weight: bold;
}
h1 {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	text-align: left;
	font-weight: bold;
}

/****** fine print ******/

#fineprint {
	font-size: 10px;
}

#fineprint a {
	font-size: 10px;
}

/****** product gallery ******/

#slideshow-main { 
	height: 333px; 
	width: 250px; 
}
#blurb { 
	width: 250px;
	height: 350px;
}
#slideshow { 
	width: 250px;  
	height: 350px; 
}
#nav { 
	text-align: center; 
}
#pic {  
	position: fixed; 
	left: 225px; 
}
.slidetext {
	display: block;
	width: 185px;
	}
.slidetext h3 {
	text-align: right;
	}
.slidetext p {
	text-align: right;
	margin: 0px;
	}
.inner {
	bottom:0px; 
	position: absolute; 
	width: 185px;
	}
.slidetable {
	height: 350px;
	}