/*-----------------------------------------------------------------------------
NakedModern.com Style Sheet

version:   1.0
author:    ByteStudios.com

-----------------------------------------------------------------------------*/

/* general
-----------------------------------------------------------------------------*/

/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

p {
	margin: 10px 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}

/* Remove border around linked images */
img {
	border: 0;
}


	
/* pretty stuff
-----------------------------------------------------------------------------*/

body {
  font: 11px Verdana, Arial, sans-serif;
}

/* centering
-----------------------------------------------------------------------------*/

body { 
	text-align: center;
	}

#wrapper { 
	width: 1000px; 
	margin: 0 auto; 
	text-align: left; 
	}

/* content areas
-----------------------------------------------------------------------------*/
#content_h_l {
	float: left;
	width: 450px;
	color: #a3acaf;
	}
	#content_h_l h1 {
		font-size: 10px;
		font-weight: normal;
		text-transform: uppercase;
		}
		#content_h_l label {
			font-size: 10px;
			}
#content_h_l_con {
	position: relative;
	top: 112px;
	left: 50px;
}
			
#content_h_r {
	float: left;
	width: 520px;
	}
	#content_h_r h2 {
		font-size: 12px;
		font-weight: normal;
		padding-bottom: 3px;
		}

	
/* navigations
-----------------------------------------------------------------------------*/
#navigation { margin-top: 5px; }
#about_navigation { margin: 0; }

#navigation li {
	display: inline;
	list-style-type: none;
	padding: 0px 14px 15px 0;
	}
	#about_navigation li {
		display: inline;
		list-style-type: none;
		padding: 15px 14px 5px 0;
		}
	#navigation li a, #about_navigation li a {
		font-size: 10px;
		padding: 2px 0;
		text-decoration: none;
		text-transform: uppercase;
		}
		#navigation li.rss {
			padding-left: 17px;
			background: url(../images/rss-icon.gif) no-repeat;
			}

/* sub navigation page list
-----------------------------------------------------------------------------*/
#sub_navigation li {
	list-style: none;
	}

/* forms
-----------------------------------------------------------------------------*/

input.email {
	width: 103px;
	font-size: 10px;
	padding: 2px;
	background-color: #b0b0b0;
	border-top: 1px solid #636363;
	border-bottom: 1px solid #cbcbcb;
	border-left: 1px solid #808080;
	border-right: 1px solid #bebebe;
	}
	
input.submit-btn {
	position: relative;
	top: 3px;
	margin-left: 5px;
	}
	
	
#footer_nav li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	}

#footer_nav li a {
	text-decoration: underline;
} 
	



