/** Styles for RedBottleDesign.com **/

/** Global overrides **/

body, html {
	background-color: #0d0d0d;
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 62.5%;
	font-size: 12px;
	line-height: 14px;
}

img,
a img {
	border: 0px none;
	text-decoration: none !important;
}

a, a:link {
	text-decoration: underline;
	color: #CCCCCC;
}
a:visited {
	color: #999999;
}
a:hover {
	color:#ffffff;
	text-decoration: none;
}
a:active {
}

h1, h2, h3 {
	margin: 0;
}
h1 {
	padding: 12px 3px 6px 3px;
	font-size: 22px;
	font-weight: bold;
}
h2 {
	padding: 8px 3px 6px 3px;
	font-size: 18px;
	font-weight: bold;
}
h3 {
	padding: 8px 3px 6px 3px;
	font-size: 16px;
	font-weight: bold;
}

.left {
	float: left;
}
.right {
	float: right;
}
.hide {
	display: none;
}

.gotonext {
position: absolute;
bottom: 10px;
right: 0;
}
.gotonext a {
display: block;
width: 256px;
height: 33px;
line-height: 32px;
padding-left: 15px;
background: url('../img/goto_bar.gif') top left no-repeat;
}

/** Header styles **/

#header {
	background: url('../img/header.jpg') top center no-repeat;
	height: 244px;
	overflow: hidden;
	width: 100%;
	min-width: 700px;
	position: relative;
}
#header a:focus {
	outline: none;
}

#header h1 {
	position: absolute;
	top: 10px;
	left: 50%;
	padding: 0;
	margin: 0;
	margin-left: -245px;
	text-indent: -9999px;
	z-index: 10;
}
#header h1 a {
	position: absolute;
	left: 0;
	top: 0;
	width: 480px;
	height: 90px;
	display: block;
}

#header h2,
#header h3 {
	display: none;
	padding: 0;
	margin: 0;
}

#header #header_client_login a {
	position: absolute;
	/*left: 673px;*/
	left: 50%;
	margin-left: 259px;
	top: 13px;
	height: 36px;
	width: 130px;
	background: url('../img/header_client_login.gif') top left no-repeat;
	text-indent: -9999px;
}
#header #header_client_login a:hover {
	background-position: bottom left;
}

#header ul, #header ul li {
	position: absolute;
	top: 0;
	left: 50%;
}
#header ul.menu li a {
	position: absolute;
	top: 123px;
	left: 0;
	height: 26px;
	display: block;
	text-indent: -9999px;
	background-image: url('../img/links.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

#header #btn_home a {
	/*left: 674px;*/
	margin-left: 289px;
	width: 67px;
}
#header #btn_home a:hover {
	background-position: 100% 0;
}
#header #btn_home.active a,
#header #btn_home a:focus {
	background-position: 100% -26px;
}
#header #btn_home.active a:hover,
#header #btn_home a:active {
	background-position: 100% -52px;
}

#header #btn_process a {
	/*left: 30px;*/
	margin-left: -355px;
	width: 84px;
}
#header #btn_process a:hover {
	background-position: -90px 0;
}
#header #btn_process.active a,
#header #btn_process a:focus {
	background-position: -90px -26px;
}
#header #btn_process.active a:hover,
#header #btn_process a:active {
	background-position: -90px -52px;
}

#header #btn_services a {
	/*left: 147px;*/
	margin-left: -238px;
	width: 89px;
	z-index: 300;
}
#header #btn_services a:hover {
	background-position: -174px 0;
}
#header #btn_services.active a,
#header #btn_services a:focus {
	background-position: -174px -26px;
}
#header #btn_services.active a:hover,
#header #btn_services a:active {
	background-position: -174px -52px;
}

#header #btn_about a {
	/*left: 271px;*/
	margin-left: -114px;
	width: 67px;
}
#header #btn_about a:hover {
	background-position: -263px 0;
}
#header #btn_about.active a,
#header #btn_about a:focus {
	background-position: -263px -26px;
}
#header #btn_about.active a:hover,
#header #btn_about a:active {
	background-position: -263px -52px;
}

#header #btn_contact a {
	/*left: 378px;*/
	margin-left: -7px;
	width: 79px;
}
#header #btn_contact a:hover {
	background-position: -330px 0;
}
#header #btn_contact.active a,
#header #btn_contact a:focus {
	background-position: -330px -26px;
}
#header #btn_contact.active a:hover,
#header #btn_contact a:active {
	background-position: -330px -52px;
}

#header_menu_text {
	position: absolute;
	top: 160px;
	left: 50%;
	background: url('../img/header_menu_bg.png') top center no-repeat;
	margin: 0 0 0 -362px;
	padding: 0;
	display: block;
	width: 724px;
	height: 47px;
	color: #101010;
	line-height: 16px;
	font-size: 10px;
}

#header_menu_text li {
	position: absolute;
	left: 10px;
	top: 14px;
	width: 704px;
	height: 27px;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: visible;
}
#header_menu_text h4 {
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	background: url('../img/header_menu_arrow.png') top left no-repeat;
	height: 8px;
	width: 15px;
	top: -19px;
	left: -20px;
	z-index: 100;
}
#header_menu_text a,
#header_menu_text a:link,
#header_menu_text a:visited {
	color: #2d2d2d;
	text-decoration: underline;
}
#header_menu_text a:hover {
	color: #050505;
	text-decoration: underline;
}
#header_menu_text .desc {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 2px solid #545454;
}
#header_menu_text_btn_process h4 {
	left: 30px;
}
#header_menu_text_btn_services h4 {
	left: 150px;
}
#header_menu_text_btn_about h4 {
	left: 265px;
}
#header_menu_text_btn_contact h4 {
	left: 378px;
}
#header_menu_text_btn_home h4 {
	left: 665px;
}

/** Footer styles **/

#footer {
	color: #4d4d4d;
	font-size: 11px;
	height: 50px;
	clear: both;
	padding-top: 14px;
}

#footer .container {
	width: 740px;
	padding: 4px 10px 8px 10px;
}

#footer a,
#footer a:link,
#footer a:visited {
	color: #4d4d4d;
	/*text-decoration: none;
	border-bottom: 1px solid #333;*/
}
#footer a:hover {
	color: #ccc;
	text-decoration: underline;
	/*text-decoration: none;
	border-bottom: 1px solid #888;*/
}

#footer .certified_did {
	padding-left: 62px;
	background: url('../img/certified_small.gif') 0 1px no-repeat;
	height: 15px;
	display: block;
}
#footer .certified_did:hover {
	background-position: bottom left;
}

/** Common classes **/

.left {
	float: left;
}
.right {
	float: right;
}
.pipe {
	color: #4d4d4d;
}

ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

/** layout styles **/

.container {
	width: 770px;
	position: relative;
	text-align: left;
	margin: 0 auto;
	overflow: visible;
}

.page {
	margin-top: -87px;
	width: 100%;
	overflow: hidden;
	position: relative;
}


/** Styles for Page: collapsed style **/

.page_collapsed {
	background: #0d0d0d url('../img/page_top.jpg') top center no-repeat;
	margin-top: -87px;
	overflow: auto;
	width: 100%;
	position: relative;
}
.page_collapsed:focus, .page_collapsed .window:focus { /** Fix Firefox display scrollbars bug when clicked **/
	outline: none;
}
.page_collapsed .container {
	padding-top: 18px;
	text-align: center;
	padding-bottom: 5px;
	background: url('../img/page_bottom.jpg') bottom center no-repeat;
	overflow: hidden;
}

.page_collapsed .navigation {
	height: 30px;
	width: 100%;
	overflow: hidden;
}

.page_collapsed .breadcrumb {
	color: #afafaf;
	float: left;
	font-size: 11px;
	padding-top: 4px;
	padding-left: 28px;
	padding-left: 32px;
	text-align: left;
}

.page_collapsed .sublinks {
	float: right;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
	padding-right: 16px;
	padding-right: 29px;
}
.page_collapsed .sublinks li {
	display: inline;
}
.page_collapsed .sublinks li a,
.page_collapsed .sublinks li a:link,
.page_collapsed .sublinks li a:visited {
	text-decoration: none;
	line-height: 26px;
	border: 7px solid #0d0d0d;
	border-width: 7px 12px;
	/*border-left: 10px solid #0d0d0d;
	border-right: 10px solid #0d0d0d;
	padding: 2px 4px 4px;
	display: block;
	float: left;*/
	color: #bbb;
}
.page_collapsed .sublinks li a:hover {
	text-decoration: underline;
}
.page_collapsed .sublinks li.active a {
	text-decoration: none;
	color: #eee;
	/*background: url('../img/sublink_bg.gif') bottom left repeat-x;*/
	/*background-color: #1f1f1f;
	border-color: #1f1f1f;*/
	background-color: #2a2a2a;
	border-color: #2a2a2a;
}

.page_collapsed .window {
	clear: both;
	width: 770px;
	overflow: hidden;
	margin: 5px auto;
	text-align: left;
	margin-top: 5px;
	position: relative;
}
.page_collapsed .window_clip {
	height: 340px;
}
.page_collapsed .window .jcarousel-panels {
	margin-left: 30px;
	top: 0px;
}
.page_collapsed .window_clip .jcarousel-panels {
	position: absolute;
}
.page_collapsed .window_clip .content-panel {
	margin-right: 35px;
	margin-left: 5px;
}


.page_collapsed .content-panel {
	height: 320px;
	width: 710px;
	background: url('../img/box_bg.gif') top left no-repeat;
	margin-bottom: 30px;
	position: relative;
	float: left;
}
.page_collapsed .content-panel-hidden {
	/*display: none;*/
}
.page_collapsed h3 {
	display: none;
}
.page_collapsed .inner {
	position: absolute;
	left: 270px;
	top: 90px;
	width: 400px;
}

/** jCarousel styles **/

/** left/right styles for jCarousel **/

.page_collapsed .goleft,
.page_collapsed .goright {
	position: absolute;
	top: 120px;
	left: 0px;
}
.page_collapsed .goright {
	left: 746px;
}
.page_collapsed .goleft a,
.page_collapsed .goright a {
	height: 170px;
	width: 24px;
	display: block;
	background-image: url('../img/arrows.gif');
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.page_collapsed .goleft a {
	background-position: 6px center;
}
.page_collapsed .goright a {
	background-position: -66px center;
}
.page_collapsed .goleft a:hover {
	background-position: -18px center;
}
.page_collapsed .goright a:hover {
	background-position: -42px center;
}
.page_collapsed .goleft a:focus,
.page_collapsed .goright a:focus {
	outline: none;
}



/** Styles for Page: home **/

#page_home .elegant_banner {
	background: url('../img/home_footer.jpg') top center no-repeat;
	clear: both;
	width: 770px;
	height: 92px;
	margin: 16px 0 10px 0;
	text-indent: -9999px;
}

#page_home .home_bg {
	background: url('../img/home_elegant_bg.jpg') top left;
	width: 770px;
	height: 312px;
	text-align: center;
}

#page_home h2 {
	padding-top: 30px;
	height: 20px;
}

#page_home #home_questions a {
	width: 240px;
	height: 250px;
	position: absolute;
	left: 12px;
	top: 50px;
	background-image: url('../img/home_elegant_bg.jpg');
	background-repeat: no-repeat;
	background-position: -12px -50px;
	display: block;
	text-decoration: none;
}
#page_home #home_questions a span {
	padding-top: 195px;
	display: block;
}
#page_home #home_questions .program a {
	left: 265px;
	background-position: -265px -50px;
}
#page_home #home_questions .something a {
	left: 515px;
	background-position: -515px -50px;
}
#page_home #home_questions a:hover {
	text-decoration: underline;
}
#page_home #home_questions .design a:hover {
	background-position: -12px -362px;
}
#page_home #home_questions .program a:hover {
	background-position: -265px -362px;
}
#page_home #home_questions .something a:hover {
	background-position: -515px -362px;
}


/** Styles for Page: services **/

#page_services {
	/*margin-top: -22px;*/
}
#page_services .content {
	background: url('../img/services_bg.gif') top center no-repeat;
	height: 333px;
	overflow: hidden;
	width: 100%;
}
#page_services .content .intro {
	padding-top: 30px;
	padding-left: 60px;
	width: 320px;
}
#page_services .content .services a {
	position: absolute;
	width: 321px;
	height: 139px;
	background: url('../img/service_bg_hover.gif') 0 0 no-repeat;
	text-decoration: none;
	padding-top: 10px;
	cursor: pointer;
}
#page_services .content .services a:hover {
	background-position: 0 -160px;
	text-decoration: none;
}
#page_services .content .services .h2 {
	display: block;
	text-indent: -9999px;
	width: 300px;
	height: 70px;
	margin-left: 20px;
	background-position: top left;
	background-repeat: no-repeat;
}
#page_services .content .services .desc {
	position: absolute;
	left: 35px;
	top: 70px;
	width: 270px;
	font-size: 10px;
}

#page_services .content .services .design a {
	left: 50px;
	top: 175px;
}
#page_services .content .services .programming a {
	top: 25px;
	left: 395px;
}
#page_services .content .services .consulting a {
	top: 175px; 
	left: 395px;
}
#page_services .content .services .design .h2,
#page_services .content .services .programming .h2,
#page_services .content .services .consulting .h2 {
	background-image: url('../img/service_bgs.png');
}
#page_services .content .services .design .h2 {
	background-position: 0 -140px;
}
#page_services .content .services .consulting .h2 {
	background-position: 0 -70px;
}

#page_services .specials {
	padding-top: 12px;
	padding-left: 10px;
}
#page_services .specials p {
	float: left;
	position: relative;
	width: 347px;
	margin: 0;
	margin-left: 18px;
	padding: 0;
}
#page_services .specials p a {
	width: 347px;
	height: 175px;
	display: block;
	background: url('../img/service_small_bg.gif') top left no-repeat;
	cursor: pointer;
}
#page_services .specials p a:hover {
	background-position: top right;
}
#page_services .specials p a span {
	display: block;
	width: 347px;
	height: 175px;
	text-indent: -9999px;
}
#page_services .specials .did span {
	background: url('../img/service_bg_did.gif') top left no-repeat;
}
#page_services .specials .rebranding span {
	background: url('../img/service_bg_rebranding.gif') top left no-repeat;
}


/** Styles for page: Contact **/

#page_contact .container {
	width: 714px;
	margin-top: 20px;
	padding-bottom: 30px;
}
#page_contact #contact_banner {
	float: left;
	height: 320px;
	width: 156px;
	display: block;
	text-indent: -9999px;
	background: url('../img/contact_mic.jpg') top left no-repeat;
}

#page_contact h3.header {
	text-indent: -9999px;
	height: 40px;
	display: block;
}
#page_contact .content {
	float: left;
	text-align: left;
	margin-left: 15px;
	width: 542px;
	background: #1f1f1f url('../img/contact_foot.gif') bottom left no-repeat;
}
#page_contact .content form {
	background: url('../img/contact_head.gif') top left no-repeat;
	padding: 10px 20px;
	width: 542px;
	overflow: hidden;
}
#page_contact .content div {
	overflow: hidden;
	width: 500px;
	float: left;
	clear: left;
	padding: 4px 0;
}
#page_contact .content div.optional {
	background: #2f2f2f;
	padding: 10px 0;
}
#page_contact .content div.text {
	padding: 15px 0;
	text-align: center;
}
#page_contact .content h5 {
	float: left;
	width: 180px;
	text-align: right;
	margin: 0;
	padding: 13px 0 10px 10px;
	clear: left;
}
#page_contact .content .left h5 {
	float: none;
	width: 100%;
	text-align: left;
	padding: 5px 0 0 5px;
}
#page_contact .content p,
#page_contact .content ul.p {
	float: right;
	width: 270px;
	padding: 10px 10px 4px 0;
	margin: 0;
}
#page_contact .content div.left p {
	float: none;
	width: 100%;
	padding: 0 0 8px 0;
}
#page_contact .content div.left {
	float: left;
	clear: none;
	width: 215px;
	padding-left: 20px;
	padding-bottom: 8px;
}
#page_contact .content div.left input {
	width: 175px;
}
#page_contact sup {
	color: #f66;
}
#page_contact sup {
	line-height: 0;
}
#page_contact div.required {
	border: 1px solid #d00;
}
#page_contact .ui-tabs-nav li {
}
#page_contact .ui-tabs-nav li a {
	padding: 0 10px 0 10px;
}
#page_contact .ui-tabs-nav li.active a {
	text-decoration: underline;
	color: #fff;
	font-weight: bold;
}
#page_contact .panel {
	width: 400px;
	float: left;
	clear: left;
}

/** Styles for page: About **/

#page_about #journey h3, #page_about #founders h3, #page_about #people h3 {
background: url('../img/about_bgs.jpg') top left no-repeat;
position: absolute;
top: 0;
left: 0;
height: 320px !important;
width: 195px;
display: block !important;
text-indent: -9999px;
padding: 0;
margin: 0;
}
#page_about #founders h3 {
background-position: 0 -320px;
}
#page_about #people h3 {
background-position: 0 -640px;
}
#page_about .content-panel .people-tabs {
position: absolute;
left: 30px;
top: 100px;
}
#page_about .content-panel .people-tabs li {
padding-bottom: 10px;
}
#page_about #people .people-tabs {
	top: 95px;
}
#page_about #people .people-tabs li {
	padding-bottom: 5px;
}
#page_about .content-panel .people-tabs li a {
height: 32px;
line-height: 32px;
display: block;
width: 150px;
padding-left: 20px;
font-weight: bold;
text-decoration: none;
color: #fff;
}
#page_about .content-panel .people-tabs li a:hover, 
#page_about .content-panel .people-tabs li.active a {
background: url('../img/select_name_arrow.png') top left no-repeat;
}
#page_about .content-panel .people-tab {
display: block;
width: 514px;
height: 266px;
position: absolute;
top: 6px;
left: 196px;
background: url('../img/select_a_name.gif') top left no-repeat;
}
#page_about .content-panel .people-tab-hidden {
display: none;
}
#page_about #founders #jesse, 
#page_about #founders #misha {
background-image: url('../img/founder_profiles.jpg');
}
#page_about #founders #misha {
background-position: bottom left;
}
#page_about #people .people-tab {
background-image: url('../img/profile_coming_soon.gif');
}
#page_about #people #peopleblank {
background-image: url('../img/select_a_name.gif');
}
#page_about .content-panel .people-tab p {
position: relative;
width: 270px;
padding-left: 14px;
margin: 0;
color: #ccc;
}
#page_about .content-panel .people-tab .name {
font-size: 14px;
font-weight: bold;
color: #fff;
padding-top: 28px;
}
#page_about .content-panel .people-tab .title {
font-size: 12px;
color: #ddd;
padding-top: 6px;
}
#page_about .content-panel .people-tab .quote {
padding: 24px 0 0px 48px;
width: 240px;
}
#page_about .content-panel .people-tab .desc {
padding-top: 20px;
}
#page_about #journey .inner {
height: 260px;
left: 220px;
width: 470px;
line-height: 20px;
position: absolute;
top: 18px;
}
#page_about #journey .inner p {
margin: 0;
padding: 8px 0;
}

/** Styles for page: Consulting **/

#page_consulting #about, #page_consulting #did {
	background-image: url('../img/consulting_bgs.jpg') !important;
}
#page_consulting #did {
	background-position: 0 -320px;
}
#page_consulting .content-panel .contactus a {
	position: absolute;
	left: 460px;
	top: 19px;
	font-size: 10px;
	height: 32px;
	line-height: 32px;
	padding: 0 4px;
	display: block;
}
#page_consulting #ecommerce .contactus a {
	left: 450px;
}
#page_consulting .content-panel .inner {
	top: 90px;
	left: 280px;
	width: 400px;
	position: absolute;
	line-height: 24px;
}
#page_consulting #about .inner {
	line-height: 20px;
}
#page_consulting #about ul.gotomenu {
	position: absolute;
	top: 200px;
	right: 0px;
}
#page_consulting #about ul.gotomenu a {
	height: 33px;
	width: 261px;
	display: block;
	background: url('../img/goto_bar.gif') top left no-repeat;
	line-height: 32px;
	padding-left: 10px;
	margin-top: 4px;
	color: #fff;
	font-weight: bold;
}

/** Styles for page: Design **/

#page_design #about, #page_design #web, #page_design #rebranding {
	background-image: url('../img/design_bgs.jpg') !important;
}
#page_design #web {
	background-position: 0 -320px !important;
}
#page_design #rebranding {
	background-position: 0 -640px !important;
}
#page_design .content-panel .contactus a {
	position: absolute;
	left: 460px;
	top: 19px;
	font-size: 10px;
	height: 32px;
	line-height: 32px;
	padding: 0 4px;
	display: block;
}
#page_design #ecommerce .contactus a {
	left: 450px;
}
#page_design .content-panel .inner {
	line-height: 24px;
}
#page_design #about ul.gotomenu {
	position: absolute;
	top: 200px;
	right: 0px;
}
#page_design #about ul.gotomenu a {
	height: 33px;
	width: 261px;
	display: block;
	background: url('../img/goto_bar.gif') top left no-repeat;
	line-height: 32px;
	padding-left: 10px;
	margin-top: 4px;
	color: #fff;
	font-weight: bold;
}
#page_design #about ul.gotomenu li {
	margin-bottom: 10px;
}
#page_design #about.content-panel .inner {
	left: 270px !important;
	top: 30px !important;
	width: 400px;
	line-height: 20px;
}
#page_design #rebranding .inner {
	left: 330px;
	line-height: 20px;
	width: 360px;
}

/** Styles for page: Coding **/

#page_coding #about, #page_coding #cms, #page_coding #ecommerce, #page_coding #custom {
	background-image: url('../img/coding_bgs.jpg') !important;
}
#page_coding #cms {
	background-position: 0 -320px !important;
}
#page_coding #ecommerce {
	background-position: 0 -640px !important;
}
#page_coding #custom {
	background-position: 0 -960px !important;
}
#page_coding .content-panel .contactus a {
	position: absolute;
	left: 460px;
	top: 19px;
	font-size: 10px;
	height: 32px;
	line-height: 32px;
	padding: 0 4px;
	display: block;
}
#page_coding #ecommerce .contactus a {
	left: 450px;
}
#page_coding #about ul.gotomenu {
	position: absolute;
	top: 200px;
	right: 0px;
}
#page_coding #about ul.gotomenu a {
	height: 33px;
	width: 261px;
	display: block;
	background: url('../img/goto_bar.gif') top left no-repeat;
	line-height: 32px;
	padding-left: 10px;
	margin-top: 4px;
	color: #fff;
	font-weight: bold;
}
#page_coding #about.content-panel .inner {
	top: 30px;
	line-height: 20px;
}
#page_coding #cms .inner {
	line-height: 20px;
}

/** Styles for page: Process **/

#page_process .content-panel {
	background: url('../img/process_bgs.jpg') top left no-repeat;
}
#page_process #design {
	background-position: 0 -320px;
}
#page_process #approve {
	background-position: 0 -640px;
}
#page_process #code {
	background-position: 0 -960px;
}
#page_process #enjoy {
	background-position: 0 -1280px;
}
#page_process .content-panel .inner {
	left: 260px;
	top: 120px;
	line-height: 24px;
}
#page_process .content-panel .inner p {
	padding-top: 10px;
}
#page_process .content-panel .menu {
	position: absolute;
	top: 10px;
	left: 40px;
}
#page_process .content-panel .menu li {
	float: left;
	margin-right: 30px;
}
#page_process .content-panel .menu li a {
	display: block;
	width: 100px;
	height: 80px;
	text-indent: -9999px;
}

/** Styles for page: 404 **/

#page_404 .container {
	padding-bottom: 30px;
}
#page_404 #contact_banner {
	background: url('../img/404_header.jpg') top left no-repeat;
	height: 320px;
	width: 214px;
	float: left;
	text-indent: -9999px;
	margin-top: 15px;
	margin-left: 30px;
}
#page_404 .content .header {
	text-indent: -9999px;
	height: 40px;
	display: block;
}
#page_404 .content div,
#page_404 .content p {
	padding: 4px 0;
}
#page_404 .content {
	margin-top: 15px;
	background: url('../img/404_bg.gif') top left no-repeat;
	width: 482px;
	height: 320px;
	float: left;
	margin-left: 14px;
}

/** Styles for page: Rates **/

#page_rates .container {
	padding-top: 30px;
}
#page_rates .content-panel {
	background: url('../img/rates_bg.jpg') top left no-repeat;
}
#page_rates .content-panel .inner {
	left: 280px;
}
#page_rates .content-panel .inner h5 {
	font-size: 16px;
	margin-top: 15px;
}
#page_rates .content-panel .inner div.left {
	width: 200px;
	font-size: 11px;
}
