/* @group Layout */
* {
	margin: 0;
	padding: 0;
}
body {
	font: 62.5% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;	
	background: #000 url(../img/bg_grad.gif) repeat-x;
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	margin: 0;
	padding: 0;
}
html {
	margin-bottom: 0.1em;
}
/*.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
}*/
/* @group TOP, BOTTOM, middle */
#above {
	position: relative;
	height: 275px;
	width: 760px;
	margin: 0 auto;
}
#bottom {
	position: relative;
	width: 760px;
	margin: 0 auto;
}



/* @end */

/* @group About + Contact */

.content {
	float: left;
	position: relative;
	margin-top: 25px;
	width: 100%;
}


/* @end */

/* @group Useful Elements */
.fr {
}
.fl {
	float: left;
}
.w600 {
	width: 600px;
}
.mauto {
	margin: 0 auto;
}
.ml240 {
	margin-left: 240px;
}
.mb300 {
	padding-bottom: 300px;
}
/* @end */
#footer {
	clear: both;
	padding: 10px;
	margin-top: 25px;
}
#footer p {
	text-align: center;
	margin: 10px 0;
	color: #fff;
	font-size: 1.1em;
}
/* @group Logo */
.logo {
	position: relative;
	float: left;
	margin-left: 10px;
	margin-top: 25px;
}
.logotext {
	position: absolute;
	display: inline;
	top: 180px;
	left: 184px;
}
/* @end */


/* @end */

/* @group Type */
h1, h2, h3, h4, h5 {
	font-weight: normal;
	font-style: normal;
}
h1 {
	color: #bd1220;
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 10px;
}
p {
	color: #c4aaaa;
	font-size: 1.4em;
	line-height: 1.7em;
	margin-bottom: 15px;
	z-index: 1;
	text-align: justify;
	letter-spacing: 1px;
}
h2 {
	color: #efddde;
	font-size: 1.9em;
	line-height: 22px;
	margin-bottom: 10px;
	text-decoration: underline;
	letter-spacing: 1px;
}
p.red {
	color: #bd1220;
	font-size: 1.7em;
}
p.bigger {
	font-size: 2em;
}
.indent {
	margin-left: 5em;
}
.rindent {
	margin-right: 6em;
}
.lrindent {
	margin-left: 10em;
	margin-right: 10em;
}
.center {
	text-align: center;
}
.accounts {
	color: #c28587;
}
/* @end */
/* @group Links */
a:link,
a:visited {
	color: #a0a5af;
	border-bottom: 1px dotted #a0a5af;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: #bd1220;	
	border-bottom: 1px solid #bd1220;
}

/* @group UL Menu */
ul#menu {
	margin: 0 auto;
	width: 380px;
}
ul#menu li {
	display: inline;
	text-align: center;
	color: #fff;
	font-size: 1.8em;
	list-style-type: none;
	margin-right: 10px;
}
ul#menu li a, ul#menu li a:visited {
	text-decoration: none;
	color: #a0a5af;
	letter-spacing: 1px;
	border-bottom: 1px dotted #a0a5af;
}
ul#menu li a:hover {
	color: #bd1220;	
	border-bottom: 1px solid #bd1220;
}
ul#menu li a.current {
	text-decoration: none;
	color: #fff;
	letter-spacing: 1px;
	border-bottom: 1px dotted #fff;
}

/* @end */


/* @group UL BottomMenu */
ul#bottommenu {
	text-align: center;
}

ul#bottommenu li {
	display: inline;
	text-align: center;
	color: #fff;
	font-size: 1.1em;
	list-style-type: none;
	margin-right: 10px;	
	letter-spacing: 1px;
}
ul#bottommenu li a, ul#bottommenu li a:visited {
	text-decoration: none;
	color: #a0a5af;
	border-bottom: 1px dotted #a0a5af;
}
ul#bottommenu li a:hover {
	color: #bd1220;	
	border-bottom: 1px solid #bd1220;
}
ul#bottommenu li a.current {
	text-decoration: none;
	color: #fff;
	letter-spacing: 1px;
	border-bottom: 1px dotted #fff;
}

/* @end *//* @group Menu */
.menu {
	position: relative;
	width: 250px;
	z-index: 5;
}
.aboutbut {
	position: relative;
	width: 175px;
	margin-top: 0;
	height: 16px;
	margin-bottom: 10px;
}
.aboutbut a {
	display: block;
	width: 175px;
	background: url(../img/aboutbut.gif) no-repeat 0 0;
	text-decoration: none;
	height: 16px;
}
.aboutbut a:hover {
	background-position: 0 -16px;
}
.prodservbut {
	position: relative;
	width: 237px;
	margin-top: 0;
	height: 16px;
	margin-bottom: 10px;
}
.prodservbut a {
	display: block;
	width: 237px;
	background: url(../img/prodservbut.gif) no-repeat 0 0;
	text-decoration: none;
	height: 16px;
}
.prodservbut a:hover {
	background-position: 0 -16px;
}
.contactbut {
	position: relative;
	width: 116px;
	margin-top: 0;
	height: 16px;
}
.contactbut a {
	display: block;
	width: 116px;
	background: url(../img/contactbut.gif) no-repeat 0 0;
	text-decoration: none;
	height: 16px;
}
.contactbut a:hover {
	background-position: 0 -16px;
}
/* @end */

/* @group Toolbar */

ul#toolbar {
	list-style: none;
	position: fixed;
	top: 113px;
	left: 650px;
	text-align: right;
}
#toolbar li {
	width: 120px;
	margin-bottom: 5px;
}	
#toolbar li a {
	text-decoration: none;
	font-size: 1.6em;
	color: #bd1320;
	display: block;
	padding: 7px 7px 7px 15px;
}
#toolbar li a:hover {
	color: #000;
}
/* @end */

/* @group Sub Nav */
.sub_navigation {
	clear: both;
	text-align: right;
	padding: 0;
	font-size: 120%;
	position: relative;
}
.snpb20 {
	padding-bottom: 20px;
}
.snpb200 {
	padding-bottom: 200px;
}
.snpb310 {
	padding-bottom: 310px;
}
.sub_navigation a:link,
.sub_navigation a:visited {
	padding: 10px 10px 10px 30px;
	margin: 0 250px 0 0;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	text-transform: lowercase;
}
.sub_navigation a:hover,
.sub_navigation a:active {
	border-bottom: 1px solid #595441;
}


/* @end */
/* @end */
