/* SCROLLABLE */

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {
background:url("/images/gradient.png") repeat-x scroll 0 0 transparent;
border:1px solid #CCCCCC;
height:94px;
margin:0 8px 20px;
overflow:hidden;
position:relative;
width:516px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable img {
-moz-border-radius:4px 4px 4px 4px;
background-color:#FFFFFF;
border:1px solid #CCCCCC;
cursor:pointer;
float:left;
height:75px;
margin:8px 1px 8px 21px;
padding:2px;
width:100px;
}

/* active item */
.scrollable .active {
border:2px solid #000000;
margin-left:16px;
margin-right:-7px;
position:relative;
z-index:9999;
}

/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(images/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:31px 0px 0 0;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down		{ 
	background:url(images/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	



/* styling for the image wrapper  */
#image_wrap {
background-color:#EFEFEF;
border:2px solid #FFFFFF;
margin:0 0 20px 30px;
outline:1px solid #DDDDDD;
overflow:hidden;
padding:15px 0;
text-align:center;
width:529px;
}

/* END SCROLLABLE */


/* colors to use:
color: #cbc8bf;
background-color: #857f70; 104f7b; 9a4719; 61090e; 660000, FF720D
links: e7ae1b; 996600

 */

body
{
background-color: #FF720D;
font-family: Arial, sans-serif; 
font-size: 81%;
font-spacing: 1px; 
color: #666666;
text-align: justify;
}

/* page layout */

#page
{
width: 1000px;
margin: 0 auto;
}

#topper
{
margin: 2px 0px 0px 0px;
}	

#main
{
clear: both;
background: url('../images/page_bg.png') repeat-y;
border: 0px solid #7a7a7a;
margin: 0px auto;
}

#bottom
{
margin: -2px 0px 0px -2px;
}	

#header
{
margin: -2px 0px 0px 0px;
padding: 0px auto;
text-align: center;
clear:both;
width: 100%;
}

#topmenu
{
padding: 2px;
margin: -2px 0px 0px 0px;
text-align:right;
}

#menu
{
padding: 2px;
margin: -2px 0px 0px 0px;
text-align: center;
}

#content
{
padding:10px;
background-color: transparent;
width: 900px;
margin-left: 40px;
}

#submenu
{
width: 220px;
float: left;
margin-left: 10px;
border-right: 1px solid #7a7a7a;
}

#menuDisplay
{
float: right;
width: 600px;
margin-right: 10px;
padding-left: 10px;
}


#footer
{
border-top: 0px solid #7a7a7a;
padding: 10px;
clear: both;
}

#bottommenu
{
padding-left: 100px;
padding-right: 100px;
clear: both;
text-align: center;
margin-top: 10px;
}

/*  printable version adjustments */

#printer
{
font-family: Arial, sans-serif; 
font-size: 81%;
font-spacing: 1px; 
color: #000000;
text-align: justify;
background-color: #ffffff;
}


#print
{
width: 600px;
margin: 0 auto;
}

#print h1
{
color: #000000;
font-size: 1.4em;
text-align: center;
border-bottom: 1px solid #7a7a7a;
}

#print h2
{
color: #000000;
font-size: 1.3em;
text-align: left;
border-bottom: 1px solid #7a7a7a;
}

#print p
{
color: #000000;
text-align: justify;
font-size: 1.2em;
margin-left: 10 px;
}

/* menu layout */
#menu ul, #bottommenu ul 
{
list-style: none;
margin: 0px 20px 0px 20px;
border-top: 1px solid #7a7a7a;
border-bottom: 1px solid #7a7a7a;
padding: 4px 0px 2px 20px;
}

#bottommenu ul 
{
border-bottom: 0px solid #7a7a7a;
}

#menu ul li, #bottommenu ul li
{
display: inline;
padding-right: 10px;
}

#topmenu ul 
{
list-style: none;
margin: 0px 20px 0px 20px;
padding: 4px 0px 2px 20px;
}

#topmenu ul li
{
display: inline;
padding-right: 10px;
}


#submenu ul
{
list-style: none;
float: left;
margin-right: 10px;

}

#submenu ul li
{
padding: 6px;
text-align: right;
display: block;
}

/* content layout */

.formMenu
{
text-align: center;
}

form 
{
border-top: 1px solid #7a7a7a;
border-bottom: 1px solid #7a7a7a;
padding: 10px;
}

marquee
{
width:210px;
background-color: transparent;
text-align: center;
float: left;
}

.lefthalf
{
width: 380px;
float: left;
}

.righthalf
{
width: 380px;
margin-left: 10px;
float: right;
}

/* images */

img
{
float: right;
margin: 10px;
padding: 2px;
border: 1px solid #7a7a7a;
}

#submenu ul li img
{
float: none;
}

marquee img
{
float: none;
}

a img
{
margin: 0px;
border: 1px solid;
float: none;
clear: both;
text-decoration: none;
}

/* reviews */
.review
{
padding: 10px;
margin-bottom: 12px;
border-top: 1px solid #7a7a7a;
float: none;
clear: both;
text-decoration: none;
}

.review a img
{
float: left;
margin: 10px auto;
text-decoration: none;
}

.review p
{
width: 210px;
float: right;
margin: 10px auto;
}

.review p a
{
float: right;
text-align: right;
}

.review img
{

}


/* text */

p 
{  
font-size: 1em;
}

a 
{  
font-size: .95em;
color: #996600;
}

h1 
{  
font-size: 1.3em; 
color: #a00000;
text-align: center;
}

h2 
{  
font-size: 1.1em; 
font-weight: bold; 
}

h3 
{  
font-size: 1.15em; 
font-style: italic; 
font-weight: bold; 
color: #000000;
}

h4
{
clear:both;
}

h5
{
font-size: 1.15em; 
font-style: none; 
font-weight: normal; 
color: #7a7a7a;
}
