h3
{
	font-size:18px;
	font-weight:100;
	padding:0;
	margin:0;
	padding-bottom:10px;
	color:#0066CC;	
}

.smallfont
{
	font-size:12px;
}
.smallfont a, .smallfont a:hover, .smallfont a:visited
{
	color:#0066CC;	
}
.checked
{
	font-size:12px;
	float:left;
	color:#666666;
	height:50px;
	width:310px;
}
.checkeds
{
	font-size:12px;
	float:left;
	color:#666666;
	height:20px;
	width:310px;
}
.bchecked{
	float:left; 
	width:20px; 
	height:15px; 
	float:left; 
	background-image:url(images/checked.jpg);
	background-repeat:no-repeat;
	margin-left:10px;
}
.signup
{
	color:#666666;
	font-size:10px;
	padding-left:20px;
	padding-right:47px;	
	font-weight:bold;
}
.myinput
{
	border:1px solid #B3E1FF;
	height:18px;
	width:280px;
	margin-bottom:5px;
}

.footer {
	float:left;
	border-top:1px solid #b3e1ff;
	width:794px;
	color:#999999;
	font-size:11px;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
}

:focus {
	outline: 0;
}
div#container { width:800px; text-align:left; font-size:1.2em; margin: 0 auto 0em; }

div#main-container { width: 800px; height: 400px; background-color:#F1FAFF; }

.myleft{
	float:left;
	width:360px;
}
.myleft a, .myleft a:hover, .myleft a:visited
{
	color:#0066CC;	
}

.myright{
	float:right;
	width:360px;
}
.left {	float: left; display: inline; margin: 0px 0 0 0px; width: 350px; }
.right { float: right; display: inline; width: 380px; height: 3000px; margin: 0px 0px 0 0; margin-right:40px; }
.clear { clear: both; }

p.pres { color: #0793C2; font-size: 14px; line-height: 1.4; }
p.pres2 { color: #777; font-size: 12px; line-height: 1.2; }
p.pres2 a { color: #0793C2; }

#nav { margin-top: 10px; float: left; background-image:url("images/nav_back.jpg"); height:35px; width:770px; padding-left:30px;}
#nav ul { list-style-type: none; display: inline; }
#nav ul li { float: left; margin-right: 110px; }
#nav ul li a { color: white; text-decoration: underline; font-size: 14px; display: block; font-weight:bold; }
#nav ul li a:hover { color: white; text-decoration: none; }
#nav ul li a.active { background: transparent url(images/bullet.jpg) no-repeat scroll 50% 100%; padding-bottom: 9px; text-decoration: none; }

div#footer { background: url(../img/bg-footer.png) no-repeat; width: 750px; height: 60px; margin: 10px auto 0em; color: #888; font-size: 11px; }
div#footer a { color: #0793C2; }
div.footer-left { float: left; display: inline; margin: 10px 0 0 10px; text-align: left; }
div.footer-right { float: right; display: inline; margin: 10px 10px 0 0; text-align: right; }

div#static { padding: 10px; }
div#static a { color: #0793C2; text-decoration: underline; }
div#static h2 { margin: 0; }
div#static ul { list-style-type: disc; padding: 0 0 0 15px; margin: 10px 0 0 0;}
div#crumbs { margin: 0 0 10px 0; color: #777;}

div#downloads_count { font-size: 11px; color: #0793C2;}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 800px;
    height: 400px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}


.jcarousel-skin-tango.jcarousel-container {
}

.jcarousel-skin-tango.jcarousel-container-horizontal {
}


.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  800px;
    height: 400px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 800px;
    height: 400px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    /*margin-right: 10px;*/
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    /*margin-bottom: 10px;*/
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 330px;
    left: 540px;
    width: 96px;
    height: 36px;
    cursor: pointer;
    background: transparent url(images/next.jpg) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
		visibility: hidden;
}