/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

#textfield1 {
	width: 80px;
	padding: 3px 5px;
	border: 1px solid #CCCCCC;
	background: url(images/homepage19.gif) repeat-x left top;
}

#login {
	width: 105px;
	padding: 3px 5px;
	border: 1px solid #CCCCCC;
	background: url(images/homepage19.gif) repeat-x left top;
}

#textfield2 {
	width: 80px;
	padding: 3px 5px;
	border: 1px solid #CCCCCC;
	background: url(images/homepage19.gif) repeat-x left top;
}

#password {
	width: 50px;
	padding: 3px 5px;
	border: 1px solid #CCCCCC;
	background: url(images/homepage19.gif) repeat-x left top;
}

#textfield3 {
	width: 198px;
	padding: 3px 5px;
	border: 1px solid #CCCCCC;
	background: url(images/homepage19.gif) repeat-x left top;
}

#textfield4 {
	width: 200px;
	padding: 3px 5px;
	border: 1px solid #CCCCCC;
	background: url(images/homepage19.gif) repeat-x left top;
}

#select1 {
	width: 130px;
	height: 19px;
	border: 1px solid #CCCCCC;
	background: url(images/homepage19.gif) repeat-x left top;
}

#submit1 {
}

#submit2 {
	width: 73px;
	height: 22px;
	border: none;
	background: #759B02 url(images/homepage20.gif) no-repeat left top;
	font-weight: bold;
	color: #FFFFFF;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #3C3C3C;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
}

p, blockquote, ul, ol, dl {
	margin-top: 1px;
	margin-right: 3px;
	line-height: 1.3em;
	margin-bottom: 2em;
	text-align: justify;
}

.text1 {
	font-size: 13px;
	font-weight: bold;
}

.text2 {
	font-size: 11px;
	font-weight: bold;
}

.text3 {
	text-align: center;
	font-size: 10px;
	color: #6F7072;
}

.text4 {
	font-size: 10px;
}

.text5 {
	font-size: 13px;
	font-weight: bold;
	color: #990000;
}

/** LISTS */

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list1 li {
	margin-bottom: 7px;
	padding-left: 15px;
	background: url(images/homepage06.gif) no-repeat 1px 7px;
}

.list2 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list2 li {
	padding-left: 15px;
	background: url(images/homepage06.gif) no-repeat left center;
}

.list3 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list3 li {
	padding-left: 15px;
}

/** LINKS */

a {
	color: #404855;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

.linkactive {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

.link1:hover {
	text-decoration: underline;
}

.link2 {
	padding-left: 10px;
	background: url(images/homepage06.gif) no-repeat left center;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/homepage02.jpg) no-repeat left top; }
.bg2 { background: #9D0700 url(images/homepage03.gif) repeat-x left bottom; border: 1px solid #9D0700; }
.bg3 { background: url(images/homepage09.gif) repeat-y left top; }
.bg4 { background: url(images/homepage11.gif) repeat-x left top; }
.bg5 { background: url(images/subpage1_02.gif) repeat-y left top; }
.bg6 { background: #000000 url(images/homepage03.gif) repeat-x left bottom; border: 0px solid #000000; }
.bg7 { background: #000000; border: 2px; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 0px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 0px 0px 0px 15px;
}

.img3 {
	float: right;
	margin: 40px 10px 30px 40px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

/** Site Navi */
/* Top Navigation
 * --------------------------------------------------------------------- */

	
	#site_navigation ul {
		background-color: #111;
		list-style-type: none;
		margin-top: 29px;
		-moz-border-radius: .4em .4em .4em .4em;
		-webkit-border-top-left-radius: .4em;
		-webkit-border-top-right-radius: .4em;
		-webkit-border-bottom-left-radius: .4em;
		-webkit-border-bottom-right-radius: .4em;
		border: 1px solid #000;
		background-image: url(/images/site_navigation_bg.png);
		background-repeat: repeat-x;
		background-position: 0 50%;
		padding: 0 1em;
	}
		#site_navigation ul li {
			padding: 7px 0;
			float: left;
		}
			#site_navigation ul li a {
				padding: 8px 1em 8px 1em;
				color: #FFF;
				text-decoration: none;
				margin-right: 1px;
			}
			#site_navigation ul li a:hover {
				background-image: url(/images/site_navigation_bg-hover.png);
				background-repeat: repeat-x;
				background-position: 0 50%;
			}
			body#home #site_navigation ul li a.home,
			body#company #site_navigation ul li a.company,
			body#products #site_navigation ul li a.products,
			body#support #site_navigation ul li a.support,
			body#discuss #site_navigation ul li a.discuss,
			body#store #site_navigation ul li a.store,
			body#contact #site_navigation ul li a.contact
			{
				background-image: url(/images/site_navigation_bg-active.png);
				background-repeat: repeat-x;
				background-position: 0 50%;
			}
			

/* Clearfix
 * --------------------------------------------------------------------- */
 
	.clear_fix:after {
			content: "."; 
			display: block; 
			height: 0; 
			clear: both; 
			visibility: hidden;
	}
	 
	/* Hides from IE-mac \*/
	* html .clear_fix {height: 1%;}
	.clear_fix {display: block;}
	/* 
	
