BODY
{
	background: #1d6ea2;
	float: middle;
	color: white;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Geneva, sans-serif;	
}

@media only screen and (max-device-width: 480px)
{
	BODY
	{ 
		width: 100%;
		font-size: 20pt;
	}

	B
	{
		font-size: 30pt;
	}
}

@media screen
{
	BODY
	{ 
		width: 900px
	}
}

IMG
{
	border: 0px;
}

A
{
	color: white;
	text-decoration: none;
}

A:hover
{
	text-decoration: underline;
}

TABLE
{
	border-collapse:collapse;
	border: 0px;
	padding: 0px;
}

HR
{
	color: orange;
}


#sidebar
{
	left: 5px;
	top: 100px;
	position: fixed;
}

#sidebar IMG
{
	width: 50px;
}

#javascript_warning
{
	color: red;
	background-color: black;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 13pt;
}

#border_image
{
	width: 100%;
}

#header
{
        margin-top: 10px;
        margin-bottom: 10px;
        float: middle;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
}

#main
{
	background: #1b98e7;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	float: middle;
	margin-left: auto;
	margin-right: auto;
}

#menu
{
	background-image: url('images/menu_background.png');
	background-repeat: repeat-x;
	//background: #e7771b;
	font-weight: bold;
	font-style: none;
	height: 40px;
	width: 95%;
	text-align: center;
	float: middle;
	margin-left: auto;
	margin-right: auto;
}

#menu A
{
	color: white;
}

#menu A:hover
{
	text-decoration: none;
}

@media only screen and (max-device-width: 480px)
{
	#menu A
	{
		font-size: 18pt;
		width: 400px;
	}
}

#content
{
	width: 80%;
	text-align: center;
	float: middle;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content_block
{
	background: #1d6ea2;
}

#content_block UL
{
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}

#cuju_links
{
	margin-left: 5px;
	margin-right: 5px;
}

#cuju_links P
{
	text-align: left;
}

#cuju_links IMG
{
	height: 100px;
}

#about
{
	margin-left: 5px;
	margin-right: 5px;
	font-size: 10pt;
}

@media only screen and (max-device-width: 480px)
{
	#about
	{
		font-size: 15pt;
	}
}

#about P
{
	text-align: left;
}

#about IMG
{
	width: 300px;
}

#error
{
	font-weight: bold;
	font-size: 20pt;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
}

#news
{
	margin-left: 5px;
	margin-right: 5px;
	text-align: left;
}

#news TABLE
{
	width: 100%;
	padding: 2px;
	float: middle;
}

#tutorial TABLE
{
	width: 100%;
	padding: 2px;
	float: middle;
}

#tutorial TABLE B
{
	font-weight: bold;
	color: #e7771b;
	font-size: 20pt;	
}

@media only screen and (max-device-width: 480px)
{
	#tutorial TABLE B
	{
		font-size: 30pt;
	}
}

TD.title
{
	font-weight: bold;
	color: #e7771b;
	font-size: 30pt;
	text-align: left;	
}

TD.price
{
	font-style: italic;
	color: #e7771b;
	font-size: 15pt;
	text-align: center;
}

TD.date
{
	text-align: right;
	font-size: 9pt;
}

@media only screen and (max-device-width: 480px)
{
	TD.date
	{
		font-size: 15pt;
	}
}

.product_table
{
	width: 95%;
	padding: 10px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: left;
}

.product_table TD.title
{
	text-align: center;
}

.product_logo
{
	height: 100px;
}

@media only screen and (max-device-width: 480px)
{
	.product_img
	{
		height: 480px;
	}
}

.arrow_img
{
	height: 25px;
}

@media only screen and (max-device-width: 480px)
{
	.arrow_img
	{
		height: 75px;
	}
}

.drill_pack_table
{
	width: 100%;
	padding: 5px;
	text-align: left;
	font-size: 11pt;
}

.drill_pack_table TD
{
	border: 1px;
	border-style: solid;
	border-color: #1b98e7;
}

#appstore
{
	width: 125px;
	float: middle;
	vertical-align: middle;
}

@media only screen and (max-device-width: 480px)
{
	#appstore
	{
		width: 250px;
	}
}

#faq_question
{
	margin-left: 5px;
	margin-right: 5px;
	text-align: left;
}

#faq_question B
{
	color: #e7771b;
}

#links_table
{
	width: 95%;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px;
	text-align: left;
}

#links_table TH
{
	font-weight: bold;
	color: #e7771b;
	font-size: 30pt;
	text-align: center;
}

#footer
{
	font-size: 9pt;
	margin-top: 10px;
	color: white;
	width: 95%;
	text-align: center;
	float: middle;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-device-width: 480px)
{
	#footer
	{
		font-size: 20pt;
	}
}

