/* @override http://www.brinkersinteriordesign.com/wp-content/themes/brinkers/style.css */

/*
Theme Name: Brinker's Interior Deisgn
Description: New <a href="http://www.redrocketmg.com">website design</a> for Brinker's Interior Design. 
Version: 1.0
Author: Red Rocket Media Group
Author URI: http://www.redrocketmg.com/
*/



/* Begin Typography & Colors */
.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}
/* End Structure */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: disc;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


* {
	margin:0;
	padding:0;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a img {
	border:none;
}

body {
	text-align:center;
	background:url(/images/background-sub-repeat.jpg) repeat-x #B5A78D;
}

body.page.page-id-3 {
	text-align:center;
	background:url(/images/background-repeat.jpg) repeat-x #BCAE94;
}

.preload {
	display:none;
}

#container {
	position:relative;
	margin:19px auto 0 auto;
	width:1041px;
	text-align:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#302519;
}

#top {
	float:left;
	width:1041px;
	height:110px;
	background:url(/images/template-top.png) no-repeat;
}

#top-left {
	float:left;
	height:110px;
	width:500px;
}

#logo {
	float:left;
	width:390px;
	margin:25px 0 0 30px;
}

#top-right {
	float:right;
	height:110px;
	width:541px;
}

#quicklinks {
	float:right;
	height:30px;
	width:541px;
}

#quicklinks p {
	font-size:12px;
	color:#FFFFFF;
	text-transform:uppercase;
	padding:10px 0 0 90px;
	text-align:center;
}

#quicklinks a {
	color:#FFFFFF;
}

#call {
	float:right;
	width:323px;
	height:42px;
	margin:33px 60px 0 158px;
}

#rotating {
	float:left;
	width:1041px;
	height:262px;
}

#menu {
	float:left;
	margin:-27px 196px 0 195px;
	height:53px;
	width:650px;
}

/* @group Navigation */

#pixopoint_menu1 {
	float:left;
	width:650px;
	text-align:left;
}

/* @group Professional Design Button */

#pixopoint_menu1 li.page_item.page-item-1 a {
	width:190px;
	font-size:0px;
	color:#aa9986;
	min-height:53px;
	text-indent:-9009px;

}

#pixopoint_menu1 li.page_item.page-item-1 {
	background:url(/images/menu-design.png) no-repeat;
	width:190px;
}

#pixopoint_menu1 li.page_item.page-item-1:hover, #pixopoint_menu1 li.page_item.page-item-1.current_page_item a, #pixopoint_menu1 li.page_item.page-item-1.current_page_ancestor.current_page_parent, #pixopoint_menu1 li.page_item.page-item-1.current_page_ancestor{
	background:url(/images/menu-design-over.png) no-repeat;
}

#pixopoint_menu1 li.page_item.page-item-1 ul li a, li.page_item.page-item-1 ul li ul li a, #pixopoint_menu1 li.page_item.page-item-1.current_page_item ul li a, #pixopoint_menu1 li.page_item.page-item-1.current_page_item ul li ul li a {
	float:left;
    padding:10px 0;
	color:#4f4436;
	background:#aa9986;
	border-bottom:1px solid #000000;
	font-size:10px;
	width:190px;
	min-height:10px;
	height:10px;
	height:auto!important;
	text-indent:0;
	}

#pixopoint_menu1 li.page_item.page-item-1 ul.sf-menu li ul li {
	width:190px;
	min-height:10px; height:10px;
}
	
#pixopoint_menu1 li.page_item.page-item-1 ul li a:hover, li.page_item.page-item-1 ul li ul li a:hover {
	color:#4f4436;
	text-decoration:underline;
}


/* @end */

/* @group Installation Button */

#pixopoint_menu1 li.page_item.page-item-2 a {
	width:125px;
	font-size:0px;
	color:#aa9986;
	min-height:53px;
	text-indent:-9009px;
}

#pixopoint_menu1 li.page_item.page-item-2 {
	width:125px;
	background:url(/images/menu-installation.png) no-repeat;
}

#pixopoint_menu1 li.page_item.page-item-2:hover, #pixopoint_menu1 li.page_item.page-item-2.current_page_ancestor.current_page_parent, #pixopoint_menu1 li.page_item.page-item-2.current_page_ancestor, #pixopoint_menu1 li.page_item.page-item-2.current_page_item a {
	background:url(/images/menu-installation-over.png) no-repeat;
}

#pixopoint_menu1 li.page_item.page-item-2 ul li a, #pixopoint_menu1 li.page_item.page-item-2 ul li ul li a, #pixopoint_menu1 li.page_item.page-item-2.current_page_item ul li a, #pixopoint_menu1 li.page_item.page-item-2.current_page_item ul li ul li a {
	float:left;
    padding:10px 0;
	color:#4f4436;
	background:#aa9986;
	border-bottom:1px solid #000000;
	font-size:10px;
	width:125px;
	min-height:10px;
	height:10px;
	height:auto!important;
	text-indent:0;
}

#pixopoint_menu1 li.page_item.page-item-2 ul li a:hover, li.page_item.page-item-2 ul li ul li a:hover {
	color:#4f4436;
	text-decoration:underline;
}

/* @end */

/* @group Flooring Button */

#pixopoint_menu1 .page_item.page-item-3 a {
	width:108px;
	font-size:0px;
	color:#aa9986;
	min-height:53px;
	text-indent:-9009px;
}

#pixopoint_menu1 .page_item.page-item-3 {
	background:url(/images/menu-flooring.png) no-repeat;
	width:108px;
}

#pixopoint_menu1 .page_item.page-item-3:hover, #pixopoint_menu1 li.page_item.page-item-3.current_page_item a, #pixopoint_menu1 .page_item.page-item-3.current_page_ancestor.current_page_parent, #pixopoint_menu1 .page_item.page-item-3.current_page_ancestor {
	background:url(/images/menu-flooring-over.png) no-repeat;
}

#pixopoint_menu1 .page_item.page-item-3 ul li a, .page_item.page-item-3 ul li ul li a, #pixopoint_menu1 li.page_item.page-item-3.current_page_item ul li a, #pixopoint_menu1 li.page_item.page-item-3.current_page_item ul li ul li a {
	float:left;
    padding:10px 0;
	color:#4f4436;
	background:#aa9986;
	border-bottom:1px solid #000000;
	font-size:10px;
	width:108px;
	min-height:10px;
	height:10px;
	height:auto!important;
	text-indent:0;
}

#pixopoint_menu1 .page_item.page-item-3 ul li a:hover, .page_item.page-item-3 ul li ul li a:hover {
	color:#4f4436;
	text-decoration:underline;
}



/* @end */

/* @group Specials Button */

#pixopoint_menu1 .page_item.page-item-4 a {
	width:107px;
	font-size:0px;
	color:#aa9986;
	min-height:53px;
	text-indent:-9009px;
}

#pixopoint_menu1 .page_item.page-item-4 {
	background:url(/images/menu-specials.png) no-repeat;
	width:107px;
}

#pixopoint_menu1 .page_item.page-item-4:hover, #pixopoint_menu1 li.page_item.page-item-4.current_page_item a, #pixopoint_menu1 .page_item.page-item-4.current_page_ancestor.current_page_parent, #pixopoint_menu1 .page_item.page-item-4.current_page_ancestor {
	background:url(/images/menu-specials-over.png) no-repeat;
}

#pixopoint_menu1 .page_item.page-item-4 ul li a, #pixopoint_menu1 .page_item.page-item-4 ul li ul li a, #pixopoint_menu1 li.page_item.page-item-4.current_page_item ul li a, #pixopoint_menu1 li.page_item.page-item-4.current_page_item ul li ul li a {
	float:left;
    padding:10px 0;
	color:#4f4436;
	background:#aa9986;
	border-bottom:1px solid #000000;
	font-size:10px;
	width:107px;
	min-height:10px;
	height:10px;
	height:auto!important;
	text-indent:0;
}

#pixopoint_menu1 .page_item.page-item-4 ul li a:hover, .page_item.page-item-4 ul li ul li a:hover {
	color:#4f4436;
	text-decoration:underline;
}


/* @end */

/* @group Resources Button */

#pixopoint_menu1 .page_item.page-item-5 a {
	width:120px;
	font-size:0px;	
	color:#aa9986;
	min-height:53px;
	text-indent:-9009px;
}

#pixopoint_menu1 .page_item.page-item-5 {
	background:url(/images/menu-resources.png) no-repeat;
	width:120px;
}

#pixopoint_menu1 .page_item.page-item-5:hover, #pixopoint_menu1 li.page_item.page-item-5.current_page_item a, #pixopoint_menu1 .page_item.page-item-5.current_page_ancestor.current_page_parent, #pixopoint_menu1 .page_item.page-item-5.current_page_ancestor {
	background:url(/images/menu-resources-over.png) no-repeat;
}

#pixopoint_menu1 .page_item.page-item-5 ul li a, #pixopoint_menu1 .page_item.page-item-5 ul li ul li a, #pixopoint_menu1 li.page_item.page-item-5.current_page_item ul li a, #pixopoint_menu1 li.page_item.page-item-5.current_page_item ul li ul li a {
	float:left;
    padding:10px 0;
	color:#4f4436;
	background:#aa9986;
	border-bottom:1px solid #000000;
	font-size:10px;	
	width:120px;
	min-height:10px;
	height:10px;
	height:auto!important;
	text-indent:0;
}
	
#pixopoint_menu1 .page_item.page-item-5 ul li a:hover, .page_item.page-item-5 ul li ul li a:hover {
	color:#4f4436;
	text-decoration:underline;
}

/* @end */

li.pixo_search.pixo_right {
	display:none;
}

.sf-menu, .sf-menu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
    text-align:center;
}

.sf-menu a {
	display: block;
	color:#4f4436;
	font-size:8pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.sf-menu li { /* all list items */
	float: left;
	display:block;
	list-style:none;
}

.sf-menu li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	width:168px;
}

.sf-menu li ul a:hover, .sf-menu li ul a.sfHover {
	color:#4f4436;
	}

.sf-menu li ul li {
}

.sf-menu li ul ul { /* third-and-above-level lists */
	margin:0 0 0 88px;
}

.sf-menu li:hover ul ul, .sf-menu li:hover ul ul ul, .sf-menu li.sfHover ul ul, .sf-menu li.sfHover ul ul ul {
	left: -999em;
}

.sf-menu li:hover ul, .sf-menu li li:hover ul, .sf-menu li li li:hover ul, .sf-menu li.sfHover ul, .sf-menu li li.sfHover ul, .sf-menu li li li.sfHover ul { /* lists nested under hovered list items */
	left: auto;
}

/* end */

#main {
	float:left;
	width:1041px;
	height:200px;
	min-height:200px;
	height:auto!important;
	background:url(/images/template-repeat.png) repeat-y;
	margin:-25px 0 0 0;
}

#main-inside {
	float:left;
	width:1041px;
	height:50px;
	min-height:50px;
	height:auto!important;
	margin:65px 0 45px 0;
}

#main-left {
	float:left;
	margin:0 65px;
	width:911px;
	height:50px;
	min-height:50px;
	height:auto!important;
}

#main-left h1, #sub-right-inside h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:35px;
	color:#6d5f50;
	padding-bottom:20px;
}

#main-left h2, #sub-right-inside h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#605244;
	padding-bottom:20px;
}

#main-left h3, #sub-right-inside h3, #sub-left-text h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#605244;
	padding-bottom:20px;
}

#main-left p, #sub-right-inside p, #sub-left-text p {
	color:#302519;
	padding-bottom:17px;
	line-height:17px;
}

#main-left a, #sub-right-inside a, #sub-left-text a, #main-right-inside a {
	color:#505b6d;
}

#main-left hr, #sub-right-inside hr, #sub-left-text hr {
	color:#505b6d;
	background:#505b6d;
	height:1px;
	border:none;
	margin:20px 0;
}

#main-left ul, #sub-right-inside ul, #sub-left-text ul, #main-right-inside ul, #main-left ol, #sub-right-inside ol, #sub-left-text ol, #main-right-inside ol {
	color:#302519;
	padding:0 0 17px 30px;
	list-style:disc;
}

#main-right {
	float:right;
	width:341px;
	margin:0 10px 0 0;
	height:100px;
	min-height:100px;
	height:auto!important;
}

#main-right-inside {
	float:right;
	margin:10px 0 0 0;
	width:341px;
	height:100px;
	min-height:100px;
	height:auto!important;
	background:url(/images/home-specials-repeat.png) repeat-y;
}

#main-right-text {
	float:left;
	width:271px;
	margin:10px 20px 0 50px;
}

#main-right-text p {
	padding-bottom:17px;
}

#bottom {
	float:left;
	width:1041px;
	height:100px;
	min-height:100px;
	height:auto!important;
}

#bottom h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#FFFFFF;
	text-align:center;
	padding-bottom:20px
}

#bottom p {
	color:#302519;
	padding-bottom:17px;
	font-size:11px;
	line-height:17px;
	text-align:justify;
}

#bottom a {
	color:#505b6d;
}

#botom-about {
	float:left;
	margin:0 0 0 23px;
	width:340px;
	height:255px;
	min-height:255px;
	height:auto!important;
	background:url(/images/home-bottom-left.png) no-repeat;
}

#bottom-about-inside {
	float:left;
	margin:58px 0 0 78px;
	width:240px;
	height:200px;
	min-height:200px;
	height:auto!important;
}

#bottom-compare {
	float:left;
	width:316px;
	height:255px;
	min-height:255px;
	height:auto!important;
	background:url(/images/home-bottom-middle.png) no-repeat;
}

#bottom-compare-inside {
	float:left;
	width:250px;
	margin:58px 0 0 33px;
	height:220px;
	min-height:220px;
	height:auto!important;
}

#bottom-guarantee {
	float:left;
	width:339px;
	height:255px;
	min-height:255px;
	height:auto!important;
	background:url(/images/home-bottom-right.png) no-repeat;
}

#bottom-guarantee-inside {
	float:left;
	width:250px;
	margin:58px 0 0 33px;
	height:220px;
	min-height:220px;
	height:auto!important;
}

#footer {
	float:left;
	width:1041px;
	height:94px;
	min-height:94px;
	height:auto!important;
	background:url(/images/template-bottom.png) no-repeat;
}

#footer-inside {
	margin:59px 0 20px 0;
	width:1041px;
}

#footer-inside p {
	color:#302519;
	font-size:11px;
	text-align:center;
}

#footer-inside a {
	color:#505b6d;
}

#sub-main {
	float:left;
	width:1041px;
	height:200px;
	min-height:200px;
	height:auto!important;
	background:url(/images/template-repeat.png) repeat-y;
	padding:20px 0 0 0;
}

#sub-main-inside {
	float:left;
	width:1041px;
	height:200px;
	min-height:200px;
	height:auto!important;
}

#sub-left {
	float:left;
	width:387px;
	margin:0 10px 0 0;
	height:100px;
	min-height:100px;
	height:auto!important;
}

#sub-testimonials {
	float:left;
	margin:10px 0 0 0;
	width:387px;
	background:url(/images/sub-testimonials-bg.png) repeat-y;
	height:218px;
	min-height:218px;
	height:auto!important;
}

#sub-left-inside {
	float:left;
	margin:40px 0 0 19px;
	width:368px;
}

#sub-blog {
	float:left;
	margin:10px 0 0 0;
	width:387px;
	background:url(/images/sub-blog-bg.png) repeat-y;
	height:218px;
	min-height:218px;
	height:auto!important;
}

#sub-blog-inside {
	float:left;
	margin:40px 0 0 19px;
	width:368px;
}

#sub-left-text {
	float:left;
	width:268px;
	margin:40px 40px 0 60px;
}

#sub-left-text p {
	padding-bottom:10px;
}

#sub-left-text p.author, p.author {
	text-align:right;
	text-transform:uppercase;
	font-weight:bold;
	font-style:italic;
}

#sub-right {
	float:right;
	margin:0 25px 0 0;
	width:580px;
	height:100px;
	min-height:100px;
	height:auto!important;
}

#sub-menu {
	float:right;
	margin:-8px -40px 0 0;
	height:53px;
	width:650px;
}
.ie7 #sub-menu, .ie8 #sub-menu {
	float: left;
	margin: -8px 0px 0 -30px;
}
#sub-right-inside {
	float:right;
	margin:40px 20px 0 20px;
	width:530px;
	height:100px;
	min-height:100px;
	height:auto!important;
}