body {
	padding: 0px;
	margin: 0px;
}

body, tr, td, input, select, option, textarea {
	font-family: verdana;
	font-size: 12px;
	color: #4c4c4c;
}

div.center {
	text-align: center;
}

* {
	outline: 0;
}
.clear {
	clear: both;
}

a, a:link, a:visited, a:active {
	color: #00aeef;
}

h1,h2,h3,h4,h5,h6 {
	margin-top: 0px;
	color: #000000;
}

h3 {
	color: #00aeef;
	font-size: 15px;
}

body {
	background-color: #f1f1f1;
	text-align: center;
}

div#wrapper {
	width: 963px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 40px;
}
div#header span {
	display: none;
}

div#header {
	background-image: url(../../images/frontend/header.png);
	height: 132px;
	background-repeat: no-repeat;
}

div#menu {
	position: relative;
	background-image: url(../../images/frontend/menubg.png);
	height: 41px;
	padding-left: 10px; 
	background-repeat: no-repeat;		
}

div#menu ul#nav {
	position: absolute;
	margin-top: 5px;
	text-transform: uppercase;
}

div#content {
	background-color: #ffffff;
	text-align: left;
	padding-bottom: 10px;
}

div#footer {
	background-image: url(../../images/frontend/footer.png);
	height: 25px;
	background-repeat: none;
}

div#footer span {
	display: block;
	text-align: right;
	padding-right: 20px;
	color: #fff;
	font-size: 10px;
	padding-top: 4px;
}

div.threeblock {
	
	background-image: url(../../images/frontend/3blockbg.png);
	background-repeat: repeat-y;
	margin-top: 20px;
	margin-bottom: 10px;
	
}

div.threeblock div.block {
	float: left;
	width: 309px;
	margin-top: -20px;
}

div.threeblock div.block p {
	margin-top: 0px;
	margin-bottom: 10px;
}

div.threeblock div.block span {
	padding-left: 10px;
	padding-right: 10px; 
}

div.threeblock div.block1 {
	margin-left: 25px;
}

div.threeblock div.block2 {
	margin-left: 5px;
}

div.threeblock div.block3 {
	width: 295px;
}

div.threeblock div.block div.blockcontent {
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}

div.threeblock div.block div.blockheader img {
	float: left;
	margin-right: 10px;
}

div.threeblock div.block div.blockheader span {
	float: left;
	color: #00aeef;
	text-transform: uppercase;
	font-size: 14px;
	width: 210px;
	margin-top: 10px;
}


div#homecontent {
	padding-top: 25px;
}

div#homeleft {
	float: left;
	margin-left: 10px;
}

div#homeright {
	width: 267px;
	float: right;
	margin-right: 10px;
}

div.wideblock {
	width: 669px;
}

div.wideblock div.top {
	background-image: url(../../images/frontend/wideblock_top.png);
	height: 6px;
	overflow: hidden;
	display: block;
}

div.wideblock div.bottom {
	background-image: url(../../images/frontend/wideblock_bottom.png);
	height: 6px;
	overflow: hidden;
	display: block;
}

div.wideblock div.inside {
	background-image: url(../../images/frontend/wideblock_inside.png);
	background-repeat: repeat-y;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}

div.wideblock div.inside div.inside_right {
	width: 260px;
	float: right;
}

div.wideblock div.inside div.inside_left {
	width: 370px;
	float: left;
}
div.wideblock div.inside div.inside_left div {
	padding-left: 5px;
	padding-top: 2px;
}

div.wideblock div.inside div.inside_one {
	padding-left: 10px;
	padding-top: 4px;
	padding-right: 10px;
}

div.wideblock div.inside div.inside_left h3, div.wideblock div.inside div.inside_one h3  {
	color: #00aeef;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
}

a.nextbutton {
	background-image: url(../../images/frontend/nextbutton_inside.png);
	background-repeat: repeat-x;
	display: block;
	height: 27px;
	float: left;
}

a.nextbutton, a.nextbutton:visited, a.nextbutton:active, a.nextbutton:hover {
	text-decoration: none;
	color: #ffffff;
}

a.nextbutton span {
	background-image: url(../../images/frontend/nextbutton_left.png);
	background-repeat: no-repeat;
	display: block;
	height: 27px;
}

a.nextbutton em {
	display: block;
	height: 27px;
	background-image: url(../../images/frontend/nextbutton_right.png);
	background-repeat: no-repeat;	
	background-position: right;
	padding-right: 35px;
	padding-left: 10px;
	line-height: 25px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	
}

div.mouseblock {
	background-image: url(../../images/frontend/mouseblock.png);
	width: 666px;
	height: 235px;
	margin-left: 1px;
}


div.mouseblock div h3 {
	color: #00aeef;
}

div.mouseblock div {
	width: 360px;
	padding-top: 10px;
	margin-left: 13px;
}


div.credits {
	position: relative;
	width: 267px;
	height: 120px;
	background-image: url(../../images/frontend/bg_credits.png); 
}

div.credits div {
	position: relative;
	padding: 15px;
	padding-top: 10px;
}

div.credits strong {
	font-size: 15px;
	font-weight: bold;
	display: block;
	color: #000000;
}

div.credits em {
	color: #ffffff;
	font-style: normal;
	font-size: 30px;
	font-weight: bold;
	margin-top: 5px;
	
	display: block;
}

div.credits a.creditbuy {
	position: absolute;
	bottom: 5px;
	display: block;
	width: 230px;
	
	left: 18px;
	height: 30px;
}

div.credits a.creditbuy span {
	display: none;
}


div.sideblock {
	width: 267px;
	margin-bottom: 10px;
}

div.sideblock div.top {
	background-image: url(../../images/frontend/sideblock_top.png);
	height: 40px;
}

div.sideblock div.top h4 {
	color: #00aeef;
	font-size: 15px;
	font-weight: bold;
	display: block;
	margin-left: 15px;
	padding-top: 10px;
}


div.sideblock div.inside {
	background-image: url(../../images/frontend/sideblock_inside.png);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

div.sideblock div.inside p {
	margin-top: 0px;
}

div.sideblock div.bottom {
	background-image: url(../../images/frontend/sideblock_bottom.png);
	height: 6px;
}

form.login input {
	border: 0px;
	background-color: #ffffff;
}

form.login span.text {
	width: 234px;
	height: 27px;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(../../images/frontend/inputbg.png);
}

form.login span.text input {
	margin-top: 2px;
	margin-left: 2px;
	padding-top: 5px;
	padding-left: 10px;
	width: 210px;
}

form.login div {
	margin-bottom: 10px;
}

a.graybutton {
	margin: 0px;
	padding: 0px;
	background-image: url(../../images/frontend/graybutton_left.png);
	background-position: left;
	background-repeat: no-repeat;
	border: 0px;
	height: 21px;
	display: block;
	float: right;
	text-decoration: none;
}

a.graybutton span {
	background-image: url(../../images/frontend/graybutton_right.png);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	height: 21px;
	padding: 0px;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	padding-right: 11px;
	line-height: 18px;
	padding-left: 10px;
}


div.page {
	padding-top: 20px;
}

div.page_left {
	float: left;
	width: 686px;
	
	
}

textarea {
	width: 345px;
	height: 80px;
}
div.page_wide_bottom {
	width: 940px;
	margin-top: 20px;
	margin-left: 12px;
	
	
}

div.page_right {
	float: right;
	margin-right: 10px;
	width: 267px;
	
}

div.page_left fieldset {
	border: 0px;
}


div.page_left form {
	margin-right: 10px;
}

div.page_left form h3 {
	margin-left: 20px;
}

div.page_left form div.wideblock {
	margin-bottom: 10px;
}

div.page_left div.inside_one h3 {
	margin-left: 0px;
}

div.page_left div.inside_one p {
	margin-left: 0px;
	margin-bottom: 10px;
}

div.page_left form p {
	margin-left: 20px;
	margin-bottom: 10px;
}

div.page_left form label {
	display: block;
	font-weight: bold;
}

div.page_left form input {
	width: 345px;
}

div.page_left form input.submit {
	width: auto;
	background-position: 4px 4px;
}

div.page_left form input.checkbox {
	width: auto;
}

div.page_left form p span.error {
	color: #ff0000;
	display: block;
	margin-bottom: 5px;
}

.error {
	color: #ff0000;
}

div.contentwide {
	margin-left: 10px;
}

div.save a {
	float: right;
}

div.title h3 {
	margin-left: 30px;
	font-size: 20px;
}


div.hastabs {
	margin-top: -14px;
}


ul.news, ul.news li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.news li em {
	display: block;
	float: left;
	font-size: 9px;
	margin-top: 1px;
	width: 55px;
}

ul.news li span {
	float: left;
	width: 180px;
}

ul.news li span.wide {
	width: 550px;
}

ul.news li {
	overflow: hidden;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 5px;
	margin-bottom: 5px;
}


table.ratecard {
	width: 450px;
	border: 1px solid #eeeeee;
}

table.ratecard td {
	background-color: #f3f3f3;
}

table.ratecard tr.alt td {
	background-color: #fdfdfd;
}

/** Menu **/
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			250px; /* left offset of submenus need to match (see below) */
	z-index:		65500;
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	z-index:		65500;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		65500;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			250px;; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			250px; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	padding: 		.75em 1em;
	text-decoration:none;
	
}
.sf-menu a, .sf-menu a:visited, .sf-menu a:link, .sf-menu a:active  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#ffffff;
}
.sf-menu li {

}
.sf-menu li li {
	background:		#2b2b2b;
	
}

.sf-menu li li a  {
	color:			#ffffff !important;
}

.sf-menu li a:hover {
	text-decoration: underline;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {

	outline:		0;
}


.sf-menu li li:hover,  .sf-menu li li.sfHover, .sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active{
	
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../../images/admin/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../../images/admin/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

