@font-face {
    font-family: Oswald;
    src: url('Oswald.woff') format('woff')
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
    color: #222;
    padding-top: 15px;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 13px;
    line-height: 1.4;
    background: #2e4555 url('/images/background1.jpg') center top no-repeat fixed;
}

a {
  color: #387fb0;
  text-decoration: underline;
}

a:hover, a:focus {
  color: #24cab3;
  text-decoration: none;
}

a:focus {
  outline: none;
}
.rxfra_landscape {
    width: 960px;
    margin: 0 auto;
    display: block;
}
.rxfra_topitem {
    height: auto;
    padding: 20px 0;
    background: #2e4555;
    display: block;
}
.rxfra_logo {
    float: left;
    padding-left: 10px;
}

#search {
  border: 1px solid #ddd;
  background: #fff;
  text-align: left;
  padding: 6px 6px 6px 6px;
  float: right;
  margin-right:10px;
  min-width:200px;
}

#search #s {
  background: none;
  color: #666;
  border: 0;
  width: calc(100% - 16px);
  padding: 0;
  margin: 0;
  outline: none;
  float:left;
}
.rxfra_topmenu {
    padding: 0;
    position: relative;
    height: 44px;
    background: #263b4a;
    z-index: 400;
}
.rxfra_topmenu ul {
  min-width: 160px;
}
.rxfra_topmenu ul li {
    float: left;
    position: relative;
	 margin: 0;
    padding: 0;
    list-style: none;
	 list-style-type: none;
    line-height: 1.0;
}
.rxfra_topmenu ul li a {
  color: #fff;
  padding: 16px 15px 15px 15px;
  text-decoration: none;
  font-family: 'Oswald', Sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;
  display: block;
}

.rxfra_topmenu ul li a:hover {
  color: #fff;
  outline: 0;
  background: #24cab3;
}
.rxfra_mainitem {
    padding: 15px;
    background: #fff;
}
.rxfra_leftitem {
    overflow: hidden;
    float: left;
    width: 615px;
}
.rxfra_leftitem h1 {
    color: #263b4a;
    margin: 0 0 10px 0;
    padding: 0;
    font-family: 'Oswald', Sans-serif;
    font-size: 19px;
    line-height: 26px;
    font-weight: normal;
}
.rxfra_way {	color: #999;
}
.rxfra_way a {
	color: #999;
}
.rxfra_leftitem p {	margin: 10px 0;
}
.rxfra_leftitem ul,.rxfra_leftitem ol  {
	margin: 10px 0 10px 20px;
}
.rxfra_leftitem li  {
	margin: 5px 0;
}
.rxfra_leftitem img {
	max-width:100%;
	height:auto;
}
.rxfra_leftitem table {
	width:auto;
}
.rxfra_rightitem {
    overflow: hidden;
    float: left;
    width: 300px;
    margin-left: 15px;
}
.rxfra_rightitem h2 {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    font-family: 'Oswald', Sans-serif;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    background: #2e4555;
    border-left: 3px solid #24cab3;
    margin: 0 0 10px 0;
    padding: 10px;
}
.rxfra_rightitem ul {
    list-style: none outside none;
    margin: 0px;
    padding: 0px;
}
.rxfra_rightitem ul li {
    background: url('images/widget-list.png') no-repeat scroll left 2px top 7px transparent;
    margin: 6px 0px 2px;
    padding: 0px 0px 3px 12px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    font-weight: 200;
}
.rxfra_rightitem ul li a {
    color: #111111;
    text-decoration: none;
}
.rxfra_rightitem ul li a.current {
    color: #198575;
    text-decoration: none;
}
.rxfra_lastitem {
    color: #fff;
    background: #1b3141;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 15px;
}