/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: verdana;
	color: #CCCCCC;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #000033;
	background-image:   url(images/pagebak.jpg);





}

a{
	color: #FFFFFF;
	text-decoration: none;
}

a:link{
	color: #FF9900;
	text-decoration: none;
}

a:visited{
	color: #FF9900;
	text-decoration: none;
}

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




h1{
 font-size: 12pt;
 color:#FFFFFF;
 font-family: Arial;
 margin: 0px;
 padding: 0px;
}

h2{
 font-size: 12pt;
 color:#FF9900;
 font-family: Arial;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
 }



ul{
 list-style-type: square;
}

ul ul{
	list-style-type: none;
	font-size: 80%;
	font-weight: normal;
	text-indent: 0pt;
	text-align: left;




}

ul ul ul{
 list-style-type: none;
}

.sidebar {
	font-size: 80%;
	font-weight: normal;
	color: #000000;
}

.sidebar a:link {
	color: #CC6633;
}

.sidebar a:visited {
	color: #CC6633;
}

.sidebar a:hover{
	color: #CC6633;
	text-decoration: underline;
}

.topnav {
	font-size: 80%;
	font-weight: bold;
	padding: 5px;
	color: #CC9900;


}

.topnav a:link {
	color: #CCCC99;
}

.topnav a:visited {
	color: #CCCC99;
}

.topnav a:hover{
	color: #FFFFFF;
	text-decoration: underline;

}

#navBar{
	float: left;
	width: 20%;
	margin: 0px;
	padding: 0px;
	background-color: #CCDBF1;
	border-right: 1px solid #ccdbf1;
	border-bottom: 1px solid #ccdbf1;
}

#headlines{
	float:right;
	width: 20%;
	border-left: 1px solid #b3c9ea;
	border-bottom: 1px solid #b3c9ea;
	padding-right: 10px;
	background-color: #FFCC33;
	font-size: 70%;


}
#pagetopleft{
	padding-left: 10px;
	padding-bottom: 0px;


}

#pagetopright{
  float:right;
	width: 35%;
	padding-right: 10px;
}

#content{
	float: left;
  width: 55%;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}



/************* #mlxNav styles **************/

#topNav{
	padding: 4px 0px 4px 10px;
	background-image: url(images/nav_background.gif);
	border-bottom: 1px solid #b3c9ea;
	border-top: 1px solid #b3c9ea;
	margin: 0px;
	height: auto;
	background-color: #ccdbf1;



}

#mlxNav img{
 display: block;
}

#mlxNav a {
	font-size: 80%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	padding: 2px 2px 2px 10px;
	border-bottom: 1px solid #b3c9ea;
	font-size: 90%;
	font-weight: normal;



}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	font-size: 80%;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #b3c9ea;
	border-right: #b3c9ea;
	border-bottom: #b3c9ea;
	border-left: #b3c9ea;

}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #b3c9ea;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #ccdbf1;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #b3c9ea;
	font-size: 80%;



}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #e6edf8;
	padding: 2px 0px 2px 10px;
	font-weight: bold;


}

#sectionLinks a:hover{
	background-color: #FFCC33;
	text-decoration: none;
	color: #000000;

}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 70%;

}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
	font-size: 80%;

}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
}

#headlines p{
	padding: 0px;
}
.rightpage {
	text-align: right;
}
.footer {
	font-size: 70%;
	font-weight: normal;
	padding: 5px;

}
.arrowbullet {
	padding: 0px 0px 5px;
	list-style-type: square;
	font-weight: bold;
	font-size: 80%;
	list-style-position: outside;






}
.breadcrumb {
	font-size: 80%;
	font-weight: bold;
	color: #99b7e3;

}
.tabletext {

	clear: both;
	padding: 3px 10px 3px 3px;
	font-size: 80%;
}
.tabletextdesc {


	clear: both;
	padding: 3px 10px 3px 3px;
	font-size: 70%;
}
.tabletextbold {
	clear: both;
	padding: 3px 10px 3px 3px;
	font-size: 80%;
	font-weight: bold;

}
h3 {

 font-size: 12pt;
 color:#FFFFFF;
 font-family: Arial;
 margin: 0px;
 padding: 0px;
}
.sidebarquote {
	font-size: 120%;
	font-weight: normal;
	color: #FFFFFF;
	font-style: italic;
	padding: 20px;
	border: 1px solid #CC6633;
	background-color: #663300;
	background-image: url(Images/stones_bak_sidebar.jpg);
	background-repeat: no-repeat;
	font-family: times;
	background-position: center center;
	text-align: center;



}
.pricetext {
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 12pt;
	font-family: arial;
	color: #CC6633;

}


/************** #table cell styles **************/

#headerleft {
	border-left: 1px solid #666600;
	border-bottom: 1px solid #666600;
    background: #CC6633
	width: 15%;



}
#headerright {
	border-right: 1px solid #666600;
	border-bottom: 1px solid #666600;
    background: #CC6633
	width: 65%;



}
#contentarea {
	border-right: 1px solid #666600;
	border-left: 1px solid #666600;
	border-bottom: 1px solid #666600;
	background: #000000;
	padding: 20px;
	vertical-align: top;
	width: 65%;



}
#footer {
	border-right: 1px solid #666600;
	border-left: 1px solid #666600;
	border-bottom: 1px solid #666600;
	background: #666600;
	width: 80%;

}
#sidebar {
	border-left: 1px solid #666600;
	border-bottom: 1px solid #666600;
	background: #000000;
	vertical-align: top;
	width: 15%;



}
