* {
	margin: 0;
	padding: 0;
	outline: none;
	border-spacing: 0;
	table-layout: fixed;
	text-decoration: none;
	list-style:none;
}
body {
	font: 11px arial, verdana, tahoma, helvetica, sans-serif;
	background: #333;
	color: #ccccdd;
}
a,a:visited {
	color: #959595;
	font-variant: small-caps;
	font-size: 12px;
	text-decoration: underline;
	text-transform: lowercase;
}
h1 {
	font: 17px georgia, arial, verdana, tahoma, helvetica, sans-serif;
	color: #ccccdd;
	letter-spacing: 1px;
	margin-left: 20px;
	margin-bottom: 20px;
	text-transform: lowercase;
}
h1:first-letter {
	text-transform: uppercase;
}
#wrap {
	width: 999px;
	margin: 0 auto;
	margin-top: 15px;
}
#subwrap {
	width: 800px;
	/*padding: 0 153px 0 153px;*/
	margin: 0 auto;
	margin-top: 0;
}
#nav {
	list-style: none;
	width: 248px;
	float: left;
	border-right: 2px solid #1d2738;
}
#nav li a,#nav li.subli a {
	text-decoration: none;
	color: #ccccdd;
	background: url('./images/arrow.png') transparent 5px center no-repeat;
	padding: 3px 5px 3px 20px;
	display: block;
	font-size: 12px;
	text-transform: uppercase !important;
	margin: 0 !important;
}
#nav li.subli {
	background-position: 10px center;
	padding: 3px 5px 3px 25px;
}
#nav li.subli a {
	margin: 0 !important;
}
#nav li a.selected,#nav li a.selected:hover {
	background-color: #1d2738;
}
#nav li a:hover {
	background-color: #171819;
}
#logo {
	background: url('./images/logo.png') #333 left center no-repeat;
	width: 999px;
	height: 50px;
	display: block;
	float: left;
	margin-left: 40px;
	padding-bottom: 15px;
}
#content {
	background: url('./images/bg-wrap-rep.png') transparent 0 504px repeat;
	width: 844px;
	margin: 0 auto;
	padding: 0 31px 20px 31px;
	
}
#content #form {
	width: 242px;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 100px;
}
#content #form input {
	width: 212px;
	border: none;
	background: url('./images/input.png') transparent no-repeat center center;
	font-size: 12px;
	color: #ccccdd;
	padding: 7px 15px 7px 15px;
}



#content #form2 input {
	width: 212px;
	border: none;
	background: url('./images/input.png') transparent no-repeat center center;
	font-size: 12px;
	color: #ccccdd;
	padding: 7px 15px 7px 15px;
}



#content #flags {
	background: url('./images/flags.png') no-repeat transparent center center;
	width: 192px;
	height: 23px;
	float: right;
	display: block;
	margin: 0 20px 0 0;
}
#content #flags #lt {
	width: 106px;
	height: 23px;
	float: left;
	display: block;
}
#content #flags #en {
	width: 86px;
	height: 23px;
	float: left;
	display: block;
}
#sidemenu {
	width: 500px;
	float: right;
	text-align: center;
}
#sidemenu input,#sidemenu select,#single input,#single select, #single2 input, #single2 select {
	width: 175px;
	border: none;
	background-color: #171819;
	color: #ccccdd;
	padding: 3px 5px 3px 5px;
	font: 12px arial, verdana, tahoma, helvetica, sans-serif;
	letter-spacing: 1px;
}

#single2 input{
	margin-bottom:5px;
	margin-right: 10px;
	background: url('./images/input.png') transparent no-repeat center center;
}

#sidemenu select {
	width: 185px;
}
.msg {
	margin-top: 25px;
	text-align: center;
}
.msg:before {
	content: '!';
	color: #444;
	margin-right: 5px;
	font-weight: bold;
}
#sublogos {
	width: 999px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding-left: 40px;
}
#sublogos #gracia {
	background: url('./images/gracia.png') transparent;
	width: 126px;
	height: 45px;
	display: block;
	float: left;
	margin-left: 20px;
}
#sublogos #beyond {
	background: url('./images/beyond.png') transparent;
	width: 95px;
	height: 45px;
	display: block;
	float: left;
	margin-left: 10px;
}
.button {
	background: url('./images/button.png') right center no-repeat transparent !important;
	padding: 8px 0 8px 0 !important;
	border: none !important;
	color: #666 !important;
	font-size: 9px !important;
	margin-top: 10px !important;
	cursor: pointer !important;
	width: 125px !important;
	text-transform: uppercase;
}

.button2 {
	background: none;
	padding: 8px 0 8px 0 !important;
	border-color: red; !important;
	color: red !important;
	font-size: 9px !important;
	margin-top: 10px !important;
	cursor: pointer !important;
	width: 200px !important;
	text-transform: uppercase;
}

#single {
	width: 400px;
	margin: 0 auto;
}
 
 #single2 {
	width: 600px;
	margin: 0 auto;
}
.sha {
	color: #555 !important;
}
#top {
	background: url('./images/bg-wrap.png') center center no-repeat transparent;
	width: 906px;
	height: 25px;
	margin: 0 auto;
}
#foot {
	background: url('./images/bg-wrap-bot.png') center center no-repeat transparent;
	width: 906px;
	height: 35px;
	display: block;
	clear: both;
	margin: 0 auto;
}
