/*
blue #99D3F0
*/
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top:0;
}
img {
	border:none;
}
a {
	color:#0033FF;
	text-decoration:underline;
}
a:hover {
	color:#0033FF;
	text-decoration:underline;
}
a:visited {
	color:#0033FF;
	text-decoration:underline;
}
form {
	margin:2em 2em 1.5em 2em;
}
form fieldset {
	border:1px solid #4B80FF;
}
form p {
	margin-top:0.25em;
	margin-bottom:0.25em;
}
form #uploadImages {
	float:right;
	margin-top:2em;
	margin-right:2em;
}
form legend {
	background-color:#EBF5E8;
	border:1px solid #4B80FF;
	color:#4B80FF;
	font-size:0.8em;
	font-weight:bold;
	padding:0.25em 0.5em 0.25em 0.5em;
}
form label {
	width:6em;
	float:left;
	text-align:right;
	margin-right:0.5em;
	display:block;
	font-weight:bold;
}
form input[type=submit] {
	margin-left:8em;
	cursor:pointer;
}
#contact label {
	width:11em;
	float:left;
	text-align:right;
	margin-right:0.5em;
	display:block;
	font-weight:bold;
}
#contact input[type=submit] {
	margin-left:12.5em;
	cursor:pointer;
}
#head {
	text-align:center;
	background-color:#99D3F0;
	padding-bottom:0.5em;
}
#head #co_name {
	font-size:1.5em;
	font-weight:bold;
}
#head #co_tag {
	font-size:1.1em;
	font-weight:bold;
}
#head #co_tel {
	font-weight:bold;
}
#main {
	/*border:1px solid #FF66CC;*/
	clear:both;
	margin:0 1em;
	padding-top:1em;
}
#prod {
	color:#000000;
	min-height:24em;
}
#smallImgs {
	float:right;
}
#bigImage {
	float:right;
	text-align:center;
}
.hidden {
	display:none;
}
/* error checking boxes */
#msg {
	display:none;
	position:absolute;
	z-index:200;
	background:url(/images/msg_arrow.gif) left center no-repeat;
	padding-left:7px;
}
#msgcontent {
	font-size:0.8em;
	display:block;
	background:#f3e6e6;
	border:2px solid #924949;
	border-left:none;
	padding:5px;
	min-width:150px;
	max-width:250px;
}
/* end error checking boxes */
/* display processing div on submit */
#processing {
	background-color:#fff;
	visibility:hidden;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	padding:3em 0;
	text-align:center;
	margin-top:4.8em;
}
/* end display processing div on submit */
#error {
	color:#FF0000;
	background-color:#FFEDEE;
	font-size:0.8em;
	font-weight:bold;
	margin:2em 5em 0 5em;
	border:solid 1px #FF0000;
	padding:0.5em;
	text-align:center;
}
#success {
	color:#000000;
	background-color:#C5FDC4;
	font-size:0.8em;
	font-weight:bold;
	margin:2em 5em 0 5em;
	border:solid 1px #003300;
	padding:0.5em;
	text-align:center;
}
#footer {
	color:#777;
	font-size:0.9em;
	margin-top:2em;
	padding:0 0.5em;
	background-color:#99D3F0;
}
#footer a{
	color:#777;
	text-decoration:none;
}
#footer a:hover{
	color:#777;
	text-decoration:none;
}
#designer {
	color:#777;
	display:block;
	clear:both;
	margin:0;
	float:right;
}
.even {
	background-color:#CCCCCC;
}
.odd {
	background-color:#EEEEEE;
}
table.center {
	width:80%;
	margin-left:10%;
	margin-right:10%;
}
table.center td.wide150 {
	width:150px;
}
ul#menu{ 
	width: 100%;
	height: 43px;
	background: #99D3F0 url("images/menu-bg.gif") top left repeat-x; 
	font-size: 0.8em; 
	font-family: "Lucida Grande", Verdana, sans-serif; 
	font-weight: bold; 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
}
ul#menu li {
	display: block; 
	float: left; 
	margin: 0 0 0 5px; 
}
ul#menu li a { 
	height: 43px; 
	color: #777; 
	text-decoration: none; 
	display: block; 
	float: left; 
	line-height: 200%; 
	padding: 8px 15px 0; 
}
ul#menu li a:hover { 
	color: #333; 
}
ul#menu li a.current{ 
	color: #777; 
	background: #FFF url("images/current-bg.gif") top left repeat-x; 
	padding: 5px 15px 0; 
}
@media screen {
	html {
		height:100%;
		margin-bottom: 1px;
		font-family: "Lucida Grande", Verdana, sans-serif; 
	}
	#container {
		position:relative;
		min-width:760px;
		max-width:1000px;
		margin:0 auto;
		padding:0;
	}
}
