/* RESEN */
/* Template Skin Stylesheet
------------------------------------------------------------------------------- */


/* STRUCTURAL CONTAINERS
------------------------------------------------------------------------------- */


	body {
	
		background-image: url('../images/bg-body.jpg');
		background-position: center top;
		background-repeat: no-repeat; /* no-repeat / repeat / repeat-x / repeat-y */
		background-color: #000;

		}
		
	#layout {

		/* 980px or less */
		width: 900px;
	
		}
		
	#header {
	
		height: 375px;
		background-color: #999999;

		}
		
	#content {
	
		background-image: url('../images/bg-content.jpg');
		background-color: #ffffff;
	
		}
		
	#footer {
	
		background-image: url('../images/bg-footer.jpg');
		background-color: #555;
	
		}
	
		
/* TYPE
------------------------------------------------------------------------------- */

/* WEB SAFE FONTS
Sans-Serif: Arial / Tahoma / Trebuchet MS / Verdana
Serif: Times New Roman / Georgia
Mono-Spaced: Courier New
*/

/* Default */


	body {
	
		color: #333333;
		font-size: 13px;
		line-height: 16px;
		font-weight: normal;
		font-family: "Trebuchet MS", Verdana, sans-serif;
	
		}
		
		
/* Footer */
	
	
	#footer {
	
		color: #ffffff;
		font-size: .9em;
	
		}
		
		
/* HEADINGS
------------------------------------------------------------------------------- */

			
	h4 {
	
		color: #222222;
		font-size: 24px;
		line-height: 24px;
		font-weight: bold; /* lighter / normal / bold */
		font-family: Helvetica, Arial, sans-serif;
	
		}
		
		
/* LINKS
------------------------------------------------------------------------------- */


	a:link, a:visited, a:active {
	
		color: #000000;
		background: none;
		text-decoration: none;
	
		}
		
	a:hover {
	
		color: #444444;
		background: none;
	
		}
			
		
/* RULES
------------------------------------------------------------------------------- */


	#main ul.content > li {
	
		border-color: #ccc;
	
		}
		
		
/* TABS
------------------------------------------------------------------------------- */

		
/* Background Panels */		
		

	#sidebar > div {
	
		color: #eee;
		background: #fff;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	
		}
		
		
/* Link Color */
		
		
	#sidebar > div a {
	
		color: #fff;
	
		}

		
/* RESEN LOGO
------------------------------------------------------------------------------- */


	li.resen a {
	
		background: url('../../images/common/a-resen-light.png');
		
		}


/* SIGN UP
------------------------------------------------------------------------------- */


	#signup {

		width: 100%;
		height: 100px;
		background: url('../images/a-signup.jpg');
		
		}
		