* {margin: 0; padding: 0;}

html {
	background: #ffffff;
}

body {
  font-family: verdana;
  font-size: 12px;
  color: #4c4c4c;
  text-align: center;
}

a img {border: none}

/**********************************************/
/**** container
/**********************************************/
#container {
  width: 914px;
  margin: 0px auto;
  text-align: left;
}

/**********************************************/
/**** container_header
/**********************************************/
#container_header {
	width: 914px;
  height: 100px;
	border-bottom: 12px solid #000e8e;
	background: url('images/logo.gif') no-repeat center center;
}

#container_flash {
	padding: 12px;
}

/**********************************************/
/**** desktop
/**********************************************/
#desktop {
  padding: 12px;
	background: url('images/border_bg.gif') repeat-y center;
}
/**********************************************/
#home_content {
	padding: 0px 10px;
}

#desktop div.homecolumn {
	width: 190px;
	height: 460px;
	margin: 0px 5px;
	float: left;
}
/**********************************************/

#desktop div.bigadvert {
	width: 160px;
	height: 108px;
	padding: 15px;
	padding-top: 255px;
	background: no-repeat;
	cursor: pointer;
}

#desktop div.bigadvert div.caption {
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #7aab0d;
	font-size: 2.2em;
	font-weight: bold;
	border-bottom: 3px solid #7aab0d;
	background: url('images/bigadvert_bg.gif') no-repeat right center;
}

#desktop div.bigadvert div.description {
	height: 60px;
	overflow: hidden;
	font-size: 1.1em;
	line-height: 1.3em;
}

/**********************************************/
#desktop div.smalladvert {
	width: 150px;
	height: 41px;
	padding: 13px 20px;
	margin-top: 15px;
	background: url('images/smalladvert_bg.gif') no-repeat;
	cursor: pointer;
}

#desktop div.smalladvert div.caption {
	width: 120px;
	font-size: 1.5em;
	color: #ffffff;
}

/**********************************************/
/**** left_content
/**********************************************/
#left_content {
	width: 150px;
	padding-right: 15px;
	margin-right: 30px;
	float: left;
}
/**********************************************/
/**** left_menu
/**********************************************/
#left_menu {
}

#left_menu  ul {
	padding-left: 5px;
  list-style: none;
}

#left_menu li {
	padding: 4px 0px;
	font-size: 14px;
}


#left_menu a {
  display: block;
  color: #686868;
  text-decoration: none;
  font-weight: bold;
}

#left_menu a.selected1 {
	color: #000e8e;
}

/**********************************************/
/**** right_content
/**********************************************/
#right_content {
	width: 150px;
	padding-left: 15px;
	margin-left: 30px;
	float: right;
}

#right_content div.advert {
	margin-bottom: 10px;
}

#right_content div.advert_click {
	margin-bottom: 10px;
	cursor: pointer;
}
/**********************************************/
/**** footer
/**********************************************/
#footer {
  height: 18px;
  padding: 6px 10px;
	margin: 15px 0px;
  background: #000e8e;
  font-size: 13px;
  color: #ffffff;
	text-align: center;
}

#footer_left {
  width: 557px;
  float: left;
  text-align: left;
}

#footer_right {
  width: 175px;
  float: right;
  text-align: right;
}

#footer a {
  color: #ffffff;
  text-decoration: none;
}

#footer a:hover {
  color: #eeeeee;
}

/**********************************************/
/**** content
/**********************************************/
#content {
  width: 500px;
  float: left;
  font-size: 14px;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	margin: 0.2em 0em;
  color: #1b1d26;
	font-weight: normal;
}

#content h1 {font-size: 3em;}
#content h2 {font-size: 2.6em}
#content h3 {font-size: 2.2em}
#content h4 {font-size: 1.8em}
#content h5 {font-size: 1.4em}
#content h6 {font-size: 1em}

#content h1#caption {
  font-size: 3em;
  font-weight: normal;
	font-variant: small-caps;
}

#content p {
  margin-bottom: 10px;
	line-height: 1.5em;
}

#content blockquote {
  padding-left: 30px;
}

#content a {
  color: #000e8e;
  text-decoration: none;
}

#content a:hover {
  text-decoration: underline;
}

#content ol, #content ul {
  margin: 10px 0px;
  margin-left: 30px;
}

.hovertip {
  position: absolute;
  padding: 10px 13px;
  z-index: 2;
  max-width: 300px;

  color: #303030;
  background-color: #f2f2f2;
  border: 1px solid #a7a7a7;

  font-family: sans-serif;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
}

/**********************************************/
/**** comments
/**********************************************/
#comments {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #dddddd;
}

#comments div.caption {
  font-size: 1.8em;
  font-weight: normal;
	font-variant: small-caps;
}

#comments div.page_button {
	float: right;
	font-size: 12px;
}

#comments div.page_button a {
  margin: 0px;
  color: #000e8e;
  text-decoration: none;
}

#comments div.page_button a.selected {
  color: #00007c;
  font-size: 16px;
}

#table_contents {
  width: 100%;
  margin-bottom: 10px;
}

#table_contents tr.row1 {background-color: #e1d8ff;}
#table_contents tr.row2 {background-color: #e2e2e2;}

#table_contents td {
  padding: 5px;
  vertical-align: top;
}

#table_contents td.center {
  text-align: center;
  vertical-align: middle;
}

#table_contents div.comments_user {
  color: #00007c;
}

#table_contents div.comments_small {
  font-size: 10px;
  font-weight: bold;
}

#frm_comment label {
	margin-top: 5px;
	display: block;
}

#frm_comment textarea {
  width: 100%;
  height: 50px;
}

#frm_comment select {
  width: 100%;
}

#frm_comment .warning {
	font-size: 0.7em;
	color: #ff0000;
}

/**********************************************/
/**** shop_container
/**********************************************/
#shop_container div.box {
	margin: 30px 0px;
}

#shop_container img.boximage {
	padding: 1px;
	margin-right: 20px;
	border: 1px solid #000e8e;
	float: left;
}

#shop_container div.boxcaption {
	margin-bottom: 10px;
	font-size: 1.3em;
	font-weight: bold;
	font-variant: small-caps;
}

#shop_container div.boxcontent {
	margin-bottom: 20px;
}

#shop_container div.boxbuttons form {
	width: 160px;
	float: left;
}
/*****************************************/
/*****************************************/
/*****************************************/
div.clear {
  clear: both;
  height: 0px;
  font-size: 0px;
}