@charset "utf-8";
/* CSS Document */

H1{
	font-size: 18px;
	color: #666666;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0px;
}

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	background-color: #8CB4E8;
}
#contentarea {
	background-color: #FFFFFF;
	width: 770px;
	text-align: left;
	margin: 0px;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #656565;
	padding: 10px;
	vertical-align: top;
}
#contentarea a:link,#contentarea a:visited{
	color: #666666;
	text-decoration: underline;
}
#contentarea a:hover{
	color: #0099CC;
	text-decoration: none;
}
#nav {
	vertical-align: top;
	width: 105px;
	text-align: right;
	padding-top: 80px;
}

#footer {
	font-family: Tahoma, Verdana;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
}
#nav a:link, #nav a:visited{
	display: block;
	font-family: "Trebuchet MS", Tahoma;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 40px;
	padding-right: 8px;
	padding-bottom: 40px;
	font-weight: normal;
}
#nav a:hover{
	background-image: url(../images/nav_mover.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#nav .selected:link, #nav .selected:visited{
	display: block;
	font-family: "Trebuchet MS", Tahoma;
	font-size: 16px;
	color: #34489b;
	text-decoration: none;
	padding-top: 40px;
	padding-right: 8px;
	padding-bottom: 40px;
	font-weight: normal;
	background-image: url(../images/nav_selected.png);
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: middle;
}
#product .img{
	/*background-image: url(../images/img_bg.jpg);*/
	background-repeat: no-repeat;
	background-position: center center;
	padding: 25px;
	margin:25px;
}
#product .sdes{
	padding-top: 50px;
}
#product H2{
	text-transform: capitalize;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	color: #666666;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#product .more:link,#product .more:visited{
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #0066CC;
	text-decoration: none;
}
#product .more:hover{
	color: #FF6600;
	text-decoration: underline;
}
#loginbox{
	text-align: left;
	background-color: #eeeeee;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
#loginbox TD{
	padding: 5px;
}
#loginbox .head{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0066CC;
}
.grid td{
	padding: 5px;
	font-weight: bold;
}
.grid .head{
	background-color: #eeeeee;
	border: 2px solid #FFFFFF;
	padding: 5px;
}
.grid .head:hover{
	background-color: #FFFFCC;
	border: 2px solid #FF9900;
	color: #000000;
}
.grid .btn:link, .grid .btn:visited{
	background-color: #91D2FF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: capitalize;
	padding: 5px;
	margin: 5px;
	height: 15px;
	line-height: 15px;
	border: 1px solid #FFFFFF;
}
.grid .btn:hover{
	background-color: #0099FF;
}
.grid .comment{
	font-family: Tahoma, Verdana;
	font-weight: normal;
	font-size: 11px;
	border: 3px solid #CCCCCC;
	padding: 5px;
	background-color: #FFFFFF;
}
.grid TR{background-color: #eeeeee;}
.msg{
	background-color: #FFFFCC;
	width: 70%;
	text-align: left;
	border: 1px solid #FFCC00;
	background-image: url(../images/list_errors.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
}
.txt_welcome{
	font-family: Tahoma, Verdana;
	font-size: 14px;
	color: #bd7d00;
	font-weight: bold;
	margin: 5px;
}
.hotice:link, .hotice:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.hotice:hover{
	text-decoration: underline;
}