﻿#header
{
	padding-top: 20px;
	height: 118px;
	position: relative;
	z-index: 10;
	font-size: 1.2em;
}

#header a
{
	color: #fff;
}

#header a:hover
{
	color: #fff;
}

#header .logo
{
	background: url('images/logo2.png') no-repeat;
	margin: 0px 0px 0px 10px;
	display: block;
	width: 235px;
	height: 118px;
	outline: none;
}

#links
{
	position: absolute;
	top: 10px;
	right: 0px;
	width: 680px;
	text-align: right;
}

#links a
{
	font-weight: normal;
	font-size: .8em;
	margin-right: 15px;
	padding: 1px 0px 1px 20px;
}

#links .skip
{
	background: url('/images/icons/icon-skip.png') left bottom no-repeat;
	position: absolute;
	top: -1000px;
}	

#links .catalog
{
	background: url('/images/icons/icon-catalog.png') left bottom no-repeat;
}	


#links .login
{
	background: url('/images/icons/icon-login.png') left bottom no-repeat;
}

#links .facebook
{
	background: url('/images/icons/social/facebook.png') left center no-repeat;
}

#links .twitter
{
	background: url('/images/icons/social/twitter.png') left center no-repeat;
}

#links .getcard
{
	background: url('/images/icons/GetCard_icon.png') left center no-repeat;
}

#links .mobile
{
	background: url('/images/icons/icon-mobile.png') left top no-repeat;
	padding-left: 18px;
}


/********************************
* Page Corner (seach, etc)		*
********************************/
.sf_searchBox 
{
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 200px;
}
.sf_searchBox .sf_searchText
{
	background: #efefef !important;
	font-size: 1em;
	color: #646 !important;
	border: none !important;
	width: 165px !important;
	margin: 0px;
	height: 20px;
	padding: 0px 5px !important;
	float: left;
	font-family: Century Gothic, Trebuchet MS, Arial Narrow, Arial, Sans-Serif !important;
}

.sf_searchBox .sf_searchSubmit
{

	width: 16px;
	background: transparent url('images/search.png') no-repeat;
	border: none;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	margin: 0px 0px 0px 5px !important;
	padding: 0px !important;
	height: 18px !important;
	vertical-align: bottom;
}


/****************************
* TOP MENU					*
****************************/
.topnav
{
	background: #442244;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	height: 49px;
	margin-bottom: 5px;
	z-index: 99;
	position: relative;
}

.topnav a:hover
{
	background: #996699;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.smoothmenu ul
{
	margin: 0px;
	padding: 12px 10px 0px 15px;
	list-style-type: none;
}

.smoothmenu li
{
	float: left;
	margin: 0px;
	width: 90px;
	height: 30px;
	text-align: center;
	font-size: 1em;
	position: relative;
}

.smoothmenu li img
{
	visibility: hidden;
	display: none;
}

.smoothmenu li a
{
	padding: 3px 15px 5px 15px !important;
	display: block;
	height: 18px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
}

.smoothmenu li a .sf-sub-indicator
{
	visibility: hidden;
	display: none;
}

.smoothmenu ul li ul
{
	margin: 5px 0 0 -35px;
	visibility: hidden;
	overflow: hidden;
	display: none;
	left: 0;
	list-style-type: none;
	padding: 5px;
	width: 160px !important;
	position: absolute;
	box-shadow: 5px 5px 10px #333;
	-moz-box-shadow: 5px 5px 10px #333;
	-webkit-box-shadow: 5px 5px 10px #333;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #996699;
}

.smoothmenu ul li ul li
{
	text-align: left;
	height: auto;
	width: auto;
	margin: 0px;
	clear: both;
	float: none;
	padding: 2px 0px;
}

.smoothmenu ul li ul li a
{
	padding: 4px 10px 4px 10px !important;
	font-size: 1em;
	display: block;
	text-align: left;
}

.smoothmenu ul li ul li a:hover,
.smoothmenu ul li ul li a:active,
.smoothmenu ul li ul li a:focus
{
	background-image: none;
	background-color: #fff;
	color: #000 !important;
	
}


/****************************
* SEARCH BOX				*
****************************/
.sf_searchBox 
{
	margin: 0;
	padding: 0;
	border: 0;
}

.sf_searchBox label
{
	display: none;
	visibility: hidden;
}

/* Pager */
ol.sf_pager 
{
	margin: 0 !important;
	padding: 0;
	width: 100%;
	float: none !important;
	list-style: none;
	clear: both;
}
ol.sf_pager li
{
	margin: 0;
	padding: 0 10px 0 0;
	width: auto;
	float: left;
	background: #e0e0e0;
}
ol.sf_pager li a
{
	padding: 3px 5px;
}

.sf_PagerSelItem
{
	background: #996699;
	color: #fff !important;
}

.searchResults
{
	padding: 0px;
	margin: 0px;
	
}

.searchResults dt
{
	margin: 10px 0px;
}

.searchResults dd
{
	padding: 0px;
	margin: 0px 25px 0px 30px;
	font-size: .9em;
}

.searchResults dd em
{
	display: block;
	margin: 3px 0px 20px 0px;
}

/****************************
* LEFT COLUMN				*
****************************/
#leftcol
{
	color: #303;
	background: #EFEFEF url('images/leftcol.png') repeat-x;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
		font-size: 1.1em;
}

#leftcol h2
{
	background: #000 url('images/leftcolumnfooter.gif') repeat-x;
	font-family: Segoe Print, Comic Sans MS, Serif;
	font-size: 1.2em;
	text-align: center;
	height: 20px;
	padding: 5px 0px 10px 0px;
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
}

#leftcol .bottom
{
	background: #fff url('images/leftcol.png') repeat-x;
	border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	font-size: 1em;
	padding: 0;
}

#leftcol .bottom a
{
	display: block;
	background: #000 url('images/leftcolumnheader.gif') repeat-x;
	height: 25px;
	border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
}

#leftcol h2 a
{
	color: #fff;
	margin-top: 0px;
}

#leftcol h2 a:hover
{
color: #eee;
}

#leftcol a:hover
{
	color: #4c4a7d;
}

#leftcol a
{
	color: #323254;
}

#homewrapper #leftcol h2
{
background: none;
}

/****************************
* NAVIGATION LIST			*
****************************/
.RadPanelBar
{
	width: auto !important;
	font-size: 1.09em;
}

.SideMenu ul
{
	margin: 10px 0px;
	padding: 0 0 0 15px;
	font-size: .9em;
	list-style-type: disc !important;
}

.SideMenu li
{
	 list-style-type: none !important;
	 padding: 2px 0px !important;
}

.SideMenu li a
{
	 background: url('images/sidelink.gif') no-repeat left center;
	 padding-left: 20px;
	 display: block;
}

.SideMenu li .rpSelected, .SideMenu li a:hover
{
	background: url('images/sidelinkselected.gif') no-repeat left center;
	color: #535 !important;
}

.SideMenu .rpSelected, .SideMenu .rpFocused
{
	color: #535 !important;
}

#leftcol dl
{
	margin: 0px 5px 0px 10px;
}

#leftcol dt
{
	margin: 5px 0px 0px 0px;
	font-size: .9em;
	padding: 0px;
}

#leftcol dt a
{
	color: #323254;
}

#leftcol dt a:hover
{
	color: #4c4a7d;
}

#leftcol dd
{
	margin: 0px 5px 15px 0px;
	text-align: left;
	color: #232345;
}

#homewrapper .more
{
	font-size: .9em;
	font-style: italic;
	display: block;
	text-align:right;
	padding-right: 5px;
	position: absolute;
	width: 150px;
	bottom: 36px;
	left: 50px;
	color: #323254 !important;
}

#maincol
{
	background: #faf9fa;
	margin-right: 20px;
	min-height: 200px;
	padding: 10px 15px 15px 15px;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	font-size: 1.1em;
}

#maincol a
{
	color: #390738;
	font-weight: bold;
	font-size: 1.1em;
}

#maincol h2
{
	clear: both;
	margin: 0px;
	font-size: 1.3em;
	color: #424;
	font-family: Trebuchet MS,Arial Narrow,Arial,Sans-Serif
}

#maincol h3
{
	margin: 15px 0px 3px 0px;
	color: #646;
	font-size: 1.1em;
	font-family: Trebuchet MS,Arial Narrow,Arial,Sans-Serif
}

#maincol table
{
	border-spacing: 3px;
	font-size: 1.1em;
}

#maincol table td
{
	padding: 5px !important;
}

#maincol p
{
	font-size: .9em;
	margin: 0px 0px 13px 0px;
	text-align: justify;
}

#maincol .sf_singleNews div
{
	margin: 5px 30px 5px 0px;
	text-align: justify;
}

#maincol h1
{
	color: #323254;
	font-family: Segoe Print, Comic Sans MS, Serif;
	font-size: 1.7em;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	vertical-align: top;
	line-height: 30px;
	text-align: right;
	padding: 0px;
}

.album
{
	width: 200px;
	text-align: center;
	font-size: .8em;
}

.album img
{
	border: 1px solid #424;
}


/********************
* FOOTER			*
********************/
#footer
{
	padding: 0px 20px 0px 10px;
	color: #fff;
	line-height: 1.5em;
	padding-bottom: 40px;
}

#footer a
{
	color: #fff;
}

#footer .info
{
	float: left;
	font-style: normal;
	margin-left: 20px;
}

#footer .bottomNav
{
	text-align: right;
	padding-right: 10px;
}

#footer select
{
clear: right;
margin: 2px auto;
font-size: .9em;
	font-weight: bold;
	width: 175px;
	height: 18px;
}

.tracking
{
	display: none;
	visibility: hidden;
}
