/* CSS Document */

body {
	text-align:center;
	/*border:2px solid #cccccc;*/
	background:#99CCCC;
	font-family:Calibri;
	min-width:750px;
}

.logo {
	min-width:500px;
	height:100px;
	background:url("images/logo.png") no-repeat center top;
	margin-left:auto;
	margin-right:auto;
}

ul.navbar {
	height:20px;
	text-align:center;
	min-width:500px;
	display:inline;
}

.navbar li {
	background: #eeeeee;
	float:left;
	height:20px;
	display:block;
	width:25%;
	margin-left:auto;
	margin-right:auto;
}

.navbar li:hover {
	background:#ffffff;
}

.navbar a {
	display:block;
	text-decoration:none;
	color:inherit;
}

.navbar a:hover {
/*	text-decoration:underline;  */
}

div.glowbox{
	text-align:center;
	width:500px;
	margin-left:auto;
	margin-right:auto;
}

.glowbox div{
	display:block;
	width:500px;
	border:1px solid black;
	background:#f4f4f4;
	margin-top:10px;
	margin-bottom:10px;
}

.glowbox div:hover {
	display:block;
	background:#eeeeee;
}

.boxlabel {
	display:block;
	text-align:center;
	/*font-size:18px;*/
	font-weight:bold;
	padding-left:15px;
	padding-right:15px;
	/*width:150px;
	height:24px;*/
	background:#cccccc;
}

.boxdesc {
	display:block;
	text-align:justify;
	font-size:14px;
	padding:15px;
}

.boxcost {
	display:block;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	/*padding:15px;*/
	background:#000000;
	color:#cccccc;
}

.regular {
	color:#cccccc;
	text-decoration:line-through;
	font-weight:normal;
	padding-left:5px;
	padding-right:5px;
}
.discount {
	color:#FF0000;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
}


.mininav {
	color:#999999;
	font-size:12px;
}

.mininav A:Hover {
	color:#ffffff;
}

.contact {
	position:fixed;
	top:150px;
	left:25px;
	width:100px;
	height:100px;
	background:url("images/contact.png");
}

.contact A {
	position:relative;
	top:0px;
	left:15px;
	width:70px;
	height:15px;
	display:block;
	font-size:12px;
	text-decoration:none;
	text-align:right;
	color:#ffffff;
	/*background:url("images/close.png");*/
}

.contact A:hover {
	text-decoration:underline;
}

.boxdesc Input {
	
}

.getfirefox {
	
}

.googlepack {
	visibility:hidden;
}