html
{
    overflow-y: scroll;
    min-height: 100%;
}

/*-----------------------------Css Reset------------------------*/
*
{
    padding: 0;
    margin: 0;
    font-size: 12px;
}
html, body
{
    height: 100%;
    width: 100%;
}
body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
ul li ul
{
    padding-left: 20px;
}
li
{
    margin-left: 20px;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img
{
    border: none;
}

.clear
{
    clear: both;
    line-height: 0px;
}
.PaddingR10
{
	padding-right:10px;	
}
.Clear
{
    clear: both;
	height:0;
	line-height:0;
	font-size:0;
	}
	
.clear10
{
    clear: both;
    height: 10px;
    background-color:White;
    width:1000px;
    margin-left:auto;
    margin-right:auto;
}

h2
{
    color: #900;
    font-size: 1.6em;
    line-height: 2em;
    font-family: Verdana, Arial, Sans-Serif;
    font-weight: normal;
}
/*------------------------------Link--------------------*/
a
{
    color: #A3A2A3;
    text-decoration: none;
}
a:link
{
    color: #A3A3A3;
    text-decoration: none;
}
a:visited
{
    color: #A3A2A3;
    text-decoration: none;
}
a:hover
{
    color: #A3A2A3;
    text-decoration: underline;
}

/*---------------Base Layout-------------------*/
#mainWrap
{
    width: 1000px;
    margin: 0 auto;
}
#headerWrap
{
    width: 984px;
    height: 119px;
    margin: 0 auto;
}
.middleWrap
{
    width: 984px;
    margin: 0 auto;
}
#middleWrap
{
    width: 984px;
    margin: 0 auto;
}
#footerWrap
{
    width: 1000px;
    margin: 0 auto;
}

/*-----------------HeaderWrap-----------------------*/
.logo
{
    float: left;
}
.logo a
{
    display: block;
    width: 232px;
    height: 70px;
}
.right_TopLogin
{
    float: right;
    margin-top: 39px;
    margin-right: 18px;
    display: inline;
}
.right_TopLogin ul
{
    display: inline;
}
.right_TopLogin ul li
{
    float: left;
    padding-left: 6px;
    background: url(redrock/topLogin_dot.gif) no-repeat left center;
}
.right_TopLogin ul li a
{
    display: block;
}
/*----Nav--*/
.nav
{
    background: url(redrock/nav-leftBg.gif) no-repeat left top;
    height: 40px;
    padding-left: 16px;
    margin-top: 3px;
}
.M_navBg
{
    background: url(redrock/nav-middleBg.gif) repeat-x left top;
    height: 40px;
    line-height: 40px;
    float: left;
}
.M_navBg ul
{
    display: inline;
    float: left;
    height: 40px;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
}
.M_navBg ul li
{
    float: left;
    padding-right: 4px;
    background: url(redrock/nav_line.gif) no-repeat right center;
    text-align: center;
}
.M_navBg ul li.last
{
    background: none;
}
.M_navBg ul li a
{
    display: block;
    margin: 0px 10px;
    line-height: 40px;
}
.nav span
{
    background: url(redrock/nav-rightBg.gif) no-repeat left top;
    height: 40px;
    width: 16px;
    float: left;
}
/*-----------------------------------------MiddleWrap-----------------------*/
.middleWrap_TopPic
{
    text-decoration: center;
}
.contentWrap
{
    margin: 8px 0px;
}
/*----left sideNav--*/
.sideNav
{
    background: url(redrock/sideNav_topBg.gif) no-repeat left top;
    padding-top: 15px;
    float: left;
    width: 218px;
}
.sideNav_List
{
    background: url(redrock/sideNav_Bg.gif) repeat-y left top;
    padding: 5px 3px 5px 15px;
}
.sideNav_List ul
{
    list-style: none;
}
.sideNav_List ul li
{
    padding-left: 12px;
    background: url(redrock/sideNav_arrow.gif) no-repeat left 2px;
}
.sideNav_List ul li ul
{
    padding-left: 18px;
}
.sideNav_List ul li ul li
{
    pddding-left: 12px;
    background: url(redrock/sideNav_secondaryArrow.gif) no-repeat left center;
    margin: 3px;
}
.sideNav span
{
    background: url(redrock/sideNav_bottomBg.gif) no-repeat left top;
    display: block;
    height: 15px;
}
.DisplayMiddleRight
{
    margin-left: 240px;
}
/*---right mainContent*/
.mainContent
{
    border-left: 1px solid #E3E3E3;
    border-right: 1px solid #E3E3E3;
    width: 705px;
    float: right;
    height: 580px;
    display: inline;
    margin-right: 5px;
    padding: 5px 20px;
}


/*----------------------------footerWrap-----------------------*/
.footerLink
{
    wdith: 100%;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    padding: 6px 9px;
}
.footerLink a
{
    font-weight: bold;
}
.box1, .box2, .box3, .box4
{
    background: url(redrock/footer_boxBg.gif) no-repeat left top;
    width: 220px;
    height: 149px;
    float: left;
    margin-right: 34px;
    overflow: hidden;
}
.box4
{
    margin-right: 0px;
}
.box1 ul, .box2 ul, .box3 ul, .box4 ul
{
    display: block;
    padding: 16px;
}
.box1 ul li, .box2 ul li, .box3 ul li, .box4 ul li
{
    margin: 2px;
}
.copyright
{
    text-align: center;
    margin-top: 8px;
}

/* Nav */
#topNav
{
    float: left;
    width: 748px;
    height: 58px;
}
#topNav ul
{
    float: right;
    list-style: none;
    float: right;
    margin-top: 10px;
}
#topNav ul li
{
    float: left;
    padding: 4px;
    background: url(redrock/dot.gif) no-repeat left center;
}
#topNav ul li a
{
    text-decoration: none;
    color: #999999;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 16px;
}
#topNav ul li a:hover
{
    text-decoration: underline;
}
#nav
{
    background: url(redrock/nav-middleBg.gif) repeat-x;
    width: 980px;
    height: 40px;
    margin: 0 auto;
}
.navL
{
    background: url(redrock/nav-leftBg.gif) no-repeat left top;
    float: left;
    width: 16px;
    height: 40px;
}
.navR
{
    background: url(redrock/nav-rightBg.gif) no-repeat;
    float: right;
    width: 14px;
    height: 40px;
}
.navM ul
{
    float: left;
    width: 950px;
    height: 34px;
    list-style: none;
    text-align: center;
    display: inline;
}
.navM ul li
{
    background: url(redrock/line-01.gif) no-repeat right 10px;
    float: left;
    padding: 6px 2px 2px 0px;
    height: 22px;
    line-height: 22px;
    margin-left:0;
}
.nav li
{
    margin-left:0;
}

.navM ul li.noBg
{
    background: none;
}
.navM ul li a
{
    display: inline;
    margin: 0px 10px;
    color: #FFFFFF;
    font-weight: bold;
    height: 26px;
    line-height: 28px;
    text-decoration: none;
}
.navM ul li a:hover
{
    text-decoration: underline;
}

/* AdvertItem */
.AdvertWrapper
{
    height:155px;
    width:980px;
    background-color:White;
    padding-left:10px;
}

.Advert
{
    margin-right:30px;
    width: 300px;
    float:left;  
}

.AdvertRight
{
    width: 300px;
    float:left;  
}
.FrameHeader
{
    background-image: url(redrock/AdvertTitle.jpg);
    width: 300px;
    height: 37px;
}
.FrameHeader H3
{
    color: #900;
    padding-top: 10px;
    margin-left: 10px;
    font-size: 1.2em;
}
.Frame 
{
    padding-bottom:20px;
}
.Frame H4
{
    padding-top: 10px;
    font-size: 1.2em;
}
.Frame P
{
    padding-top:10px;
}

.Details
{
    margin-left:10px;
}
/*-----  Products  -----*/

.Product
{
	width:50%;
	float:left;
	margin-bottom:10px;
}

.ProductImage
{
	width:60px;
	float:left;
}

.ProductDescription
{
	margin-left:70px;
	padding-top:10px;
}

.ProductDescription h3
{
	font-size:1.5em;
	color:#001351;
	font-weight:normal;	
}

/*-----  Product Tabs  -----*/

div.ProductTabs
{
	background:url(Images/Tabs/Product/Background.gif) repeat-x bottom left !important;
}

ul.ProductTabs
{
	margin:0;
	padding:0;
	list-style:none;
}

ul.ProductTabs li
{
	float:left;
	margin:0 2px 0 0;
	padding:0;
}

ul.ProductTabs li a
{
	display:block;
	background:#b5b4b4 url(Images/Tabs/Default/Background.jpg) repeat-x top left;
	color:#333;
	font-weight:bold;
}

ul.ProductTabs li a span
{
	display:block;
	background:url(Images/Tabs/Default/TopLeft.jpg) no-repeat top left;
}

ul.ProductTabs li a span span
{
	display:block;
	background:url(Images/Tabs/Default/TopRight.jpg) no-repeat top right;
	padding:8px 10px;
}

ul.ProductTabs li a.Active
{
	background:#fff url(Images/Tabs/Product/Background.gif) repeat-x top left;
}

ul.ProductTabs li a.Active span
{
	background:url(Images/Tabs/Product/TopLeft.jpg) no-repeat top left;
}

ul.ProductTabs li a.Active span span
{
	background:url(Images/Tabs/Product/TopRight.jpg) no-repeat top right;
}

.ProductTabFrame
{
	clear:both;
	background:#fff;
	border-left:2px solid #b4b4b4;
	border-right:2px solid #b4b4b4;
	min-height:150px;	
}

.ProductTabFrame .TopRight
{
	position:relative;
	top:-2px;
	left:2px;
	float:right;
	width:5px;
	height:5px;
	line-height:5px;
	font-size:5px;
	background:url(Images/Tabs/Product/TopRight.jpg) no-repeat top right;
}

.ProductTabFrameBottom
{
	height:5px;
	line-height:5px;
	font-size:5px;	
}

.ProductTabFrameBottom .Left
{
	float:left;
	height:5px;	
	line-height:5px;
	font-size:5px;	
	width:5px;
	background:url(Images/Tabs/Product/BottomLeft.gif) no-repeat bottom left;
}

.ProductTabFrameBottom .Right
{
	float:right;
	height:5px;	
	line-height:5px;
	font-size:5px;	
	width:5px;
	background:url(Images/Tabs/Product/BottomRight.gif) no-repeat bottom right;
}

.ProductTabFrameBottom .Middle
{
	background:#fff;
	border-bottom:2px solid #b4b4b4;
	margin:0 5px;
	height:3px;	
	line-height:3px;
	font-size:3px;	
}
.PaddingLR10
{
	padding-left:10px;	
	padding-right:10px;	
}
.tel
{
    float:right;
    padding-top:10px;
   
}
.tel p
{
    font-size: 1.3em;
    font-weight:bold;
    color:#900;
}

.Break10
{
	clear:both;
	height:10px;
	line-height:10px;
	font-size:10px;	
}


