html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset, a {
margin: 0;
padding: 0;
border: 0;
}

body {
	background-color: #efefef; 
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin-right: auto;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p {
	margin: 0 0 1em 0;
}

h1, h2 {
	color: #065687;
  line-height: 1em;
}
h1 {
  font-size: 1.7em;
  margin-bottom: .75em;
}
h2 {
  font-size: 1.2em;
  margin-bottom: .5em;
}

#page {
	background-color: White;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 151px;
	position: relative;
}
#header h1 {
	visibility: hidden;
}
#header .slogan {
	margin: 0px 20px;
	right: 0px;
	top: 55px;
	position: absolute;
	text-align: right;
	color: White;
	font-size: .9em;
	font-family: "Times New Roman", Times, serif;
	width: 275px;
	font-style: italic;
}
#header ul.tabs {
	margin: 0px 20px auto auto;
	padding: 3px;
	text-align: right;
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-weight: bold;
}
#header ul.tabs li {
	list-style: none;
	display: inline;
	padding: 3px 10px 3px 10px;
	margin: 0px;
	/*border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;*/
	color: White;
}
#header ul.tabs li.on {
	background-color: White;
	color: #747D62;
	padding-top: 5px;
	border-right: 1px solid #747D62;
	background-image: url(../images/tab_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#header ul.tabs li a {
	text-decoration: none;
  color: white;
}
#header ul.tabs li.on a {
	color: #065687;
}
#header ul.tabs li a:hover {
  color: black;
}




#header ul.top_links {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	text-align: right;
	position: absolute;
	top: 5px;
	right: 0px;
	font-size: .7em;
}
#header ul.top_links li {
	list-style: none;
	display: inline;
	padding: 1px 5px 0px 5px;
}
#header ul.top_links li a {
	text-decoration: none;
  color: #065687;
}
#header ul.top_links li a:hover {
	text-decoration: underline;
  color: #065687;
}
#header ul.top_links li.hilite {
	background-color: #F8F9F6;
  font-weight: bold;
}



#bod {
	background-color: white;
	position: relative;
	padding: 20px;
	line-height: 1.6em;
}



#col_nav {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 150px;
	background-image: url(../images/nav_bak.gif);
	background-position: top;
	background-repeat: repeat-x;
	min-height: 100px;
}
#col_nav p {
  font-size: .7em;
  padding: 10px;
  line-height: 1.3em;
}
#col_nav img {
  padding: 10px 10px 0 10px;
}
#col_nav ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold;
	text-align: left;
	line-height: 1.2em;
	padding: 10px;
	margin: 0px;
	color: #a1a88c;
}
#col_nav ul li {
	list-style: none;
	margin-bottom: 10px;
}
#col_nav ul li a {
	text-decoration: none;
  color: #a1a88c;
}
#col_nav ul li.on a {
	color: #065687;
}
#col_nav ul li a:hover {
  /*text-shadow:2px 2px 5px rgba(0,0,0,0.5);*/
	color: #73785C;
}
#col_nav ul li.on a:hover {
	color: black;
}





#col_main {
	width: 610px;
	/*margin-right: 10px;*/
	margin-left: 150px;
	background-color: white;
}
#col_main_wrap {
	padding: 10px;
	background-image: url(../images/bod_bak.gif);
	background-position: top;
	background-repeat: repeat-x;
	min-height: 100px;
}

#col_3 {
	background-color: #90EDEE;
	position: absolute;
	top: 10px;
	left: 490px;
	width: 100px;
}

.PicRight {
	float: right;
	margin-left: 10px;
	border: 4px solid #065687;
}

#Feature {
	font-size: .9em;
	line-height: 1.2em;
	padding: 10px;
	float: right;
	margin: 0 0 5px 10px;
	/*border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-right: 1px solid silver;*/
	border: 1px solid silver;
	background-color: #efefef;
	/*width: 200px;*/
	width: 252px;
}
#Feature h2 {
  font-size: 1.1em;
  margin: 0 0 6px 0;
}
#Feature img {
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
}
#Feature .prod_name {
	font-style: italic;
	font-weight: bold;
	margin: 2px 0 4px 0;
}
#Feature .descr {
	font-size: .75em;
}

#btm_wrap {
	/*border: 1px solid gray;*/
	padding-left: 20px;
	padding-right: 20px;
}

#btm_wrap .SampleLink {
	display: inline;
	float: left;
	/*border: 1px solid gray;*/
	width: 150px;
	background-color: #efefef;
	margin: 0px 11px 20px 11px;
	margin:11px;
	padding: 5px;
}
#btm_wrap .SampleLink .descr {
	font-size: .7em;
	clear: left;
	margin-top: 10px;
}


.dis {
  color: gray;
}

.PicLeft {
	float: left;
	margin-right: 5px;
}


.ProdRec .name {
	font-size: .9em;
	font-weight: bold;
	background-image: url(../images/item_bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 5px;
	/*position: relative;*/
}



.ProdList { 
  margin-bottom: 20px; 
  overflow: hidden; 
  line-height: 1.2em;
  /*border: 1px dotted red;*/
}

.ProdList p {
	margin: 3px 0 3px 0;
	font-size: .8em;
	/*border: 1px dotted red;*/
}

.ProdList .info {
  margin-left: 120px; 
}

.ProdList .info .name {
	margin-top: 0;
	font-size: .9em;
	font-weight: bold;
	background-image: url(../images/item_bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 5px;
}

.ProdList img { 
  float: left; 
	border: 4px solid #065687;
  }

.edit {
	background-color: #FAFAD2;
	padding: 2px 5px;
	border-top: 1px solid #DDDDB5;
	border-left: 1px solid #DDDDB5;
	border-bottom: 1px solid #BBBB93;
	border-right: 1px solid #BBBB93;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.edit a {
  text-decoration: none;
  color: black;
}
.edit a:hover {
  text-decoration: underline;
}



.ProdRec {
	border: 1px dotted red;
	overflow: hidden;
	padding: 10px 0;
	margin: 10px 0;
	line-height: 1.2em;
}

.ProdRec img {
	border: 4px solid #065687;
	float: left;
	margin: 0 10px 10px 0;
}

.ProdRec .info {
	/*border: 1px solid green;*/
	margin: 0 10px 20px 0;
}

.ProdRec .name {
	/*background-position: 268px;
	padding-left: 273px;*/
	margin-left: 268px;
}
.ProdRec .left {
	clear: left;
	margin-top: 10px;
	margin-left: 0;
}
#pic {
	border: 1px dotted red;
}

.ProdRec .descr  {
	font-size: .8em;
	margin-top: 5px;
}


#footer {
	position: absolute;
	bottom: 0px;
	background-color: Lime;
	text-align: center;
}

.footer, .push {
	height: 50px;
}

.smaller {
	font-size: .8em;
	font-weight: normal;
}
/*
table.form td {
	border: 1px dotted green;
}*/

table.form td.label {
	text-align: right;
	font-size: .8em;
	/*font-weight: bold;*/
	padding: 2px;
	vertical-align: top;
}

table.form td.data input {
	width: 400px;
	padding: 2px;
	border: 1px solid #efefef;
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
	font-size: .8em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

table.form td.data input.sm {
	width: auto;
	
}

table.form td.data input.money {
	width: 100px;
}
table.form td.data input.file {
	width: auto;
	vertical-align: top;
	border: 1px solid silver;
}
select {
	border: 1px solid #efefef;
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
	padding-left: 5px;
}

textarea.formdata {
	font-size: .8em;
	width: 400px;
	padding: 2px;
	border: none;
	border: 1px solid #efefef;
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

textarea.sm_height {
	height: 50px;
}

textarea.lg_height {
	height: 150px;
}

img.edit_pic {
	border: 4px solid #065687;
	margin-right: 5px;	
}

table.columns {
	font-size: .9em;
	border-collapse: collapse;
	border: 2px solid gray;
}
table.columns th{
	/*border: 1px solid gray;*/
	padding: 0 5px;
	color: white;
	background-color: gray;
}table.columns td{
	border: 1px solid gray;
	padding: 0 5px;
}

#prod_pic {
	background-color: #efefef;
	float: left;
	line-height: 1em;
	margin: 0 20px 0px 0;
	padding-bottom: 5px;
}
#prod_pic img {
	border: 4px solid #065687;
	margin: 0;
	padding: 0;
}
#prod_pic p.caption {
	font-size: .75em;
	margin: 0;
	padding: 3px 10px 3px 10px;
}


#prod_info .section {
	font-weight: bold;
	background-image: url(../images/item_bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 5px;
	margin-top: 20px;
	clear: left;
}

#prod_info .mLeft {
	margin-left:278px;
	margin-top: 0;
	clear: none;
}

#prod_info img {
	border: 2px solid #065687;
	width: 100px;
}

#prod_info img.add {
	border: 2px solid #065687;
	width: auto;
}

.pic_wrap {
	/*border: 1px solid gray;*/
	padding-left: 0;
	padding-right: 0;
}

.addPic {
	display: inline;
	float: left;
	margin: 0 5px 10px 0;
	line-height: 1em;
}

.hilite {
	background-color: #efefef;
}
