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

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: "Courier New", Courier, monospace;
	color:#FFFFFF;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 800px;
	background-color: #333333;
	text-align: center;
}

h1{
	float: left;
	font-size: 16px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper{
    width: 800px;
}

#masthead{
	background-image: url(image/masthead.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	height: 80px;
	}

#masthead p{
margin: 58px 0px 0px 345px;
}

#masthead p a:link, #nav li a:visited, #nav li a:active {
	font-size: 15px;
	color:#FFFFFF;
	text-decoration: none;
	padding: 0px 0px 0px 5px;
} 

#masthead a:hover {
	color: #FFCC00;
	text-decoration: none;
}
	

/***********************************************/
/* Navigation Bar                              */
/***********************************************/

#navbar{
    float: left;
	background-image: url(image/nav-background.gif);
	background-repeat: no-repeat;
    margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 405px;
	}


#nav {
font-family: "Courier New", Courier, monospace;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px; 
list-style-type: none; 
text-align:left;
line-height: 1.5em;
}

#nav a{
display: block;
}

#nav li a:link, #nav li a:visited, #nav li a:active {
	font-size: 15px;
	color:#FFFFFF;
	text-decoration: none;
	width: 150px;
	padding: 0px 0px 0px 5px;
} 

#nav li a:hover {
	color: #0066FF;
	text-decoration: none;
}

/***********************************************/
/* Product                                     */
/***********************************************/

#content{
float: right;
width: 650px;
height: auto;
text-align: right;
}

#content img{
text-align: right;
margin: 5px 0px 0px 5px;
padding: 0px 0px 0px 0px;
border: none;
}

#content p a:link, #content p a:visited, #content p a:active {
	color:#FFFFFF;
	text-decoration: none;
} 

#content p a:hover {
	color: #0066FF;
	text-decoration: none;
}

#faq {
margin: 5px 0px 0px 0px;
float: right;
text-align: justify;
width: 625px;
font-size: 15px;
}

#index {
float: right;
width: 650px;
height: auto;
text-align: right;
}

#index p{
float: right;
width: 300px;
height: auto;
text-align: right;
}

/***********************************************/
/* Product                                     */
/***********************************************/

#description{
    float: left;
    width: 300px;
	height: auto;
	margin: 10px 0px 0px 0px;
}

#description p{
    font-size: 15px;
    text-align: justify;
}

#picture{
    float: right;
    width: 500px;
	text-align: right;
	margin: 10px 0px 0px 0px;
}

#picture2{
	text-align: center;
	margin: 10px 0px 0px 0px;
}

#picture2 p{
	text-align: center;
	font-size: 14px;
	color: #CCCCCC;
}

#description2{
    float: right;
    width: 625px;
}

#description2 p{
    margin: 5px 0px 0px 0px;
    font-size: 15px;
    text-align: justify;
}

/***********************************************/
/* Site Info                                   */
/***********************************************/

#siteinfo{
margin: 10px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-size: 12px;
border-top: 1px dotted #CCCCCC;
height: 20px;
}

#siteinfo a:link, a:visited, #content p a:active {
	font-size: 15px;
	color:#FFFFFF;
	text-decoration: none;
} 

#siteinfo a:hover {
	color: #0066FF;
	text-decoration: none;
}
