body {
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	background: url('image/bg.jpg');
	background-repeat: repeat-x;
	color: #333;
	background-color:#000;
}
td {
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	color: #666666;
}
a {
	color: #cc3300;
	text-decoration: underline;
}
a:hover {
	color: #cc3399;
	text-decoration: underline;
}
.form {
	font-size: 11px;
	font-family: Arial, Verdana, sans-serif;
	margin: 2;
	padding: 2;
	border-color: #596C80 #3D6B99 #3D6B99 #596C80;
	border-width: 1px 1px 1px 1px; 
	border-style: solid;
	background-color: #D5F1FF;
}
.search {
	width: 130px;
	height:	20px;
	padding: 0;
	margin:	2px 1;
	border-color: #596C80 #3D6B99 #3D6B99 #596C80;
	border-width: 1px 1px 1px 1px; 
	border-style: solid;
	font: 11px Arial, Verdana, sans-serif;
	background-color: #D5F1FF;
}
input.submit {
	border: 1px solid #330066;
	font: 11px Arial, Verdana, sans-serif;
	background: #0099CC;
	height:	20px;
	color: #FFFFFF;
	padding: 0;
	margin:	1;
}
.juiceapac {
	color: #FFFFFF;
	text-decoration: none;
}
.juiceapac:hover	{
	color: #FFCC00;
	text-decoration: underline;
}
#slogan {
	padding: 50px 0px 0px 40px;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
}
.date {
	font-size: 11px;
	color: #012E93;
	padding-right: 10px;
	padding-top: 10px;
}
#footer td {
	font-size: 11px;
	color: #FFF;
}
#footer a {
	color: #CF0;
	text-decoration: none;
}
#footer a:hover {
	color: #9F0;
	text-decoration: underline;
}
#content td {
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	color: #686868;
	line-height: 18px;
}
#content .title {
	font-size: 22px;
	color: #090;
}
#content .pack_title {
	font-size: 18px;
	color: #090;
}
#content .sep {
	border-top: 1px #FFF solid;
	margin-top: 10px;
	margin-bottom: 10px;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#modernbricksmenu{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu ul{
font: bold 11px Arial;
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu a{
float: left;
display: block;
color: white;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
background-color: black; /*Default menu color*/
border-bottom: 1px solid white;
}

#modernbricksmenu a:hover{
background-color: gray; /*Menu hover bgcolor*/
}

#modernbricksmenu #current a{ /*currently selected tab*/
background-color: #0bd293; /*green color theme*/ 
border-color: #0bd293; /*green color theme*/ 
font: bold 11px Arial;
color:#000;
}

#modernbricksmenuline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #0bd293; /*green color theme*/ 
}

input.button {
	border: 1px solid #330066;
	font: 14px Verdana, Arial, sans-serif;
	font-weight:bold;
	background: #3ecc00;
	height:	25px;
	color: #FFFFFF;
	padding: 0;
	margin:	1;
}