@CHARSET "UTF-8";

/**
 * n13 main by Nat
 * 
 * width = 780
 *
 * in a common template there are all fixed parameters, no color schemes.
 **/

* {
	margin: 0;
	padding: 0;
}

html {height: 100%;}

body {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	min-width:780px;
	position: relative;
}
 
body, table, input, fieldset, legend, select, taxtarea {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
 }

.header, .header_info, .footer, .main {
	width:780px;
	margin:auto;
}

.header {
	height:136px;
	text-align:right;
}
.header_name{
	padding-top:40px;
	margin-right:10px;
	height:90px;
	font-weight:bold;
	font-size:18px;
	padding-left:300px;
}

.header_info {
	height:46px;
	display:block;
}
.header_img {
	position:absolute;
	display:block;
	width:276px;
	height:132px;
	margin-top:2px;
	margin-left:57px;
	z-index:1;	
}
img.img_header_img {
	padding:0px;
	margin:0px;
}
.header_bottom {}

.footer {
	padding:0px;
	margin:0px;
	min-height:62px;
}
.footer_info {
	padding:0px 0px 0px 20px;
	display:block;
}
.footer_right {}
.footer_left {}

.footer_bottom {
	padding-top:10px;
	text-align:center;
}

img {
	border:none;
	margin:0px;
	padding:0px;
}

.main{}

.main:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.basic_middle {
	height:211px;
	width:780px;
}

.basic_content {
	text-align: left;
	margin:0px;
	padding:0px;
	display:block;
}

.basic_right_box {}

.basic_clear {
	clear:both;
	
}

/**
 * menu box
 */

.menu_line {}

.menu_box{
	padding:0px;
	margin:0px;
	display:block;
	height:46px;
}

ul.menu, li.menu {}

ul.menu{}

li.menu {}

table.menu {
	padding:0px;
	margin:0px;
	width:100%;
}

a.menu{
	text-decoration:none;
	float:left;
	cursour:pointer;
	font-weight:bold;
	padding:10px;
	height:42px;
	display:block;
}

a.menu:hover{}

img.menu {
	vertical-align: middle;
}



/***********************************************
 * content box
 */
ul.content {}
li.content {}
ul.box_content_ul {}
li.box_content_li {}

/**
 * INPUT, TEXTAREA, SELECT, OPTION
 */
input, textarea {}
select, option {}
.field200 {}
.field200u {}
input.button {}

/**
 * H1-H6
 */
h1 {
	font-size:16px;
}
h2 {}
h3 {
	padding-left:30px;
	margin-left:30px;
	font-weight:bold;
	height:20px;
}

/**
 * SPAN, P
 */

.gray {}
.silver{}
.gray_bold {}
.blue_bold{}

/**
 * DIV
 */

.box{}
.box_top {}
.box_bottom {}
.box_content{}
.list_box{}
.list_box_float{}

/**********************************
 * div with different attributes
 */
.div_m10{
	margin:10px 0px;
}

.div_p10{
	padding:10px 5px 0px 30px;
}

.div_p20p10j{
	padding:20px;
	padding-top:10px;
	text-align:justify;
}

.justify {
	text-align:justify;
}

/**********************************
 * div imgs
 */

.img_box{}
.img_button{}
.img_box_bottom{}


/**
 * A
 */
a.none {
	text-decoration:none;
	border:none;
}

a {
	font-weight:bold;
}
a:hover {}
a.dcs_link {}
a.dcs_link:hover {} 

#lalala { 
	margin:0; 
	width: 80px; 
	height: 80px; 
	background: yellow; 
	border: 1px solid black; 
	position: absolute; 
	float:left;
}



#contact_info_container p, #page_content_container p, #menu_container p {
	padding:10px 1px;
}
