/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

html {overflow-y: scroll;}
body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	line-height:1.2;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	margin: 40px 20px 20px 20px;
	background-color: #000000;
/**	background-image: url('http://www.reluct.com/images/bg.jpg');
	background-repeat:no-repeat;
*/
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

div.hr {
  height: 15px;
  background: #fff url(hr1.gif) no-repeat scroll center;
}
div.hr hr {
  display: none;
}

.listright {	
	text-decoration:none;
	float:right;
	width:429px;
	height:85px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height:1.3;
	color: 999999;
	margin: 0 20px 0 0;
	list-style-position:inside;
	list-style-image: url('http://www.reluct.com/images/li.gif');
	
}

.list {	
	text-decoration:none;
	float:left;
	width:250px;
	height:85px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height:1.3;
	color: 999999;
	margin: 0 20px 0 0;
	list-style-position:inside;
	list-style-image: url('http://www.reluct.com/images/li.gif');
	
}

select {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #FFF;
	border: none;
	padding: 2px;
	margin: 2px;
	border-color: #FFF;
	background-color: #252525;
	
}

input {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #FFF;
	border: none;
	padding: 2px;
	margin: 2px;
	border-color: #FFF;
	background-color: #252525;
	
}

em {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #ffc9e3;
}

a:link {

	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-decoration: none;
	color: #999999;
}

a:visited {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #999999;
}

a:active {
	font-family: palatino, georgia, serif;
	text-decoration: none;
	color: 999999;
}
a:hover {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #ffc9e3;
}

a img { border: none; }

#menu {
    width: 1050px;
   	overflow: hidden;
	margin: auto;
	text-align:left;
}

#menu ul {	
	text-decoration:none;
	float:left;
	width:150px;
	height:85px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;	
	color: 999999;
	margin: 0 20px 0 0;
	list-style-position:inside;
	list-style-image: url('http://www.reluct.com/images/li.gif');
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #202020;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #202020;
	
}

#menu ul li.section-title {
margin: 12px 0 4px 0;
font-family: Helvetica, Arial, Verdana, sans-serif;
color: #ffc9e3;
list-style-type:none;
list-style-image:none;
font-weight: bold;
}

#content {
    width:1050px;
    margin: auto;
    text-align:left;
}

.container {
    padding: 10px 10px 10px 10px;
}

#content p { width: 650px; margin-bottom: 12px; }

p {
    margin: 0 0 9px 0;
}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }