/*
Theme Name: Rose
Theme URI: the-theme's-homepage
Description: a-brief-description
Author: your-name
Author URI: your-URI
Template: use-this-to-define-a-parent-theme--optional
Version: a-number--optional
.
General comments/License Statement if any.
.


[Table Of Contents] 

	0 -	Reset
	1 -	Global 
	2 -	Links
	3 -	Headings
	4 -	Login
	5 -	Header 
	6 -	Navigation
	7 -	Middle 
	8 -	Forms
	9 -	Extras
	10 - Footer
	11 - Slideshow 
    

*/

/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');
/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body {
    color:#666;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    line-height:20px;
	background: #D4DFF5;          
}
#Main
{   
    min-height:200px;
    margin-bottom:20px;
	background: #fff url("../_images/backgrounds/bg4.jpg") repeat-x bottom left;  
   
}
#Content
{
    width:988px;
    margin: 0 auto;
    min-height: 700px;
	background: #fff url("../_images/backgrounds/bg2.jpg") repeat-y top left;      
    padding: 0 20px 0 20px;
	border-bottom:1px #999 solid;     
}
.right {
	float: right;
}
.left {
	float: left;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align:center;
}
.justify {
	text-align:justify;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	float:left;
	margin:4px 10px 4px 0;
}
img.alignright {
	float:right;
	margin:4px 0 4px 10px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a:link, a:visited {
	color: #ff6600;
	 text-decoration:none;
	 cursor:pointer;
}
a:hover {
	color: #ffcc00;
}
a:active {
	color: #666;
}
/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 
{
	font-family:arial,helvetica,verdana,sans-serif;
	font-size: 15px;
    text-transform:capitalize;
    color:#006BB5;
    font-size:125%;
    font-weight:bold;
    margin:10px 0 2px;
    padding:0;
}
h2 
{
	font-family:  Gill Sans MT;
	font-size: 14px;
    text-transform:uppercase;
    font-weight:normal;
    margin-bottom:5px;
}
h3 
{
	font-family:  Gill Sans MT;
	font-size: 28px;
    text-transform:capitalize;
    font-weight:normal;
    color: #000;
    padding-bottom:12px;
}
.uppercase
{
    text-transform:uppercase;
}
/* =4 Login
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a img {
	border-width:0;
}
#topnav {
	padding:10px 0px 12px;
	font-size:11px;
	line-height:23px;
	text-align:right;
}
#topnav a.signin 
{
	_background:#88bbd4;
	padding:4px 6px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background: transparent url("../_images/backgrounds/signin-nav-bg-ie3.png") no-repeat 0 0;
	padding:4px 12px 6px;
}
#topnav a.signin:hover 
{
	_background: #9ec3d5;
	background: transparent url("../_images/backgrounds/signin-nav-bg-hover-ie.png") no-repeat 0 0;
	padding:4px 12px 6px;
}
#topnav a.signin, #topnav a.signin:hover {
	background-position:0 3px!important;
}

a.signin {
	position:relative;
	margin-left:3px;
}
a.signin span {
	background-image:url("../_images/icons/toggle_down_light.png");
	background-repeat:no-repeat;
	background-position:100% 50%;
	padding:4px 16px 6px 0;
}
#topnav a.menu-open {
	background:#dedede!important;
	color:#666!important;
	outline:none;
}
#small_signup {
	display:inline;
	float:none;
	line-height:23px;
	margin:25px 0 0;
	width:170px;
}
a.signin.menu-open span {
	background-image:url("../_images/icons/toggle_up_dark.png");
	color:#789;
}

#signin_menu {
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	display:none;
	background-color:#DEDEDE;
	position:absolute;
	width:210px;
	z-index:100;
	border:1px transparent;
	text-align:left;
	padding:12px;
	top: 24.5px; 
	right: 0px; 
	margin-top:5px;
	_margin-right: 0px;
	margin-right: -1px;
	color:#789;
	font-size:11px;
}

#signin_menu input[type=text], #signin_menu input[type=password] {
	display:block;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #ACE;
	font-size:13px;
	margin:0 0 5px;
	padding:5px;
	width:203px;
}
#signin_menu p {
	margin:0;
}
#signin_menu a {
	color:#6AC;
}
#signin_menu label {
	font-weight:normal;
}
#signin_menu p.remember {
	padding:10px 0;
}
#signin_menu p.forgot, #signin_menu p.complete {
	clear:both;
	margin:5px 0;
}
#signin_menu p a {
	color:#27B!important;
}
#signin_submit {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#39d url("../backgrounds/_images/bg-btn-blue.png") repeat-x scroll 0 0;
	border:1px solid #39D;
	color:#fff;
	text-shadow:0 -1px 0 #39d;
	padding:4px 10px 5px;
	font-size:11px;
	margin:0 5px 0 0;
	font-weight:bold;
}
#signin_submit::-moz-focus-inner {
padding:0;
border:0;
}
#signin_submit:hover, #signin_submit:focus {
	background-position:0 -5px;
	cursor:pointer;
}

.tipsy-inner {
	padding:10px 15px;
	line-height:1.5em;
	font-weight:bold;
}
.tipsy {
	opacity:.8;
	filter:alpha(opacity=80);
	background-repeat:no-repeat;
	padding:5px;
}
.tipsy-inner {
	padding:8px 8px;
	max-width:200px;
	font:11px 'Lucida Grande', sans-serif;
	font-weight:bold;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-color:#000;
	color:white;
	text-align:left;
}
.tipsy-north {
	background-image:url("../_images/icons/tipsy-north.gif");
	background-position:top center;
}
.tipsy-south {
	background-image:url("../_images/icons/tipsy-south.gif");
	background-position:bottom center;
}
.tipsy-east {
	background-image:url("../_images/icons/tipsy-east.gif");
	background-position:right center;
}
.tipsy-west {
	background-image:url("../_images/icons/tipsy-west.gif");
	background-position:left center;
}




/* =5 Header
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#topHeader
{
    height:55px;
	width:988px;
	margin:0 auto;
	padding-top: 5px;
	position: relative;
}
.toplogo
{
    width:327px;
    height:30px;
    float:left;  
    text-align:left;    
    font-size:9px;
}
.topSearch
{
    width:327px;
    height:30px;
    float:right;  
    text-align:right;    
    font-size:11px;
    padding:15px 5px;
}
#flashHead
{
    height:270px;
	background: transparent url("../_images/banners/DynoBanner.jpg") no-repeat top left;  
}
#flashHead2
{
    height:146px;
	background: transparent url("../_images/banners/Dyno2010v3.jpg") no-repeat top left;  
}
/* =6 Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.rpanel ul, .box1 ul
{
 padding-left:10px;
}
.rpanel ul li, .box1 ul li 
{
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../_images/buttons/bullet1.gif) no-repeat scroll 0 8px;
margin:0;
padding:0 0 5px 15px;
 list-style:none;
}
.box1 ul li embed 
{
	float: left;
	display: inline;
	margin: 4px;
}
.solidblockmenu{

    font-family: Gill Sans MT;
    font-size:12px; 
    text-transform:uppercase;
    width:987px;
overflow: hidden;
margin-bottom: 1em;
border-bottom: 1px solid #212B82;
border-right: 1px solid #212B82;
background: black url(../_images/backgrounds/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;

}

.solidblockmenu li a{
float: left;
color: #333;
width:157px;
height:30px;
text-align:center;
padding:10px 3px 0 3px;
text-decoration: none;
border-left: 1px solid #212B82;
}

.solidblockmenu li a:visited{
color: #333;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: #204AC2;

background: transparent url(../_images/backgrounds/blockactive.gif) center center repeat-x;
}
.arrowgreen{
	width: 100%; /*width of menu*/
	border-style: solid solid none solid;
	border:1px #94AA74 solid;
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen li a{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(../_images/backgrounds/arrowgreen.gif) 100% 0;
  height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #5E7830;
}

.arrowgreen li a:hover{
	color: #26370A;
	background-position: 100% -32px;
}

	
.arrowgreen li a.selected{
	color: #26370A;
	background-position: 100% -64px;
}
#color1
{
    background: red url(../_images/backgrounds/color1.gif) center center repeat-x;
}
#color2
{
    background: green url(../_images/backgrounds/color2.gif) center center repeat-x;
}
#color3
{
    background: blue url(../_images/backgrounds/color3.gif) center center repeat-x;
}
#color4
{
    background: yellow url(../_images/backgrounds/color4.gif) center center repeat-x;
}
#color5
{
    background: orange url(../_images/backgrounds/color5.gif) center center repeat-x;
}
#color6
{
    background: lightblue url(../_images/backgrounds/color6.gif) center center repeat-x;
}
#color7
{
    background: purple url(../_images/backgrounds/color7.gif) center center repeat-x;
}
/* =7 Middle
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.btmborder
{
    border-bottom: 1px #969880 solid;
}
.topborder
{
    border-top: 1px #969880 solid;
}
.leftborder
{
    border-left: 1px #969880 solid;
}
.rightborder
{
    border-right: 1px #969880 solid;
}
.border
{
    border: 1px #969880 solid;
}
p 
{
	font-style: normal;
    padding:0 12px 5px 0;
    line-height:22px;
}
.para
{
    margin-bottom:40px;
}
.intropara
{
    margin-bottom:20px;
    line-height:25px;
    font-family:Arial;
    font-size: 15px;
}
.box2
{
    border: 1px #BCD3EF solid;
    margin-top:20px;
    min-height:235px;
    padding:10px;
    background: #fff url("../_images/backgrounds/bg3.jpg") repeat-x bottom left;
}
.box2 h1
{
    margin:0;
    padding:0;
}
.box3
{
    border: 0px #BCD3EF solid;
    margin-top:20px;
    min-height:90px;
    padding:10px;
}
.box3 p
{
	padding: 5px 0 0 10px;
	width: 68%;
    font-size: 24px;
    font-family: Arial;
    line-height: normal;
    color: #FFF;
}
.box3 ul li {
float:left;
font-size: 18px;
font-weight: bold;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding:0px 10px 15px 0;
}
.socialmedia
{
font-size: 18px;
font-weight: bold;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding:0px 10px 15px 0;
}
.lpanel
{
    width:244px;
    height:100%;
    float:left;   
    font-family:Arial;
    font-size: 11px;
    padding-right:10px;
}
.lpanel a, .lpanel h2
{
    color:#000;    
}
.rpanel
{
    width:699px;
    min-height:570px;    
	background: #fff url("../_images/backgrounds/sideshadow1.png") repeat-y top right;    
    float:left;
    padding: 0px 15px 5px 0px; 
    text-align:left; 
    color:#666;    
}
.rpanel img
{
    padding:5px;
}
.half
{
    width:465px;
}
.half img
{
    float:left;
    padding-right:5px;
}
.prodbox
{
    width:175px;
    float:left;
    font-size:10px;
    line-height:10px;
    text-align:center;
    margin:0;
    margin-right:30px;
}
.prodbox img
{
    margin-bottom:3px;
}
.smallbox3
{
    max-height:191px;
    width:223px;
    height:191px;
    text-align:center;
    margin-right:5px;
    margin-top:10px;
	background: transparent url("../_images/backgrounds/smallbox3.gif") no-repeat top left;      
    border: 1px #BCD3EF solid;
	
}
.smallbox4
{
    max-height:191px;
    width:223px;
    height:60px;
    text-align:center;
    margin-right:5px;
    margin-top:10px;
    padding-top:10px;
	background: transparent url("../_images/backgrounds/smallbox3.gif") no-repeat top left;      
    border: 1px #BCD3EF solid;
	
}
.bottomBox1
{
    background-color: #ecf1fa;
    text-align:center;
    width:188px;
    height:40px;  
    margin-left:16px;
}
.sponsorlogo
{
    height:115px;
    padding:5px 0 5px 0;   
    margin-top:15px;    
}
.onethrid
{
    width:222px;
    float:left;
    margin-top:10px;
    min-height:500px;
}
.onethridplus
{

    width:240px;
    float:left;
    margin-top:10px;
    min-height:500px;
}
.onethridplustitle
{
    font-weight:bold;
    text-align:center;
    border-bottom:1px #ccc solid;
}

.twothrid
{

    width:444px;
    float:left;
    margin-top:10px;
    min-height:500px;
}
.FivePix
{
    margin-right:8px;
}
/* =8 Form
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.search
{
    width:100%;
    margin-bottom:10px;
}
.search th, .search td
{
   text-align:left;
}
.txtbox{
	padding-left: 2px;
	border: 1px solid #999;
	font-size: 13px;
	background: #fff url(../_images/backgrounds/txtbg1.gif) no-repeat top left;
}
.txtbox_req{
	padding-left: 2px;
	border: 1px solid #999;
	font-size: 13px;
	background: #fff url(../_images/backgrounds/txtbg1_req.gif) no-repeat top left;
}
.forms
{
    background:#ccc;
    width: 80%;
}
.forms td
{
    padding:5px;
}
.forms td
{
    font-weight:bold;
}
/* =9 Extra
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

/* =10 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#footer {
color:#7E7E7E;
font-size:9px;
border-top:3px #ccc solid;
}
#footer_inner {
text-align:left;
margin-top:2px;
border-top:1px #ccc solid;
}
#footer ul{
float:right;
}
#footer ul li {
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding:0px 10px 15px 0;
}
#footer a {
padding-right:5px;
}
#footer a:hover {
text-decoration:underline;
color:orange;
}
#footer a:link, #footer a:visited {
color:#7E7E7E;
text-decoration:none;
}
#copywrite
{
    text-align:center;
    height:40px;
    font-size:11px;
    font-family:Arial;
    color:#003366;
    width:600px;
    margin:0 auto;
}

/* =11 Slideshow
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/** Required */
.container 
{ 
	width:988px; 
	height:190px; 
	left:15px; 
	overflow:hidden; 
	position:relative; 
	cursor:pointer; 
	}
div.slides 
{ 
	position:absolute; 
	top:10px;
	
}
ul.slides 
{ 
	position:absolute; 
	top:0; 
	list-style:none; 
	padding:0; 
	margin:0; 
	}
div.slides > div,ul.slides li 
{ 
	position:absolute; 
	top:0; 
	width:988px; 
	display:none; 
	padding:0; 
	margin:0; 
	}
/** Optional*/
#loopedSlider 
{ 
	margin:0 auto; 
	width:988px; 
    position:relative; 
    clear:both; 
    }
ul.pagination 
{ 
	list-style-type:none; 
	margin:0 20px; 
	padding:0; 
	width:160px; 
	}
ul.pagination li 
{ 
	float:left; 
	margin:0 5px; 
	}	
ul.pagination a 
{ 
	display:block; 
	width:12px; 
	padding-top:12px; 
	height:0; 
	overflow:hidden; 
	background-image:url(../_images/icons/pagination.png); 
	background-position:0 0; 
	background-repeat:no-repeat;
	}
ul.pagination li.active a 
{
	background-position:0 -12px
	}