/*
Theme Name: Rafter 8 Products
Theme URI: http://www.rafter8.ca
Description: Rafter 8 products default style
Version: 0.1
Author: Erick Cardoza
Author URI: http://randomtype.ca
Tags: blue, custom, fixed width

	RANDOMTYPE INTERACTIVE
	 http://randomtype.ca

*/


/* Begin Typography & Colors */
body, html {
	background: #DDF3FF;
	color: #333;
	margin: 0;
	background: url(images/bg_gradient.gif) repeat-x scroll left top;
	}

body {
	font-size: 80%; /* Resets 1em to 10px */
	font-family: Helvetica, Arial, sans-serif;
}

p {
	line-height: 135%;
}

a, a:visited {
	text-decoration: none;
	color: #57B6DD;
}

a:hover, a:active {
	text-decoration: underline;
}

#container {
	margin: 0 auto;
	width: 880px;
	min-height: 500px;
	background-color: #FFFFFF;
	padding: 35px;	
}

#page {}

#header {}

#logo_container {
	text-transform: uppercase;
	font-size: xx-large;
	font-weight: bold;
	
}

#logo_container a, #logo_container a:visited {
	color: #999999;
	text-decoration: none;
}

#logo_container a:hover, #logo_container a:active {
	color: #777777;
}

#topnav {
	font-size: 95%;
	background: url(images/topnav_bg.gif) repeat-x scroll left top;
	border: 1px solid #CCCCCC;
	height: 30px;
}

#topnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#topnav ul li {
	display: block;
	float: left;
}

#topnav ul li a, #topnav ul li a:visited {
	height: 10px;
	display: block;
	padding: 10px 10px;
	color: #666666;
	font-weight: bold;
	font-size: 80%;
	text-decoration: none;
	text-transform: uppercase;
	border-right: 1px solid #CCCCCC;
	border-top: 0;
	border-bottom: 0;
}
#topnav ul li a.current_section {
	color: #EDEDED;
	background: url(images/btn_current.gif) repeat-x scroll left top;	
}

#topnav ul li a:hover, #topnav ul li a:active {
	color: #EDEDED;
	background: url(images/btn_over.gif) repeat-x scroll left center;
}

#bottomnav {
	padding: 15px 0 50px;
}

#bottomnav ul li {
	display: block;
	float: left;
}

#bottomnav ul li a, #bottomnav ul li a:visited {
	display: block;
	padding: 5px 10px;
	color: #666666;
	text-decoration: none;
}

#bottomnav ul li a:hover, #bottomnav ul li a:active {
	color: #000000;
}

#sidenav {
	float: left;
	width: 160px;
	padding: 10px;
}

#sidenav ul {
	float: left;
	width: 160px;
	padding: 10px;
	list-style: none;
}

#sidenav ul li a {
	font-size: 120%;
	display: block;
	padding: 6px 10px;
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
}
#sidenav ul li a:hover {
	color: #777777;
	background-color: #EDEDED;
}

.page_content {
	padding: 10px 20px;
}

.inner_content{
	margin-left: 200px;
	min-height: 150px;
}

.inner_content_nsn {
	margin-left: 75px;
	min-height: 150px;
}

#copyright {
	color: #666666;
	font-size: smaller;
}

.container {
	width: 925px;
	margin: 10px auto;
}

.float_left {
	text-align: left;
	float: left;
	clear: both;
}

.float_right {
	text-align: right;
	float: right;
	clear: both;
}

.clearall {
	clear: both;
}
/* End Typography & Colors */

/* Slider Styles - Start */
/*
#slideshow {
    position:relative;
    height:390px;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow img.active {
    z-index:10;
}

#slideshow img.last-active {
    z-index:9;
}
*/


#slideshow {
    position: relative;
    height: 390px;
}

#slideshow IMG {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0.0;
}

#slideshow IMG.active {
    z-index: 10;
    opacity: 1.0;
}

#slideshow IMG.last-active {
    z-index: 9;
}

/* Slider Styles - End */


/* Begin Structure */

/*
#rnd_bottom {
	width: 910px;
	margin: 0 auto;
	background-color: #ffffff;
	height: 30px;
	padding: 0 20px 20px;
}
*/

#rnd_bottom {
	background: url(images/rnd_bottom.png) no-repeat scroll center bottom;
	width: 950px;
	margin: 0 auto;
	height: 20px;
	padding: 0;
}

.front_panel {
	display: block;
	float: left;
	border: 1px solid #CCCCCC;
	width: 266px;
	min-height: 225px;
	padding: 10px;
	padding-top: 100px;
	margin-top: 10px;
	text-align: center;
}

.front_panel h1 a {
	
}

.gutter {
	display: block;
	float: left;
	width: 8px;
	height: 8px;
}

/* End Structure */

