html,body,div,span,applet,object,iframe,caption,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,dl,dt,dd,ol,ul,li,fieldset,form,label,legend 
{vertical-align: baseline;font-size: 100%;outline: 0;padding: 0;margin: 0;border: 0;}
/* remember to define focus styles! */
:focus {outline: 0;}
body {line-height: 1;color: #ffffff;}
/* tables still need cellspacing="0" in the markup */
table{border-collapse: separate;border-spacing: 0;}
caption,th,td {font-weight: normal;}
/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before,blockquote:after,q:before,q:after {content: "";}
blockquote,q {quotes: "" "";}
/* ||| the end |||*/
/* ||| set of clearing floats |||*/	
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
.clr {font-size : 1px;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
.clear {clear: both;}
/* End hide from IE-mac */

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

html, body {
	height: 100%;
	width: 100%;
	font-size: 95.5%; /* Reset: 1em = 10px */
	font-family: "Lucide Sans Unicode", "Lucida Grande", Arial , sans-serif;
	line-height:17px;
}

div.small {
	font-size: 10px; /* Reset: 1em = 10px */
}

div#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -75px; /* the bottom margin is the negative value of the footer's height */
}

div#footer, div#push {
	height: 75px; /* .push must be the same height as .footer */
}

div#wrapper_inside, #footer_inside {	
	width: 980px;
	margin: 0 auto;
}

div#footer_inside {
	height: 75px;
	text-align: center;
}

div#header {
	height: 175px;
}

#footer_inside ul, #footer_inside li {
	display: inline;
	margin: 0;
	padding: 0 0 0 15px;
}

#footer_inside a {
	color:#ffffff;
}

div#footer_font {
	position:relative;
	top:45px;
}

/* Search 
---------------------------------------------------------------*/

div#search {
	position:relative;
	top:0px;
	float:right;
	width:260px;
	height:143px;
}



/* Menu 
---------------------------------------------------------------*/

div#wrapper_menu {
	position:relative;
	top:-35px;
	left:190px;
	width:750px;
}

div#horiz_menu ul {
	margin:0 auto;
	list-style-type: none;
	margin:0;
	padding:0;
}

div#horiz_menu ul li{
	display:inline;
	height: 35px;
	line-height: 35px;
	margin-right: 8px;
	padding: 0 0 0 16px;
}


/* Basic link styles 
---------------------------------------------------------------*/

a {
	color: #cccccc;
	outline: none;
	cursor: pointer;
}

a:link,
a:visited,
a:active {
	color: #cccccc;
	text-decoration: underline;
}

a:hover {
	color: #eeeeee;
	text-decoration: none;
}

/* Basic image style 
----------------------------------------------------------------*/

img {
	border: none;
	text-decoration: none;
}

/* Basic lists styles 
----------------------------------------------------------------*/

ul {
	padding: 0;
	margin: 0 6px 0 40px;
}

ul li {
	padding-left: 0;
	line-height: 170%;
	padding: 5px 0;
}

ul li a {
	text-decoration: none !important;
}

ul li a:hover {
	text-decoration: underline !important;
}

ol li {
	line-height: 170%;
}

dl#system-message dd ul li{
	border: none !important;
}

/* Basic heading styles 
-----------------------------------------------------------------*/

th {
	padding: 4px;
	text-align: left;
}

h1 { font-size: 200%; }
h2 { font-size: 175%; }
h3 { font-size: 150%; }
h4 { font-size: 125%; }
h5 { font-size: 115%; }

p, pre, blockquote, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}

/* Basic form styles 
-----------------------------------------------------------------*/

fieldset {
	border: none;
	padding: 5px 0;
}

fieldset a {
	font-weight: bold;
}

input, select, button {
	font-size: 11px;
	font-weight: normal;
}

/* Basic HR-line style 
-----------------------------------------------------------------*/

hr {
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
	color: #eee;
	background-color: #eee;
}

/* Basic positioning classes 
-----------------------------------------------------------------*/

.clearfix {
	clear: both;
}

.lf {
	float: left;
}

.rf {
	float: right;
}

div#buttons{
	width: auto;
	position:absolute;
	right:0;
	bottom: 12px;
}

div#buttons span#login_btn_noborder,
div#buttons span#register_btn_noborder{
	border: none !important;
}

div#buttons span:first-child{
	padding-right: 4px;
	margin-right: 1px;
}

div#buttons span{
	text-transform: uppercase;
	font-size: 10px;
	line-height:10px;
	font-weight: bold;
	height:10px;
}

div#header1,
div#header2{
	float: left;
}


/* Bottom
-----------------------------------------------------------------*/

ul#footer_menu{
	width:auto;
	margin:0 auto;
	list-style-type: none;
	margin:0;
	padding:0;
}

ul#footer_menu li{
	display:inline;
	height: 12px;
	margin-right: 8px;
	padding: 0 0 0 8px;
}

ul#footer_menu li:first-child{
	border-left:none;	
}


/* set the width of user modules 
-------------------------------------------------------------------*/ 

.us_width-100{
	width: 100%;
	vertical-align: top;
}

.us_width-20:first-child,
.us_width-25:first-child,
.us_width-33:first-child, 
.us_width-50:first-child {
	margin: 0;
}

.us_width-20,
.us_width-25,
.us_width-33, 
.us_width-50 {
	margin-left: 2%;
	display: block;
	float: left;
}

.us_width-20{
	width:20%;
}

.us_width-25{
	width: 24%;	
}

.us_width-33{
	width:32%;
}

.us_width-50{
	width: 49%;	
}

/* suffixes */



/* restrictions
-------------------------------------------------------------------*/ 

div#wrapper_top .us_width-20{
	width:20%;
}

div#wrapper_top .us_width-25{
	width: 25%;	
}

div#wrapper_top .us_width-33{
	width:33%;
}

div#wrapper_top .us_width-50{
	width: 50%;	
}

div#wrapper_top .us_width-20,
div#wrapper_top .us_width-25,
div#wrapper_top .us_width-33, 
div#wrapper_top .us_width-50 {
	border-left: none;
	margin-left: 0;
	display: table-cell;
	vertical-align: top;
}



div#wrapper_bottom .us_width-20{
	width:20%;
}

div#wrapper_bottom .us_width-25{
	width: 25%;	
}

div#wrapper_bottom .us_width-33{
	width:33%;
}

div#wrapper_bottom .us_width-50{
	width: 50%;	
}

div#wrapper_bottom .us_width-20,
div#wrapper_bottom .us_width-25,
div#wrapper_bottom .us_width-33, 
div#wrapper_bottom .us_width-50 {
	border-left: none;
	margin-left: 0;
	display: table-cell;
	vertical-align: top;
}



