/* CSS Document */
html {
	margin:0;
	padding:0;
}
body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:100%;
	background:url(images/bottom_bg.gif);
}
#container {
	width:100%;
	height:100%;
	background-image:url(images/top_bg.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}
#header {
	width:100%;
	height:50px;
	text-align:center;
	background-image:url(images/sm_logo.gif);
	background-repeat:no-repeat;
}
#header-home {
	width:100%;
	height:50px;
	text-align:center;
}

#upper {
	clear:both;
	width:100%;
	height:30%;
	min-height:150px;
	background-color:#FFFFFF;
	text-align:center;
}
#middle {
	width:100%;
	height:163px;
	background-image:url(images/middle_bg.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	text-align:center;
}
#lower {
	width:100%;
	height:30%;
	min-height:150px;
	background-color:#FFFFFF;
	text-align:center;
}
#footer {
	width:100%;
	height:42px;
}
#header ul, #header-home ul {
	padding:0;
	margin:0 auto;
	float:left;
	width:100%;
}
#header li, #header-home li {
	display:inline;
	padding:0;
}
#upper img {
	padding-left:3%;
}
#lower img {
	padding-left:1%;
}
h4 {
	text-align:center;
	font-size:120%;
	color:#ffd81e;
	padding-top:2px;
	margin-top:2px;
}
.smlogo{
	float:left;
	margin-top:-43px;
}
#content{
	background-image:url(images/bg_logo.gif);
	background-position:center;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	width:100%;
	height:85%;
	min-height:500px;
}
fieldset{
	padding:10px;
	width:70%;
	height:80%;
	margin: 0 auto;
	text-align:left;
	border:#ffd81e 2px solid;
}
legend{
	color:#2d78ff;
}
label{
	font-size:80%;
	width:20%;
	text-align:right;
	float:left;
	margin-right:5%;
	display:block;
}
.submit{
	text-align:center;
}
iframe {
	min-height:500px;
	height:100%;
}
#contacts{
	width:225px;
	float:right;
	text-align:center;
}
#contacts .sub{
	font-size:80%;
}
#contacts a{
	color:#000000;
	font-size:80%;
}
#contacts .address{
	font-weight:bold;
}
#content .services{
	color:#FFFFFF;
	border:#ffd81e 2px solid;
	background-image:url(images/bottom_bg.gif);
	font-size:90%;
	font-weight:bold;
	margin:15px;
	padding:10px;
}
.services li{
	list-style-image:url(images/check.gif);
	vertical-align:middle;
	margin-left:25px;
	line-height:220%;
}
#content .clear{
	clear:both;
}
#navlist{
	margin: 0;
	padding: 0 0 20px 20%;
	border-bottom: 2px solid #000;
}
#navlist ul, #navlist li{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#navlist a:link, #navlist a:visited{
	float: left;
	line-height: 20px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #000000;
}
#navlist a:link#current, #navlist a:visited#current, #navlist a:hover{
	border-bottom: 4px solid #000;
	padding-bottom: 2px;
	background: transparent;
	color: #ffd81e;
}
#navlist a:hover {
	color:#2d78ff;
}
#prod_list{
	float:left;
}
#prod_detail{

}
#prod_detail img{
	float:right;
}
#prod_info{

}
@media screen, print { 
	/* Turn off list bullets */
	ul.mktree  li {
		list-style: none;
		/*font-family:"Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
		color:#534741;*/
	}
	/* Control how "spaced out" the tree is */
	ul.mktree, ul.mktree ul , ul.mktree li {
		margin-left:10px;
		padding:0px;
	}
	/* Provide space for our own "bullet" inside the LI */
/*	ul.mktree  li .bullet {
		padding-left: 25px;
	}
*/	/* Show "bullets" in the links, depending on the class of the LI that the link's in */
/*	ul.mktree  li.liOpen .bullet {
		cursor: pointer;
		background: url(images/minus.gif)  center left no-repeat; 
	}
	ul.mktree  li.liClosed .bullet {
		cursor: pointer;
		background: url(images/plus.gif)   center left no-repeat;
	}
	ul.mktree  li.liBullet .bullet {
		cursor: default;
		background: url()   center left no-repeat;
	}
*/	/* Sublists are visible or not based on class of parent LI */
	ul.mktree  li.liOpen  ul {
		display: block;
	}
	ul.mktree  li.liClosed  ul {
		display: none;
	}
	/* Format menu items differently depending on what level of the tree they are in */
	ul.mktree  li {
		padding-bottom:10px;
		text-decoration:none;
		cursor: pointer;
	}
	ul.mktree  li ul li {
		/*font-size: 10pt;*/
		padding-bottom:15px;
		text-decoration:none;
	}
	ul.mktree  li ul li ul li {
		cursor:auto;
		font-size: 10pt;
		width:75%;
	}
	ul.mktree  li ul li ul li ul li {
		/*font-size: 6pt;*/
	}
}
