/* ----------------------------------------------

   HTML ELEMENTS

------------------------------------------------- */ 



/* Top Elements */

* { margin: 0; padding: 0; outline: 0 }



body {
	background: #C1C1FF url(/PDGCommTemplates/001/images/bga.gif) repeat-x;
	color: #009;
	font-size: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	text-align: center;
}



/* links */

a, a:visited {
	color: #00F;
	text-decoration: none;
}

a:hover {
	color: #9FB3FF;
	text-decoration: underline;
}





/* headers */

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-weight: Bold;
	padding: 10px;
	color: #009;
}

h1 {

	font-size: 2.2em;		

}

h2 {
	font-size: 2em;
	color: #009;
}

h3 {

	font-size: 1.4em;

	font-weight: normal;	

	padding: 16px 10px 4px 10px;

}



/* Paragraph */

p { padding: 12px 10px;	}



/* Lists */

ul, ol {

	margin: 5px 5px;

	padding: 0 5px;	

}

ul { list-style: none; }



dl { padding: 10px; margin: 0; }



dt {
	font-weight: bold;
	color: #009;
}

dd {

	padding-left: 25px; 

}



/* images */

img {
	background: #fafafa;
}

img.float-right {

  	margin: 5px 0px 10px 10px;  

}

img.float-left {

  	margin: 5px 10px 10px 0px;

}



code {
	margin: 5px 0;
	padding: 15px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace;
	/* white-space: pre; */

  	border: 1px solid #9FB3FF;
	background-color: #FFF;
}

acronym {

  cursor: help;

  border-bottom: 1px dotted #895F30;

}

blockquote {
	margin: 15px 10px;
	padding: 5px 7px 5px 40px;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #004080;
	border: 1px solid #9FB3FF;
	background-position: 7px 10px;
}



/* form elements */



label {
	display: block;
	font-weight: bold;
	color: #009;
}

input, textarea, select {
	padding: 4px;
	color: #009;
	background: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

input.button {
	font: bold 12px Arial, Sans-serif;
	height: 30px;
	margin: 0;
	padding: 2px 3px;
	color: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #9DCEFF;
	background-color: #A8D3FF;

}





/********************************************

   LAYOUT

********************************************/ 

#wrap {
	position: relative;
	width: 920px;
	margin: 35px auto;
	text-align: left;
	background-color: #FFF;
	background-image: url(/PDGCommTemplates/001/images/wrap2a.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

#content-wrap {
	position: relative;
	clear: both;
	float: left;
	width: 920px;
	padding: 25px 0;
	background-color: #CCC;
	background-image: url(/PDGCommTemplates/001/images/content2a.gif);
	background-repeat: repeat-y;
}

#header {
	position: relative;
	width: 950px;
	height: 205px;
	color: #fff;
	padding: 0;
	margin: 0;
	background-image: url(../images/RRheader.jpg);
	background-repeat: no-repeat;
}

#header h1#logo-text a {

	position: absolute;

	margin: 0; padding: 0;

	font: bold 56px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;

	letter-spacing: -3px;

	text-decoration: none;

	color: #fff;

	

	/* change the values of top and left to adjust the position of the logo*/

	top: 58px; left: 55px;	

}

#header p#slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 15px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #F0F0F0;
	letter-spacing: -0.5px;
	/* change the values of top and left to adjust the position of the slogan*/

	top: 122px;
	left: 153px;

}



/* Navigation */

#nav {
	clear: both;
	padding: 0;
	margin: 0;
	width: 920px;
	height: 30px;
	background-color: #00F;
	background-image: url(/PDGCommTemplates/001/images/nava.gif);
	background-repeat: no-repeat;
}

#nav ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 0 40px;
	height: 30px;

}

#nav ul li {

	display: inline;

	margin: 0; padding: 0;

}

#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 10px;
	color: #fff;
	font: bold 16px/25px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	text-decoration: none;
	letter-spacing: 0.5px;

}

#nav ul li a:hover, 

#nav ul li a:active {
	color: #9FB3FF;
}

#nav ul li#current a {
	background: #0c4e80 url(/PDGCommTemplates/001/images/pointer.gif) no-repeat center bottom;
	color: #0059B3;

}



/* Main Column */

#main {

	float: right;

	width: 570px;

	padding: 0;

	margin: 0 35px 0 0;

	display: inline;	

}

#main h2 {
	color: #009;
	padding: 10px 0 5px 5px;
	margin-left: 5px;
	letter-spacing: -1px;
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-size: 2.25em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009;
}

#main h3 {
	font: bold 1.75em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #009;
	padding: 10px 0 5px 5px;
	margin-left: 5px;
	letter-spacing: -1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009;
}



#main h3.home {

	font: bold 1.50em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;

	border: none

}



#main h2 a {
	color: #009;
	text-decoration: none;
}

#main ul li {

	list-style:none;

}



#sidebar {
	float: left;
	width: 225px;
	padding: 0;
	margin: 0 0 0 35px;
	display: inline;
	color: #0000A0;
	background-color: #F7F7F7;
}

#sidebar a, a:visited {
	color: #009;
	text-decoration: none;
}



#sidebar h3 {
	color: #009;
	font: normal 1.6em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	text-transform: none;
	padding: 10px 0 2px 0;
	margin: 10px 0 0 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #009;
}



/* sidebar menu */

#sidebar .sidemenu {
	margin: 5px 10px 8px 7px;
	padding: 0;
	text-decoration: none;

}

#sidebar .sidemenu li {
	color: #009;
	list-style: none;
	margin: 0;
	padding: 7px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009;
}

* html body #sidebar .sidemenu li {

	height: 1%;

}

#sidebar .sidemenu li a {
	text-decoration: none;
	color: #009;
}

#sidebar .sidemenu li a a:visited span {
	color: #009;
	font-size: 11em;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;
}

#sidebar .sidemenu li a:hover {	

	color: #000;	

	background: none;	

}

#sidebar .sidemenu ul { margin: 0 0 0 5px; padding: 0; }

#sidebar .sidemenu ul li { border: none; }



/* search form */

#sidebar .searchform {
	background-color: transparent;
	border: none;
	margin: 0 5px 0 0;
	padding: 10px 10px 10px 0;
	width: 250px;
}

#sidebar .searchform p { margin: 0; padding: 0; }

#sidebar .searchform input.textbox {
	width: 130px;
	height: 18px;
	padding: 2px;
	vertical-align: top;
}

#sidebar .searchform input.button { 

	width: 60px;

	height: 24px;

	padding: 2px 4px;

	vertical-align: top;

}



/* footer */

#footer-wrap {
	clear: both;
	width: 920px;
	text-align: left;
	padding: 0;
	margin: 0;
	background-image: url(/PDGCommTemplates/001/images/footer-bottom2a.gif);
	background-repeat: no-repeat;
	background-position: left bottom;

}

#footer-content {
	width: 920px;
	padding: 30px 0 35px 0;
	background-image: url(../images/footer-top-sep2.gif);
	background-repeat: no-repeat;
}



#footer-wrap p {

	padding:10px 0;

}

#footer-wrap h3 {
	color: #009;
	margin: 0;
	padding: 5px 0 5px 10px;
	text-transform: uppercase;
	font-size: 1.4em;
	font-family: "Trebuchet MS", "Helvetica Neue", Arial, Sans-serif;

}

#footer-wrap a:hover { 

	color: #000; 

	text-decoration: none;

}



#footer-columns {
	color: #009;
	margin: 0 auto;
	padding: 0;
	width: 800px;
}

#footer-columns ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #009;

}

#footer-columns li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009;

}

#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 8px 0 8px 10px;
	width: 96%;
	color: #009;
}



#footer-columns .col3, .col3-center {

	float: left;

	width: 32%;

}

#footer-columns .col3-center { 

	margin: 0 15px; 

}



/* bottom */

#footer-bottom {
	clear: both;
	color: #009;
	margin: 0 auto;
	width: 920px;
	padding: 15px 0 10px 0;
	text-align: center;
	font-size: 0.95em;
}

#footer-bottom a {
	color: #009;
}



/* alignment classes */

.float-left  { float: left; }

.float-right { float: right; }

.align-left  { text-align: left; }

.align-right { text-align: right; }



/* clearing */

.clearer { clear: both; }

.clear {display:inline-block; }

.clear:after {

	display:block; 

	visibility:hidden; 

	clear:both; 

	height:0; 

	content: "."; 

}



/*----------------crumb_nav------------------*/

.crumb_nav{

padding:5px 0 10px 0px;

}

.crumb_nav a{
	color:#009;

}





/* Search Product */

.searchproduct {

	vertical-align: top;

	width: 100px;

	padding: 0; margin: 0 0 0 25px;

	display:-moz-inline-stack;

	display:inline-block;

	zoom:1;

	*display:inline;	

}



/* header quick search */

#header form#quick-search {

	position: absolute;

	top: 50px; right: 55px;

	padding: 0; margin: 0;

	border: none;

	width: 220px; height: 30px;

	background: #fff;	

	z-index: 999999;

}

#header form#quick-search p {

	margin: 0; padding: 0;		

}

#header form#quick-search input {

	border: none;

	background: transparent;

	color: #0e5792;

	float: left;

}

#header form#quick-search .tbox {

	margin: 5px 0 0 5px; 

	width: 170px;	

	display: inline;	

}

#search form#quick-search .btn{

	width: 25px; height: 25px;		

}

#header form#quick-search label {

	display: none;

}



/* header basket */

#header-basket {
	text-align: center;
	position: absolute;
	top: 144px;
	right: 65px;
	padding: 5px;
	margin: 0;
	border: none;
	width: 125px;
	height: 42px;
	z-index: 999999;
	color: #00F;
	background-color: #FFF;

}

#header-basket p {

	margin: 0; padding: 0;		

}

