body {
	margin:0;
	/*background: rgb(6, 6, 6);*/
	background-color: rgb(29, 32, 36);
	color:#C9CED4;
	font-family:'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	line-height:1.4em;
}

@font-face {
	font-family: Delicious;
	src: url('font/Delicious-Roman.otf');
}

a {
	color:#C9CED4;
	text-decoration:none;
}

.lighter {
	font-family:'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.talic {
	font-style:italic;
}

.bigger {
	font-size:1.5em;
}
.smaller {
	font-size:.8em;
}
.even_smaller {
	font-size:.7em;
}

/************
** Layout ***
************/

#top_bar {
	width:100%;
	height:10px;
	background:#111;
	border-bottom:1px solid #707882;
}

.container {
	width:700px;
	margin:0 auto;
	position:relative;
	padding:0px;
	border-left:1px solid rgb(101,108,117);
	border-right:1px solid rgb(101,108,117);
}

#content {
	margin-top:70px;
	border-top:1px solid rgb(101,108,117);
	border-bottom:1px solid rgb(101,108,117);
	clear:both;
}

#header {
	width:670px;
	border-bottom:1px solid rgb(101,108,117);
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgb(88,94,102)), to(rgb(35,38,41)));
	background-image:-moz-linear-gradient(top,rgb(88,94,102), rgb(35,38,41));
	padding:15px;
	margin:0;
	text-shadow:0px -1px 1px rgb(17,17,17);
}
#main {
	width:660px;
	padding:20px;
	position:relative;	
}

#footer {
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	clear:both;
	font-size:.9em;
	border-top:1px solid rgb(101,108,117);
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgb(88,94,102)), to(rgb(29,32,36)));
	background-image:-moz-linear-gradient(top,rgb(88,94,102), rgb(29,32,36));
	text-shadow:0px -1px 1px rgb(17,17,17);
}

.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}

/************
** Head/Foot*
************/

#logo {
	margin:10px;
	margin-left:0;
	font-size:2em;
	font-weight:normal;
	float:left;
}
#logo .dark {
	/*font-weight:bold;*/
	font-family: Arial, Helvetica, sans-serif;
}
#header .right {
	margin:4px;
	margin-top:10px;
	font-size:1.3em;
}

#nav {
	position:absolute;
	right:0;
	top:0;
}
#nav ul {
	list-style:none;
	margin:5px;
	margin-top:0;
}
#nav ul li {
	float:left;
	display:block;
	padding:5px;
	padding-top:8px;
}

#nav ul li.selected {
	background:url(images/carrot.png) no-repeat top center;
}


#nav ul li a {
	color:#C9CED4;
	text-decoration:none;
}

#nav ul li a:hover {
	text-decoration:none;
	border-bottom:1px solid #C9CED4;
}

#footer a {
	color:#C9CED4;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:none;
	border-bottom:1px solid #C9CED4;
}

.r_left {
	width:235px;
	padding-right:15px;
}
.r_right {
	width:410px;
	padding-top:35px;
}

.rfp_cat {
	font-size:1.1em;
	margin-bottom:15px;
}
.rfp_prompt {
	font-size:.8em;
	margin-bottom:15px;
}

.rfp_cat a:hover {
	text-decoration:underline;
}

#reset_box {
	border:1px solid #C9CED4;
	border-bottom:0;
	position:absolute;
	bottom:0;
	left:240px;
	padding:3px 10px;
	font-size:.9em;
}
#reset_box a:hover {
	text-decoration:underline;
}

.summary {
	float:left;
	clear:none;
	width:300px;
	margin-top:10px;
	margin-bottom:10px;
}

.summary span.rfp_prompt {
	font-style:italic;
}

.border {
	width:100%;
	height:1px;
	border-bottom:1px solid #707882;
	margin-bottom:20px;
	margin-top:20px;
}


.c_mess {
	padding:7px;
	margin-bottom:30px;
}

label                       { width: 170px; display: block; float:left; clear:both; padding-top:8px; font-size:.9em;}

input {
	padding: 5px;
	width: 225px;
	font-family: Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 0px 0px 10px 0px;
	border: 1px solid #707882;
	background:#eee;
	float:left; clear:none;
}

input[type="checkbox"] {
	width:20px;
}
textarea {
	font-size:1em;
	padding: 5px;
	font-family: Helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
	border: 1px solid #707882;
	background:#eee;
	float:left; clear:none;
}

input.error, textarea.error {
	border: 2px solid #990000;
}

input:focus {
	border: 1px solid #595e6f;
	color:#000;
}

input.submit-button {
	cursor:pointer;
	width: 135px;
	float:right;
	margin-right:3px;
}

input.submit-button:hover {
	border: 1px solid #595e6f;
}

.rowElem 
label.error                 { float: none; font-style: italic; color: red;
                              position: absolute; top: 20px; left: 0; 
                              font-size: 12px; }

.rowElem                    { position: relative; clear: both; min-height: 35px; }

.thanks {
	width:100%;
	text-align:center;
	font-size:1.4em;
	line-height:1.4em;
}

#req-cc {
	margin-top:5px;
}