body {
	background: url(../img/bg.gif);
	margin-top: 20px;
}

#ruta
{
	width: 965px;
	background-color: #000;
	min-height: 600px;
	margin: auto;
}

.hr{
		border-top: 1px solid #de1f26;
		width: 550px;
		margin: 10px auto;
		padding: 0;
}

.right{
	float: right;
}

.shadow {
		-moz-box-shadow: 3px 3px 10px #333;
		-webkit-box-shadow: 3px 3px 10px #333;
		box-shadow: 3px 3px 10px #333;
		/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333');
	}

.menu{
	line-height: 20px;
}	

a
{
  color: #de1f26;
  text-decoration: underline;
}

a:hover
{
  text-decoration: none;
}
p{
	line-height: 18px;
	margin-top: 10px;
}

#bottom p{
	margin: 0;
	padding-bottom: 20px;
	text-align: center;
}

a
{
  color: #fff;
  text-decoration: none;
  margin: 0 10px 0 10px;
}

.down{
	vertical-align: bottom;
}

a:hover
{
	color:#de1f26;
}

a.active
{
	color:#de1f26;
}

.clear{
	clear: both;
}

/* meny */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#modernbricksmenu2{
padding: 0;
margin-bottom: 40px;
width: 100%;
border-top: 1px solid #de1f26; 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu2 ul{
margin: 0;
margin-left: 0; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu2 a{
float: left;
display: block;
font: 14px arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: black; 
border-top: 1px solid #000;
}

#modernbricksmenu2 a:hover{
background-color: #de1f26; 
color: white;
}

#modernbricksmenu2 #current a{ /*currently selected tab*/
background-color: #de1f26; 
color: white;
border-color: #de1f26; 
}

.center{
text-align: center;
}

.rmenu, .lmenu{
	width: 480px;
	float: left;
	margin-bottom: 20px;
	line-height: 25px;
}

.rmenu b, .lmenu b{
	text-transform: uppercase;
}

.rmenu h6, .lmenu h6{
color: #df0029;
}

/* FORMS */
*{ margin:0; padding:0;}
form,input,select,textarea{margin:0; padding:0; color:#ffffff;}

div.box {
margin:15px auto;
width:460px;
background:#222222;
position:relative;
border:1px solid #262626;
}

div.box h1 { 
color:#ffffff;
font-size:18px;
text-transform:uppercase;
padding:5px 0 5px 5px;
border-bottom:1px solid #161712;
border-top:1px solid #161712; 
}

div.box label {
width:100%;
display: block;
background:#1C1C1C;
border-top:1px solid #262626;
border-bottom:1px solid #161712;
padding:10px 0 10px 0;
}

div.box label span {
display: block;
color:#fff;
font-size:12px;
float:left;
width:120px;
text-align:right;
padding:5px 20px 0 0;
}

div.box .input_text {
padding: 5px 5px;
width:250px;
background:#262626;
border-bottom: 1px double #171717;
border-top: 1px double #171717;
border-left:1px double #333333;
border-right:1px double #333333;
}

div.box .message{
padding:7px 7px;
width:350px;
background:#262626;
border-bottom: 1px double #171717;
border-top: 1px double #171717;
border-left:1px double #333333;
border-right:1px double #333333;
overflow:hidden;
height:150px;
}

div.box .button
{
margin:0 0 10px 0;
padding:4px 7px;
background:#CC0000;
border:0px;
position: relative;
top:10px;
left:352px;
width:100px;
border-bottom: 1px double #660000;
border-top: 1px double #660000;
border-left:1px double #FF0033;
border-right:1px double #FF0033;
}
