/*
JONHIRSCH.COM - Modern


Designed and Developed by: 

Roxy Kurze
SHOCKBOOGIEDESIGN.COM
February 2009
*/
* {
	margin: 0;
	padding: 0;
}


body {
	background: #000000 url(images/bg_top1.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	
}




/* Wrapper */

#wrapper {
	width: 925px;
	margin: 0 auto;
	 
}





/* Logo */

#logo {
	float: left;
	padding: 24px 0 0 0;
}



/* Menu */

#menu {
	float: right;
	letter-spacing: 0.01cm;
	}

#menu ul {
	margin: 0;
	padding: 100px 0 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
	margin-left:10px;
	margin-right: 5px;
}

#menu a {
	padding: 4px 4px 4px 4px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #e4e106;
	
}

#menu a:hover {
	color: #ffffff;
	background-color: #181818;
	
	
}



/* Header */


#header {
	width: 925px;
	float: left;
	
	 
}

.subheader {
	padding-bottom: 5px;
}



/* Content */


#contentheader {


	
}

#content {
	
	width: 926px;
	float: left;
	padding-top: 15px;


    

}



	



#leftcolumn {
	
	float: left;
	width: 642px;
	padding-bottom: 25px;
	padding-right: 5px;
	
	
	
	
}



#rightcolumn {
	float: right;
	width: 243px;
	padding-bottom: 25px;
	background: url(images/rightcol_glow.png) no-repeat;
	
}




#rightcolumnText {
	float: left;
	width: 203px;
	padding-bottom: 50px;
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
	
	
}


p {
	font-size: 13px;
	font-weight: normal;
	color: #cccccc;
	line-height: 150%;
	letter-spacing: 0.01cm;
}

a:hover {
		color: #be0000;
}

a:link {
	font-weight: bold;
	font-style: normal;
}

a {
	font-size: 12px;
	font-weight: normal;

	color: #666666;
	line-height: 150%;
	text-decoration: none;
}


a.textlink {
	color: #cccccc;
	text-decoration:  none;
	font-weight: bold;
	background: #cc0101;
	
	padding:10px;
}

a.textlink:hover {
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;
	background: #141414;
	padding:10px;
	
}


	

h1 {
	
	float: left;
	font-size: 20px;
	font-weight: normal;
	color: #e4e106;
	letter-spacing: 0.02cm;
	
}


h2 {
	
	float: left;
	font-size: 14px;
	font-weight: normal;
	color: #be0000;
	letter-spacing: 0.03cm;
	
}

h3 {
	
	float: left;
	font-size: 14px;
	font-weight: normal;
	color: #e4e106;
	letter-spacing: 0.02cm;
	
}


ul {
	margin-left: 25px;
	line-height: 200%;
	list-style: square;
	font-size: 13px;
	
	
	
}

div.lister {
	width: 20em;
	float: left;
}



img.pic {
	background: #181818;
	padding: 6px 6px 6px 6px;
	margin-top:20px;
	
}




/* Footer */

#footer {


}

#footer p {
	float: center;
	padding-top: 5px;
	padding-bottom: 15px;
	text-align: center;
	color: #cccccc;
	font-size: 11px;
	line-height: 15px;
}




#footer au {
	color: #e4e106;
	font-weight: bold;
	
	
}

#footer a {
	color: #cccccc;
	text-decoration: underline;
	font-size: 11px;
}

#footer a:hover {
	color: #e4e106;
	text-decoration: underline;
}



/* Credits */

#credits {


}

#credits p {
	float: center;
	padding-bottom: 15px;
	text-align: center;
	color: #cccccc;
	font-size: 10px;
	line-height: 15px;

}






#credits a {
	color: #be0000;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}

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






/*TABLE*/


#one-column-emphasis
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin:20px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#one-column-emphasis th
{
	font-size: 14px;
	font-weight: normal;
	padding: 12px 15px;
	color: #039;
	
}
#one-column-emphasis td
{
	padding: 10px 15px;
	color: #cccccc;
	border-bottom: 1px solid #fff;

}
.oce-first
{
	background: #181818;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
#one-column-emphasis tr:hover td
{
	color: #fff;
	background: #be0000;
}



