@charset "utf-8";
/** HTML tags **/
body {
	font-family: Tahoma, Geneva, sans-serifs;
	font-size: 11px;
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
	background-image: url(imgs/bd_bg_top.jpg);
	background-repeat: repeat-x;
	text-align: justify;
}
ul {}
h1 {
	color: #999;
	font-size:18px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	margin: 0px;
	line-height: 100%;
}
h2 {
	color: #999;
	font-size:16px;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
h3 {
	color: #999;
	font-size: 14px;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
h4 {
	color: #999;
	font-size:13px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
	margin:0 0 5px 0;
}
h5 {
	color: #999;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	margin: 0px;
}
/** links **/
a {
	color: #900;
	text-decoration: none;
	font-weight: bold;
}
a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #900;
}
a:hover {
	color: #ccc;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #ccc;
}
hr {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ccc;
}
table {
	width: 100%;
	border: 0px;
	padding: 0;
	margin: 0;
}
td {
	vertical-align: top;
	text-align: justify;
}
/** HTML tags - end **/

/** page layouts **/
#pgwrapper {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-image: url(imgs/hdr_default.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 300px;
	width: 780px;
}
#bd_frame_top {
	background-image: url(imgs/bd_frame_top.jpg);
	background-repeat: no-repeat;
	height: 8px;
	width: 780px;
	margin: 0;
	padding: 0;
}
#cnt_wrapper {
	width: 778px;
	height: auto;
	padding: 0;
	margin: 0;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#bx_nav_main {
	float: left;
	width: 180px;
	margin: 0;
	padding: 0;
}
#nav ul {
    list-style: none;
    margin: 0;
    padding: 30px 0 0 0;
}
#nav li a {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	background-color: #900;
	border-bottom: 1px solid #fff;
	width: 160px;
	display: block;
}
#nav li a:link, #nav li a:visited {
	color: #fff;
}
#nav li a:hover {
	color: #900;
	background-color: #ccc;
}
#nav li a:active{
	color:#fff;
}
#bx_description {
	padding-left: 10px;
}
#cnt {
	margin: 0;
	width: 580px;
	padding: 0 0 0 190px;
	text-align: justify;
}
#bd_frame_bttm {
	background-image: url(imgs/bd_frame_bttm.jpg);
	background-repeat: no-repeat;
	height: 12px;
	width: 780px;
}
#footer {
	width: 588px;
	padding-left: 190px;
	margin: 0;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	color: #999;
	text-align: left;
}

/** content styles - start **/
#txtAddr {
	margin: 0;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
}

#lbx {
	color: #fff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*** classes ***/
.txtRed {
	color: #900;
	font-weight: bold;
}

.prodImg {
	background-color:#fff;
	width:300px;
	border:1px solid #ccc;
	padding:10px;
}

/*** identifiers ***/

/** my.slide.css; **/
.pics {  
    height: 420px;  
    width: 560px;  
    padding: 0;  
    margin: 0;  
} 
.pics img {  
    padding: 0px;  
    border: 0px;  
    background-color: #eee;  
    width: 560px; 
    height: 420px; 
    top: 0; 
    left: 0 
}