<style type="text/css"> 
* {
	margin: 0;
	padding: 0;
	background-color:#000;
	}

body  {
	background: #000;
	background-image:url(../images/roch-background.jpg);
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-transform: capitalize;
}

a			{ color:#FEC776; }
a:hover 	{ color:#FFF; text-decoration:none;}

.facebook img { padding: 0 10px 0 0;}	
.twoColFixRtHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/container-background.png);
	background-repeat:repeat-y;
} 
.twoColFixRtHdr #header { 
	background: #DDDDDD;
	height:165px;
	background-image:url(../images/header-background.jpg);
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #header h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	list-style-type: none;
}

/*++++++++++++++++++++++++++++++++++++Side Bar++++++++++++++++++++++++++++++++++++*/
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}

#sidebar1 .quote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.25em;
	text-align:center;
	background-image:url(../images/quote-top.png);
	background-repeat:no-repeat;
	padding-left:1em;
	padding-right:1em;
	text-transform:none;
}
#sidebar1 .quote-end {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.9em;
	background-image:url(../images/quote-bottom.png);
	background-repeat:no-repeat;
	background-position:100% -10%;
	height:60px;
	width:180px;
	padding-top:10px;
	padding-right:1em;
	padding-bottom: 25px;
}

#sidebar1 .links {
	margin-bottom:40px;
}

#sidebar1 .links p a{
	font-size: 1.25em;
	color:#FEC776;
	padding-bottom:-5px;
	padding-left:30px;
}

#sidebar1 .links p :hover {
	background-image:url(../images/arrow-sidebar-over.png);
	background-repeat:no-repeat;
	background-position:left;
	}
	
#sidebar1 .links p a.active {
	background-image:url(../images/arrow-sidebar.png);
	background-repeat:no-repeat;
	background-position:left;
	text-decoration:underline;
	color:#FFF
	}

/*++++++++++++++++++++++++++++++++++++Side Bar++++++++++++++++++++++++++++++++++++*/

/*++++++++++++++++++++++++++++++++++++Main section++++++++++++++++++++++++++++++++++++*/
.twoColFixRtHdr #mainContent { 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	margin: 0 240px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	}

.products {
	background-image:url(../images/product-background.png);
	border:#FFF solid thin;
	width:188px;
	height:222px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	}


.product-image {
	border:thin #FFF solid;
	margin-left:9px;
	margin-right:9px;
	margin-top:8px;
	margin-bottom:0px;
	width:auto;
	}

.product-image-2 {
	margin-left:9px;
	margin-right:9px;
	margin-top:8px;
	margin-bottom:0px;
	width:auto;
	}

.products-description {
	margin-left:8px;
	height:100px;
	}

.products-description p {
	font-size:12px;
	margin-top:3px;
	}

.products-description h3 {
	color:#FEC776;
	margin-top:3px;
	margin-bottom:0px;
	}

.products-top {
	width:188px;
	height:222px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	}
.products-last-top {
	
	width:188px;
	height:244px;
	float:left;
	margin-bottom:20px;
	}
	
.sample a{
	font-size:12px;
	color:#FEC776;
	width:180px;
	margin-left:80px;
	text-decoration:none;
	}
.sample a:hover {
	color:#FFF;
	text-decoration:none;
}
	
.sample img{
	border:none;
	padding-left:3px;
	}

.products-last {
	background-image:url(../images/product-background.png);
	border:#FFF solid thin;
	width:188px;
	height:222px;
	float:left;
	margin-bottom:20px;
	}


/*Main Photo*/

.main-photo {
	width:610px;
	height:300px;
	margin-top:25px;
	background-image:url(../images/main-image.jpg);
	background-repeat:no-repeat;
	border:#FFF thin solid;
	}

.main-photo .text {
	margin-left:270px;
	margin-right:10px;
	text-transform:none;
}

.main-photo .text h2 {
	font-size:22px;
}

.main-photo .sample a{
	font-size:12px;
	color:#FEC776;
	width:180px;
	margin-left:230px;
	text-decoration:none;
	}
.main-photo .sample a:hover {
	color:#FFF;
	text-decoration:none;
}
	
.main-photo .sample img{
	border:none;
	padding-left:3px;
	}

.main-photo-2 {
	margin-top:25px;
}
.main-photo-2 img{
	
	border:#FFF thin solid;
	text-transform:none;
	}

.text-2 {
	clear:left;
	text-transform:none;
}

.text-2 .note {
	font-size:14px;
	margin-left:100px;
	}
/*++++++++++++++++++++++++++++++++++++Main section++++++++++++++++++++++++++++++++++++*/

/*====================footer==========================*/
.twoColFixRtHdr #footer { 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-repeat:repeat-x;
	background-image:url(../images/nav-bar-reg.jpg);
	height:47px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer ul{
	list-style:none;
}
#footer ul li{
	float:left;
	margin-right:-10px;
	
}
#footer ul li a{
	float:left;
	font-size:.7em;
	text-align:center;
	display:block;
	padding-top:18px;
	text-decoration:none;
	color:#FFF;
	padding-right: 40px;
}
#footer ul li a:hover,
#footer ul li a.active{
	text-decoration:overline;
}

#footer .summit {
	font-size:.7em;
	color:#FFF;
	padding-left:50px;
	padding-top:18px;
	font-variant:inherit;
}

#footer .summit a {
	color:#F93;
	}

/*====================footer==========================*/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	border:#FFF thin solid;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	border:#FFF thin solid;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*================ Header ===================================*/

.constant-web {
	height:67px;
	width:300px;
	margin-left:350px;
	padding-top:.5em;

	}
.constant-web h1 {
	color:#FFF;
	font-size:2em;	
}

#header ul{
	list-style:none;
	margin-top:10px;
	bottom:10px;
}
#header ul li{
	float:left;
	height:80px;
	margin-right:-10px;
	
}
#header ul li a{
	float:left;
	font-size:1.25em;
	text-align:center;
	display:block;
	height:0px;
	text-decoration:none;
	color:#FFF;
	padding-top: 45px;
	padding-right: 19px;
	padding-bottom: 0;
	padding-left: 19px;
}
#header ul li a:hover,
#header ul li a.active{
	background-image: url(../images/rock-over.png);
	background-repeat: no-repeat;
	background-position: 50% 0;
	height:50px;
}

.feature-product {
	width:100%;
	margin-top:20px;
	clear:both;
	background-image:url(../images/divider.jpg);
	background-repeat:repeat-x;
}

.feature-product h2 {
	margin-left:10px;
	padding-top: 30px;
}

.feature-product-top {
	width:100%;
	margin-top:20px;
	
}

.feature-product-top h2 {
	margin-left:10px;
	padding-top: 30px;
}
mycarousel ul li {
	position:absolute;
	left:-9000px;
	visibility:hidden;
}

</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixRtHdr #sidebar1 { width: 220px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRtHdr #sidebar1 { padding-top: 30px; }
.twoColFixRtHdr #mainContent { zoom: 1; }
.twoColFixRtHdr #footer {margin-top:1em;}
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]

