body
{
	margin: 0;
	padding: 0;
	color: #666;
	font: normal 12px Geneva, Arial, Helvetica, sans-serif;
	background: #fff;
}



#page
{
	margin-top: 5px;
	margin-bottom: 5px;
	background: white;
	border: 1px solid #C9E0ED;
}

#header
{
	margin: 0;
	padding: 0;
	border-top: 3px solid #C9E0ED;
}

#content
{
    padding: 0px;

}

#footer
{
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #C9E0ED;
}

#logo
{
	padding: 10px 20px;
	font-size: 200%;
}

#mainmenu
{
	background:white url(bg.gif) repeat-x left top;
}

#mainmenu ul
{
	padding:6px 20px 5px 20px;
	margin:0px;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li a.active
{
	color: #6399cd;
	background-color:#EFF4FA;
	text-decoration:none;
}

div.error, div.notice, .success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.error a
{
	color:#8a1f11;
}

div.notice a
{
	color:#514721;
}

div.success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

.actions
{
	margin: 0 0 10px 0;
	padding: 0;
}

.actions li
{
	display: inline;
	margin: 0;
	padding: 0;
}

.actions li a
{
	padding: 5px;
	margin: 0;
	color: #ff0000;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;
	background: #DFF4FF;
	border-left: 5px solid #ff0000;
}

.actions li a:hover, .actions li a.active
{
	background: #ff000;
	color: white;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}


#wa {
	width: 100%;
	margin: auto;
	border-top: 5px solid #be5049;
}

.header1 {
	width: 960px;
	padding: 10px;
	margin: auto;
}

.shopcart {
	float:right;
}

.logo {
	
}

.nav {
	margin: auto;
	width: 960px;
}

.divider {
	/*background: url(../images/divider.jpg) repeat-y;*/
	width: 43px;
}

.slideshow {
	margin: auto;
	width: 960px;
	background: #efefef;
}

.lefticons {
	background: url(../images/redback.jpg) no-repeat;
	height: 443px;
	width: 282px;
	text-align: center;
	padding-top: 15px;
}

.lefticons img {
	padding:2px;
}

.banner {
	padding: 5px;
	background: #efefef;
}

.incon {
	margin-top: 10px;
	background: none;
}

.bodycon, .leftcon {
	padding:0px 10px;
}



.leftcon {
	border-left: 0px solid #ff0000;
}

.rightcon {
	border-right: 0px solid #ff0000;
}

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

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

.bottomnav {
	padding: 10px;
	text-align: center;
	background: url(../images/bottombg.jpg) repeat-x;
	height: 192px;
}

.footer,.footer a {
	font-size: 11px;
	color: #666;

}

.footer {

	padding: 10px;
	background: #ededed;
}
.grid-view table.items
{
	background: white;
	border-collapse: collapse;
	width: 100%;
	border: 1px #D0E3EF solid;
}

.grid-view table.items th, .grid-view table.items td
{
	font-size: 0.9em;
	border: 1px white solid;
	padding: 0.3em;
}

.grid-view table.items th
{
	color: white;
	background: #ff0000;
	text-align: center;
}

.grid-view table.items th a
{
	color: #EEE;
	font-weight: bold;
	text-decoration: none;
}

.grid-view table.items th a:hover
{
	color: #FFF;
}

.grid-view table.items th a.asc
{
	background:url(up.gif) right center no-repeat;
	padding-right: 10px;
}

.grid-view table.items th a.desc
{
	background:url(down.gif) right center no-repeat;
	padding-right: 10px;
}

.grid-view table.items tr.even
{
	background: #F8FBFC;
}

.grid-view table.items tr.odd
{
	background: #E5F1F4;
}

.grid-view table.items tr.selected
{
	background: #BCE774;
}

.grid-view table.items tr:hover
{
	background: #ECFBD4;
}

.grid-view .link-column img
{
	border: 0;
}

.grid-view .button-column
{
	text-align: center;
	width: 60px;
}

.grid-view .button-column img
{
	border: 0;
}

.grid-view .checkbox-column
{
	width: 15px;
}

.grid-view .summary
{
	margin: 0 0 5px 0;
	text-align: right;
}

.grid-view .pager
{
	margin: 5px 0 0 0;
	text-align: right;
}

.grid-view .empty
{
	font-style: italic;
}
.bottommenu {
	background: #ededed;
	border:1px solid #ededed;
}
.bottommenu ul {
	text-align: center;

}
.bottommenu ul li {
	list-style: none;
	display: inline;
}

.dashboard ul {
	text-align: center;
}

.dashboard ul li {
list-style: none;
	display: inline-block;
	padding: 30px;
	margin: 5px;
	border: 1px dotted #ff0000;
	font-size: 18px;
}

.dashboard ul li a {
	text-decoration: none;
}

.img {
	border: 1px solid #fff;
	margin-bottom: 10px;
}

/* main vertical scroll */
#main {
	position:relative;
	overflow:hidden;
	height: 360px;
	width:476px;
	border: 0px solid #ccc;
	float:left;
}

#main_navi {
	float: right;
	width:90px;
	padding: 0;
	margin: 0 25px 0 0;
}



ul#main_navi {
	list-style:none;
}

ul#main_navi {
	cursor: pointer;
}

/* root element for pages */
#pages {
	position:absolute;
	height:20000em;

}
/* root element for scrollable */
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;

	/* vertical scrollables have typically larger height than width but not now */
	height: 205px;
	width: 200px;
	border: 1px solid #ccc;
}

/* root element for scrollable items */
.scrollable .items {
	position:absolute;

	/* this time we have very large space for the height */
	height:20000em;
}

/* root element for scrollable */
.vertical {  
	
	/* required settings */
	position:relative;
	overflow:hidden;	

	/* vertical scrollers have typically larger height than width */	
	height: 170px;	 
	width: 200px;
	border-top:1px solid #ddd;
	padding: 2px;
	margin: auto;
}

/* root element for scrollable items */
.items1 {	
	position:absolute;
	
	/* this time we have very large space for height */	
	height:20000em;	
	margin: 0px;
}

/* single scrollable item */
.item {
	border-bottom:1px solid #ddd;
	margin:10px 0;
	padding:5px;
	font-size:12px;
}


/* the action buttons above the scrollable */
#actions {
	width:200px;
	margin:0px 0 0px 0;	
}

#actions a {
	font-size:11px;		
	cursor:pointer;
	color:#666;
}

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

.disabled {
	visibility:hidden;		
}

.next {
	float:right;
}

.videos {
}
