@charset "UTF-8";
/* CSS Document */

body {
	text-align: center;
	background-image: url(../images/back_grad.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: rgb(255,255,255);
	padding: 0;
    font: 95% "Verdana", Arial, Helvetica, sans-serif;
	

}

div#wrapper {

	position: relative;
	text-align: left;
	width: 890px;
	height: 900px;
	margin: 0 auto;
	background-image:url(../images/banner_back.jpg);
	background-position: top;
	background-repeat: no-repeat;
	z-index: 100;
}


div#main_banner {
	background-images: url(../images/mainBanner.jpg);
	 margin: 0 auto; 
	 padding: 0;
	 z-index: 100;	
	 
}

div#logo {
	postion: relative;
	float: left;
	padding: 0;
	margin: 0 0 10px 0;
}

div#text {
	width: 450px;
	float: left;
	margin: 10px 0 25px 20px;
}

div#media {
	float: right;
	width: 300px;
	margin: 0px;
	}

h2 { 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	color: rgb(25,25,25);
	font-size: 115%;
	border-bottom: 1px solid rgb(50,50,50);
}

p {
	color: rgb(25,25,25);
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
	line-height: 1.5em;
	padding: 0 3.5em  0 0;

}

.bold {
	color: rgb(25,25,25);
	font-weight: bold;
	font-variant: small-caps;
	font-family: Arial, Helvetica, sans-serif;
}
.bold_big {
	color: rgb(25,25,25);
	font-weight: bold;
	font-size: 150%;
	font-variant: small-caps;
	font-family: Arial, Helvetica, sans-serif;
}

.italic {
	font-style: italic;
}

a { outline: none; 
} 

p a {
	color: blue;
	outline: none;
}

p a:link {text-decoration: none; margin: 0x; border-bottom: 1px dotted blue}
p a:visited {text-decoration: none; border-bottom: 1px dotted blue}
p a:active {text-decoration: none}
p a:hover { color: rgb(200,220,225); border-bottom: 1px dotted rgb(200,200,200)  }

a:link {text-decoration: none; margin: 0x; border-bottom: 1px dotted blue}
a:visited {text-decoration: none; border-bottom: 1px dotted blue}
a:active {text-decoration: none}
a:hover { color: rgb(200,220,225); border-bottom: 1px dotted rgb(200,200,200)  }


ul { font-family: Arial, Helvetica, sans-serif;
 	 font-size: 90%;
	 font-weight: bold;
	  
	}

div#diagram01 {
	float: right;
	width: 300px;
	padding: 0 25px 0 25px;
	margin: 20px 50px 15px 0;
	font-size: 90%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: rgb(50,50,50);
	
}
div#diagram02 {
	float: right;
	width: 300px;
	padding: 0 25px 0 25px;
	margin: 25px 50px 325px 0;
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: rgb(50,50,50);
	border-style: none;
}

div#order_buttons {
	float: left;
	margin: 0 60px;
	display: inline;
	font-size: 95%;
	text-align: center;
	color: rgb(150,150,150);
	font-family:Georgia, "Times New Roman", Times, serif;
	
}

div#footer {
	clear:both;
	width:100%;
	margin: 25px 0 0 0; 
	padding:20px 0;
	text-align:center; 
	font-size: 70%; 
	font-weight: 100;
	color: rgb(75,75,75);
}

div#video_ad {
	float: right;
	z-index: 300;
	width: 150px;
	padding: 0 25px 0 25px;
	margin: 10px 50px 5px 0;
	font-size: 90%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: rgb(50,50,50);
	border-style: none;	
	}
	
div#video_anime {
	float: right;
	z-index: 300;
	width: 150px;
	padding: 0 25px 0 25px;
	margin: 10px 50px 5px 0;
	font-size: 90%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: rgb(50,50,50);
	border-style: none;	
	}


div#video_ad a, div#video_anime a {
	text-decoration: none;
	border-bottom: 1px dotted blue;
	
	}
	
	
div#video_ad a:hover, div#video_anime a:hover {
	text-decoration: none;
	border-bottom: 1px dotted silver;
	color: rgb(200,220,225);
	}
	
div#bottom_image {
	float: left;
	font:Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: 100;
	padding: 0;
	margin: 0;
	width: 300px;
	}

.flytext { font-size: 11px; font-family:Arial, Helvetica, sans-serif; }