/* * * * * * * * * * * * * * * * * * * * * * * * * * * *  
Crazyyyy creatives stylesheets at our kingdom at 
Janation Interactive (http://www.Janation.com)
Do you remember Nintendo 64 and playing Mario Cart 
and Donkey Kong ? well guess what
thats how much fun we have doing this shhhhhhhh.....
drop us a line at Spanky@Janation.com if you're going to
steal this code :)
 * * * * * * * * * * * * * * * * * * * * * * * * * * * */
body {
	/*margin:0 auto;*/
	margin-right:auto;
	margin-left:auto;
	padding:0;
	min-width: 850px;
	text-align:center;
	background-color:#FFFFFF;
	font-size:12px;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	color:#666666;
}


.float_right {
	float:inherit;
}
.float_left {
	float: left;
}
.clear_both {
	clear:both;
}

.hidden {
	display:none;
}

img {
	border:0px;
}

img.border1 {
	border: 1px solid #CFCFCF;
}
a.img, 
a.img:link, 
a.img:visited, 
a.img:active, 
a.img:hover, 
a.img:visited:hover {
	background: #fff;
}

span.black {
	color:#000;
}

span.bold_black {
	color:#000;
	font-weight:bold;
}

hr {
	border:none;
	height: 1px;
	background:#EBEBEB;
	margin-top:15px;
	margin-bottom:15px;
}

h1,
h2 {
	font-family: Geneva, "Arial", Helvetica;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	text-align:left;
}
h1 {
	margin-left: 0px;
	margin-bottom: 0px;
	font-size: 25px;
	color: #7E8083;
	text-align:left;
}
h2 {
	font-size: 25px;
	color: #34BAEF;
	text-align:left;
}
p {
text-align:left;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * *  
		STYLES FOR LINKS
 * * * * * * * * * * * * * * * * * * * * * * * * * * * */
a,
a:visited {
	text-decoration:none;
	/*color:#FFA506;*/
}
a:hover,
a:visited:hover {
	text-decoration:none;
	/*color:#FF0000;*/
}
a:active, a:visited:active {
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	/* background-color:#FFA506;*/
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * *  
		STYLES for HEADER
 * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#head {
	padding: 0;
	margin: 0;
	width:100%;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * *  
		STYLES for #logo_div
 * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#logo_div {
	float:left;
	position: relative;
	top: -10px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * *  
		STYLES for BODY
 * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* MAIN CONTAINER DIV */
#container {
	margin: 0 auto;
	width:786px;
	position: relative;
}

#content {
	float: left;
	width: 100%;
	margin-left:10px;
	margin-right:10px;
	padding:0px;
	position:relative;
	text-align:left;
}
#right_column_div {
	float:right;
	width: 200px;
	margin-left:10px;
	margin-right:10px;
	padding:0px;

}
#section_header{
	float:left;
	position:relative;
	margin:20px 0 10px 40px;

}
#section_content{
	float:left;
	position:relative;
	width:600px;
	margin:0 0 0 100px;
}
#section_content_misc{
	float:left;
	position:relative;
	width:100%;
	margin:0 0 0 0;
	overflow:visible;
}
img.section_content {
		border:8px solid #111111;
	}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * *  
		STYLES for NAVIGATION
 * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#menu_div { 
	float:right;
	margin-top: 0px; /* brings DIV to top of browser */
	margin-left: 0px; /* half of the width - centers DIV */
	background-color:#000000;
}
#nav {
	float:right;
	font-size:14px;
	margin: 0 0 0 20px;
	padding:0;
	font-family: "Geneva", Arial, Helvetica;
	position: relative;
	width: 100%;
	background-color: #FFFFFF;
	text-align:left;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * *  
		STYLES for ABOUT
 * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * *  
		STYLES for SERVICES
 * * * * * * * * * * * * * * * * * * * * * * * * * * * */
 #services_works1 {
	float:left;
	width: 300px;
	top: auto;
	left: 5px;
	right: auto;
	bottom: auto;
 }
  #services_works2 {
	float:right;
	width: 300px;
	top: auto;
	left: 300px;
	right: auto;
	bottom: auto;
 }
 	 	
/* * * * * * * * * * * * * * * * * * * * * * * * * * * *  
		STYLES for HARDWARE
 * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* * * * * * * * * * * * * * * * * * * * * * * * * * * *  
		STYLES for CONTACT
 * * * * * * * * * * * * * * * * * * * * * * * * * * * */	


/* * * * * * * * * * * * * * * * * * * * * * * * * * * *  
		STYLES FOR FOOTER
 * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#footer{
	font:9px "Georgia",Times New Roman,Times,serif;
	color:#000;
	font-weight:bold;
	font-size:9px;
	font-family:"Arial", Helvetica, Verdana, sans-serif;
	color:#666666;
	}
#footer_2 {
	float:left;
	position: relative;
	width: 700px;
	height:14px;
	margin:0 0 0 40px;
	background-color:#BDF1F3;
}
#credits {
	float:right;
	position:relative;
	margin:5px 0 0 0;
	right:60px;
	font-size:9px;
	text-decoration:none;
	height:20px;
	color: #333333;
}