@import url(layout.css);
@import url(navigation.css);
@import url(modules.css);
@import url(shop.css);

* {
	padding: 0;
	margin: 0;	
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url("images/bg.png");
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size:0.75em;
	color:#fff;
	line-height:1.5;
	behavior: url("themes/rocking/ie6.htc");
}

h1 {
	width: 100%;
	float: left;
	color: #e7b312; 
	padding: 0px 0px 5px 0px; 
	margin: 0px 0px 10px 0px;
	font-family: 'dirty', Arial, Verdana, sans-serif; 
	font-size: 20pt;
	border-bottom: 1px solid #e7b312;
}
h2 {
	color: #e7b312;
}

h3 {
	color: #e7b312;
}

.side h3 {
	width: 200px;
	float: left;
	color: #e7b312;
	padding: 0;
	margin: 0;
	font-family: 'dirty', Arial, Verdana, sans-serif; 
}

h3 a {color: #e7b312}

a {font-family: Helvetica, Arial, Verdana, sans-serif; color: #e7b312; text-decoration: none; /*padding-left:18px;*/
	/*background:url(images/link_out_bg.gif) no-repeat;*/}
a:hover {font-family: Helvetica, Arial, Verdana, sans-serif; color: #BFBFBF;}
a.active {font-family: Helvetica, Arial, Verdana, sans-serif; color: #BFBFBF;}

hr {
	width: 200px;
	height: 1px;
	float: left;
	border: 0;
	background: #555555;
}

hr.yellow {
	width: 100%;
	height: 1px;
	float: left;
	border: 0;
	background: #E7B312;
}

p {
	width: 100%;
	height: auto !important;
	float: left;
}

p input {
	width: 296px;
	height: auto !important;
	float: left;
	border: 1px solid #171717;
	border-bottom: 1px solid #555555;
	background: #2A2A2A;
	color: #fff;
	padding: 2px;
	margin: 0px 2px 0px 0px;
}

p input:hover, p input:focus,p input:active {
	width: 296px;
	height: auto !important;
	float: left;
	border: 1px solid #e7b312;
	background: #2A2A2A;
	color: #fff;
	padding: 2px;
}

p select {
	width: 300px;
	height: auto !important;
	float: left;
	border: 1px solid #171717;
	border-bottom: 1px solid #555555;
	background: #2A2A2A;
	color: #fff;
	padding: 2px;
}

p select:hover, p select:active, p select:focus {
	width: 300px;
	height: auto !important;
	float: left;
	border: 1px solid #e7b312;
	background: #2A2A2A;
	color: #fff;
	padding: 2px;
}

p select option {background: #171717; }

p textarea {
	width: 300px;
	height: auto !important;
	float: left;
	border: 1px solid #555555;
	background: #2A2A2A;
	color: #fff;
}

p textarea:hover, textarea:active,  textarea:focus {
	width: 300px;
	height: auto !important;
	float: left;
	border: 1px solid #e7b312;
	background: #2A2A2A;
	color: #fff;
}

p input[type='submit'], p input[type='reset']{
	width: 100px;
	float: left;
	background-color: #2A2A2A;
	color: #fff;
	border: 1px solid #555555;
	padding: 2px;
}	

p input[type='submit']:hover, p input[type='reset']:hover, p input[type='submit']:active, p input[type='reset']:active, p input[type='submit']:focus, p input[type='reset']:focus {
	width: 100px;
	float: left;
	background-color: #2A2A2A;
	color: #fff;
	border: 1px solid #E7B312;
	padding: 2px;
}	

p input[type='radio']{
	width: 10px;
	height: auto !important;
	float: left;
	border: none !important;
	background: none;
	margin: 0px 5px 0px 0px;
}	


/* */

table.table img {border:0;}

table {float: left;}
