@font-face {
    font-family: 'Open Sans';
    src: url('file:///H|/a/fancy-menu/fancy-menu/fonts/OpenSans-Regular-webfont.eot');
    src: url('file:///H|/a/fancy-menu/fancy-menu/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
url('file:///H|/a/fancy-menu/fancy-menu/fonts/OpenSans-Regular-webfont.woff') format('woff'),
url('file:///H|/a/fancy-menu/fancy-menu/fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
url('file:///H|/a/fancy-menu/fancy-menu/fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
	font-family: 'Helvetica';
    url('../fonts/HelveticaNeue.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeg';
    url('../fonts/HelveticaNeue-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
body
{
	padding: 0px;
	margin: 0px;
}
h1
{
	font-family: Helvetica;
	font-size: 24px;
	color: #FF794A;
	font-weight: regular;
}
#logoDiv
{
	width:1000px;
	padding:0px;
	margin:0px;
	height:88px;
	line-height:88px;
	background:#fff;
	text-align:left;
}
#bannerText
{
	font-family: 'Helvetica';
	font-size:40px;
}
#siteDescription
{
	font-family:'Helvetica';
	font-size:15px;
	margin-left:20px;
}
#menuDiv
{
	width: 970px;
	margin: auto;
	text-align: center;
	padding: AUTO;
	/*background-image: url(images/nav.png);*/
}
#MyCnnStyleMenu
{
	width: 993px;
	width: 100%;
	padding-bottom: 0px;
	margin-bottom: 20px;
	height: 37px;
	line-height: 37px;
	background-image: url(images/nav.png);
	padding-top: 0px;
	text-align: center;
	margin: auto;
	padding: 0px;
}
#MyCnnStyleMenu a
{
	text-decoration: none;
	color: #fff;
	text-align: center;
}
#headerDiv
{
	height:125px;
}

#MyCnnStyleMenu .current, #MyCnnStyleMenu .current
{
	background-image: url(images/2.png);
	font-weight: regular;
	color: black !important;
	text-decoration: none !important;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;	
}
#MyCnnStyleMenu :hover 
{
		background-image: url(images/2.png);
	font-weight: regular;
	color: black !important;
	text-decoration: none !important;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	/*background-image: url(images/2.png);
	font-weight: regular;
	color: black !important;
	text-decoration: none !important;
	cursor: pointer;
	overflow: hidden;
	background-color: #8992A1*/;
	
	/*background-repeat: repeat-x*/;
}
#MyCnnStyleMenu li 
{
	display: inline;
	float: left;
	line-height: 0px !important;
	height: 37px !important;
	display: block;
	color: black;
	font-weight: bold;
	background-image: url(images/nav.png);
	width: 100px;
	text-align: center;
	font-variant: normal;
}
#MyCnnStyleMenu li span
{
	padding: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 37px !important;
	height: 37px !important;
	color: #FFF;
	text-align: center;
}

#menuFooter
{
	position:absolute;
	top:0px;
	left:0px;
	background:#63CB31;
	height:10px;
	width:100%;
	overflow:hidden;
	z-index:100;
	
}
#menuOuterBgDiv
{
	position:absolute;
	top:0px;
	left:0px;
	height:37px;
	width:100%;
	background:#A6A6A6;
	overflow:hidden;
	z-index:-1;
}

#pagebody
{	
	clear:both;
	background:#fff;
}

.descriptionDiv
{
	width:1000px;
	text-align:left;
	margin-top:20px;
}
code
{
	line-height:1.3em;
}
pre
{
	border:1px solid #ccc;
	padding:20px;
}
/*LAVALAMP START*/

.lavalamp {
	font-family: 'Open Sans';
    position: relative;
    border: 1px solid #d6d6d6;
    background: #fff;
    padding: 15px;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
    border-radius : 10px;
    -moz-border-radius : 10px;
    -webkit-border-radius : 10px;
    background : -webkit-gradient(linear, left top, left bottom, from(rgb(240,240,240)), to(rgb(204,204,204)));
    background : -moz-gradient(linear, left top, left bottom, from(rgb(240,240,240)), to(rgb(204,204,204)));
    height: 18px;
}

.magenta {
	background : rgb(190,64,120);
	background : -webkit-gradient(linear, left top, left bottom, from(rgb(190,64,120)), to(rgb(177,24,91)));
	background : -moz-gradient(linear, left top, left bottom, from(rgb(190,64,120)), to(rgb(177,24,91)));
	border: 1px solid #841144;
	
}

.cyan {
	background : rgb(64,181,197);
	background : -webkit-gradient(linear, left top, left bottom, from(rgb(64,181,197)), to(rgb(7,165,187)));
	background : -moz-gradient(linear, left top, left bottom, from(rgb(64,181,197)), to(rgb(7,165,187)));
	border: 1px solid #2f8893;
	
}

.yellow {
	background : rgb(255,199,79);
	background : -webkit-gradient(linear, left top, left bottom, from(rgb(255,199,79)), to(rgb(255,188,43)));
	background : -moz-gradient(linear, left top, left bottom, from(rgb(255,199,79)), to(rgb(255,188,43)));
	border: 1px solid #c08c1f;
	
}

.orange {
	background : rgb(255,133,64);
	background : -webkit-gradient(linear, left top, left bottom, from(rgb(255,133,64)), to(rgb(255,107,24)));
	background : -moz-gradient(linear, left top, left bottom, from(rgb(255,133,64)), to(rgb(255,107,24)));
	border: 1px solid #c04f11;
	
}

.dark {
	font-family: 'Open Sans';
	background : rgb(89,89,89);
	background : -webkit-gradient(linear, left top, left bottom, from(rgb(89,89,89)), to(rgb(54,54,54)));
	background : -moz-gradient(linear, left top, left bottom, from(rgb(89,89,89)), to(rgb(54,54,54)));
	border: 1px solid #272727;
	
}

.magenta li a , .cyan li a, .yellow li a , .orange li a, .dark li a{
	font-family: 'Open Sans';
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.40);
	
}

.floatr {
	font-family: 'Open Sans';
    position: absolute;
    top: 10px;
    z-index: 50;
    width: 70px;
    height: 30px;
    border-radius : 8px;
    -moz-border-radius : 8px;
    -webkit-border-radius : 8px;
    background : rgba(0,0,0,.20);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
}

a {
	font-family: 'Open Sans';
    text-decoration: none;
    color: #262626;
    line-height: 20px;
}

ul {
	font-family: 'Open Sans';
    margin: 0;
    padding: 0;
    z-index: 300;
    position: absolute;
}

ul li {
	font-family: 'Open Sans';
    list-style: none;
    float:left;

    text-align: center;
    }

ul li a {
	font-family: 'Open Sans';
    padding: 0 20px;
    text-align: center;
    }