/* @override http://192.168.1.110:8888/bedbug/styles/main.css */

/*
Company:	Bed Bug
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background-color: #5d2c05;
}
body {
	font-family: Georgia, Times, serif;
}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	width: 900px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/hd-bkg.jpg) no-repeat 0 0 #fff;
	overflow: hidden;
}
div#hd p.phone {
	margin: 0;
	padding: 20px 10px 0 0;
	font-size: 189%;
	font-family: Georgia, Times, serif;
	color: #fff;
	float: right;
	display: inline;
}
div#hd h1 {
	width: 580px;
	margin: 0;
	padding: 50px 0 0 0;
	text-align: center;
	font-size: 153.9%;
	font-family: Georgia, Times, serif;
	color: #b5111b;
	font-weight: normal;
	float: right;
	display: inline;
}

.photoborder {
	margin-left: 18px;
	margin-bottom: 10px;
	border:1px solid #5d2c05; 
	float:right;
	padding:6px;
}
.leftphotoborder {
	border:1px solid #5d2c05; 
	padding:6px;
}
/* Body */
div#bd {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	overflow: hidden;
}
div#bd-btm {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/ft-bkg.gif) no-repeat 0 100% #b51118;
	overflow: hidden;
	padding: 10px 0;
}
div#bd-btm p.left {
	width: 600px;
	font-size: 138.5%;
	color: #fff;
	padding: 4px 0 0 0;
	margin: 0 0 0 20px;
	float: left;
	display: inline;
}
div#bd-btm p.right {
	width: 190px;
	color: #fff;
	font-size: 189%;
	margin: 0 20px 0 0;
	text-align: right;
	float: right;
	display: inline;
}

/* Footer */
div#ft {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 0;
	text-align: center;
	color: #fff;
}
div#ft p {
	font-size: 108%;
}
div#ft a.email {
	font-weight: bold;
}
div#ft a:link, div#ft a:visited {
	color: #fff;
	text-decoration: none;
}
div#ft a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 300px;
	height: 205px;
	text-indent: -9000px;
	margin: 20px 0 0 0;
	float: left;
	display: inline;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Side */
div.side {
	width: 270px;
	margin: 0 0 0 42px;
	padding: 20px 0 20px 0;
	color: #7e4300;
	text-align: center;
	float: left;
	display: inline;
}
div.side p.side-highlight {
	font-size: 123.1%;
	line-height: 140%;
}
div.side p.side-highlight span {
	color: #b5121b;
	font-weight: bold;
}

/* Main */
div.main {
	width: 510px;
	margin: 0 0 0 30px;
	padding: 20px 0 20px 0;
	float: left;
	display: inline;
}

/* Intro */
div.intro {
	background: url(../images/dog-looking.jpg) no-repeat 100% 0;
	min-height:211px;
	height:auto !important;
	height:211px;
	padding: 0 250px 0 0;
	margin: 0 0 30px 0;
}

/* Video */
div.video {
	margin: 0 0 15px 0;
}
/* @end */

/* @group Nav */
div#nav {
	width: 590px;
	padding: 62px 0 0 0;
	float: right;
	display: inline;
}
div#nav ul {
	margin: 0;
	padding: 0;
}
div#nav ul li {
	float: left;
	display: inline;
}
div#nav ul li a {
	display: block;
	padding: 2px 8px;
	font-size: 138.5%;
	font-family: Georgia, Times, serif;
	border-right: 1px solid #fff;
	line-height: 22px;
}
div#nav ul li.last a {
	border: none;
}
div#nav ul li a:link, div#nav ul li a:visited {
	color: #fff;
	text-decoration: none;
}
div#nav ul li a span.arrow {
	display: none;
}
div#nav ul li:hover a span.arrow, div#nav ul li.sfhover a span.arrow {
	display: block;
	width: 12px;
	height: 11px;
	background: url(../images/nav-drop-arrow.gif) no-repeat 0 0;
	position: absolute;
	z-index: 100;
	margin: -3px 0 0 10px;
}

/* Nav Drop Down */
div#nav ul ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	background-color: #b51118;
	border: 1px solid #fff;
	border-bottom: none;
}
div#nav ul 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 */
}
div#nav ul li ul li {
	background-image: none;
	height: 32px;
	float: none;
}
div#nav ul li ul li a {
	text-align: left;
	line-height: 32px;
	padding: 0 10px;
	margin: 0;
	font-size: 108%;
	display: block;
	font-weight: normal;
	white-space: nowrap;
	background-image: none!important;
	border-right: none;
	border-bottom: 1px solid #fff;
}
div#nav ul li:hover ul, div#nav ul li.sfhover ul {
	left: auto;
}
div#nav ul li ul a:hover {
	background-color: #5d2c05;
}
/* @end */

/* @group Default Headings */
div.main h1, div.intro h1 {
	font-size: 138.5%;
	margin: 0 0 2px 0;
	font-weight: normal;
	color: #b5111b;
}
div.main h2, div.intro h2 {
	font-size: 108%;
	margin: 0 0 2px 0;
	color: #b5111b;
}
/* @end */

/* @group Common Text Styles */
div.main {
	color: #5d2c05;
}
div.main p {
	font-size: 108%;
	line-height: 140%;
}
div.main ol {
	list-style-type: decimal;
}
div.main ul {
	list-style-type: square;
}
div.main li {
	margin-bottom:6px;
}
a.brown-btn {
	display: block!important;
	padding: 10px 0!important;
	font-size: 153.9%!important;
	background-color: #5d2c05!important;
	text-align: center!important;
}
a.brown-btn:link, a.brown-btn:visited {
	color: #fff!important;
	text-decoration: none!important;
}

/* Quote */
div.quote {
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid #5d2c05;
	border-bottom: 1px solid #5d2c05;
}
div.quote blockquote {
	margin: 0;
	padding: 0 10px 10px 10px;
}
div.quote a.brown-btn {
	font-size: 123.1%!important;
	margin: 0 15px;
}
/* @end */

/* @group Default Lists */
	
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #5d2c05;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */
