*
{
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: normal;
}

html, body
{
	margin: 0;
	padding: 0;
	background: #EAE8E8;
}

body
{
	background: #EAE8E8;
	color: #444444;
}

.wrapper 
{
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0px;
}

h1 
{
	font-size: 18px;
	padding-left: 12px;
	margin: 10px 0px 0px 0px;
}

#logo 
{
	width: 100%;
	height: 100px;
	border-bottom: #BBBBBB 1px solid;
	background: white;
	text-align: center;
}

#logo a img 
{
	margin: 18px auto;
}

#menu 
{
	margin-top: 8px;
	float: left; 
	width: 322px;
	width: 322px;
}

#menu div.top
{
	width: 322px;
	height: 5px;
	background: #E9E9E9 url(../img/menu-top.png) no-repeat;	
}

#menu div.bottom
{
	width: 322px;
	height: 5px;
	background: #E9E9E9 url(../img/menu-bottom.png) no-repeat;	
}

#menu div.item
{
	width: 321px;
	height: 32px;
	line-height: 32px;
	padding-left: 50px;
	background: #E9E9E9 url(../img/menu-item.png) no-repeat;	
}

#menu div.item:hover
{
	background: #E9E9E9 url(../img/menu-item-mouseover.png) no-repeat;
}

#menu div a 
{
	color: #D8D8D8;
	text-decoration: none;
}

textarea#source, textarea#destination 
{
	width: 960px;
	height: 193px;
	border: 0px;
	background: #E9E9E9 url(../img/textarea.png) no-repeat;
	background-size: 960px 198px;
}

.actions div
{
	width: 785px;
	float: left;
}

.actions #fire-action 
{
	border: none;
	margin-top: 10px;
	float: right;
	width: 173px;
	height: 44px;
	background: #E9E9E9 url(../img/fire-action.png) no-repeat;
}

.actions div div.item
{
	width: 50%;
	float: left;
	font-size: 18px;
	margin: 10px 0px 0px 0px;
}

.actions div div.item input
{
	margin: 0px 10px 0px 12px;
    -webkit-appearance: none;
    border: none;
    width: 14px;
    height: 14px;
    background: url(../img/radio.png) left center no-repeat;
}
.actions div div.item input:checked
{
    background: url(../img/radio-checked.png) left center no-repeat;
}

.content div
{
	margin: 4px 0px 0px 12px;
}

.ad1 
{
	float: right;
	width: 600px;
	height: 265px;
	margin-top: 9px;
	/*background: #B8B6B6;*/
}

.ad2 
{
	margin: 20px 0px 0px 0px;
	height: 100px;
	/*background: #B8B6B6;*/
}

.footer
{
	width: 100%;
	height: 26px;
	margin-top: 10px;
	padding-top: 10px;
	background: white;
	border-top: #BBBBBB 1px solid;
	text-align: center;
}

#copyright
{
	font-size: 10px;
	text-align: center;
}

.center-image 
{
	text-align: center;
}