/*------------------------------------------------------------
all heart cpr

version:	1.0
date:           4.19.08
author:		bro
email:		mike@broVizion.com
website:	www.broVizion.com

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
-------------------------------------------------------------*/

@import url('reset.css');
@import url('jquery.lightbox.css');

/* Color Branding
===============================================================
Blue: #1C3C4A
Red: #A92120
Creme: #FBF9EE
Dark Grey: #222222
===============================================================*/



/* General/HTML Elements
-------------------------------------------------------------*/
.floatleft {
	float: left;
}

.floatright {
	float: right;
}

img.floatleft {
	float: left;
	margin: 1em 1.2em 1.2em 0;
}

img.floatright {
	float: right;
	margin: 1em 0 1.2em 1.2em;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

.clearboth {
	clear: both;
}

.textaligncenter {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.error {
	background-color: #FF0000;
}
	
body { 
	text-align: center;
	margin: 0 auto 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	color: #000000;
	background: #222222 url(../images/page_tile.gif) top repeat-x;
}



/* Typography
-------------------------------------------------------------*/
p, li, td {
	text-align:left;
}

p {
}

li {
}



/* Headings
-------------------------------------------------------------*/
h1 {
	font-size: 180%;
	font-family: georgia;
	font-weight: normal;
	color: #A92120;
}

h2 {
	font-size: 150%;
	font-family: georgia;
	font-weight: normal;
	color: #222222;
}

h3 {
	font-family: georgia;
	font-size: 160%;
}

h4 {
	font-family: georgia;
	font-size: 140%;
	font-weight: bold;
}


/* Images
-------------------------------------------------------------*/

p img {
	float: right;
	margin: 0 4px 10px 10px;
}

/* Default Lists
-------------------------------------------------------------*/
ul {
	list-style: square;
}

ul li {
	list-style: square;
	list-style-position: outside;
	margin-left: 15px;
}

ol {
}

ol li {
	list-style-type: decimal;
	list-style-position: inside;
}





/* Layout
-------------------------------------------------------------*/
#wrapper {
	width: 860px;
	margin: 0 auto;
	text-align: left;
	background: #FBF9EE url(../images/wrapper_tile.gif) left top repeat-y;
}

#masthead {
	width: 590px;
	padding: 50px 0 0 270px;
	height: 70px;
	background: url(../images/masthead_bg.jpg) left top no-repeat;
}

#navigation {
	background: url(../images/sidebar_bg.jpg) left top no-repeat;
	width: 215px; /*changed from 125px*/
	min-height: 155px;
	padding: 100px 20px 0 30px; /*changed from 60px 20px 0 30px*/
	float: left;
}

#content {
	width: 545px;
	float: right;
	margin: 10px 0 0 0;
	padding-right: 35px;
}

#mastbottom {
	background: url(../images/mastbottom_bg.jpg) bottom no-repeat;
	width: inherit;
	height: 50px;
	padding: 0;
	clear: both;
}

#brobottom {
	width: 820px;
	padding: 0 40px 0 0;
	margin: 0 auto;
}



/* Advanced Styles (by area)
-------------------------------------------------------------*/
/*MASTHEAD
-------------*/
#masthead span {
	display: none;
}

#masthead a {
	display: block;
	border: none;
	width: 295px;
	height: 50px;
}

/*NAVIGATION
-------------*/

#navigation ul {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
	list-style-position: outside;
}

	#navigation ul li {
		list-style: none;
		text-indent: 0;
		padding: 0;
		width: 185px;
		float: left;
		clear: left;
	}

	#navigation li, #navigation li p, #navigation li p a {
		padding: 0;
		line-height: 14px; /*changed from 15px*/
		font-size: 11px;
	}

	#menu {
		margin: 0;
		padding: 0;
		height: 140px;
	}

	#navigation li.active, #navigation li:hover {
		text-indent: 0;
		list-style-type: square;
		list-style-image: url(../images/bullet_1.gif);
		list-style-position: outside;
	}

	#navigation li:hover {
		list-style-image: url(../images/bullet_0.gif);
	}

	#navigation li a {
		color: #AC2222;
		border: 0;
		font-size: 12px;
	}

	#navigation li p a {
		color: #1C3C4A;
	}

#navigation h3 {
	font-family: georgia;
	font-weight: normal;
	color: #1C3C4A;
	margin: 0 0 5px 15px;
}

#news li {
	margin-bottom: 10px;
}


/*CONTENT
-------------*/
#content h1 {
	margin: 0 0 .4em 0;
}

#content h2 {
	margin: 0 0 .3em 0;
}

#content p {
	margin: .2em 0 1em .1em;
}

#content ul {
	margin: 0 0 1em .3em;
}

#content .catalogblock h2 {
	cursor: pointer;
	border-bottom: 1px #efe0e0 solid;
}

	#content .catalogblock h2.clickactive, #content .catalogblock h2.hoveractive {
		color: #A92120;
	}

#content .catalogblock blockquote {
	margin: auto 5px;
	display: none;
}

.marked {
	background: #00FF00;
}


/* GALLERY
 * -------------*/

#gallery {
}

#gallery li {
	display: block;
	width: 100px;
	float: left;
	margin: 0;
	padding: 10px 25px 5px 0;
	text-indent: 0;
	list-style: none;
}

	#gallery li a {
		display: block;
		width: 100px;
		background: #F1ECBE;
		margin: 0;
		padding: 5px 5px 10px 5px;
	}

	#gallery li a:hover {
		border: 0;
		background: #DED9B0;
	}


/*MASTBOTTOM
-------------*/


/*BROBOTTOM
-------------*/
#brobottom p {
	text-align: right;
	font-size: 10px;
	color: #404040;
}


/* Default Links
-------------------------------------------------------------*/

a, a:visited {
	color: #AC2222;
	text-decoration: none;
}

a:hover, a:visited:hover {
	border-bottom: 1px #efe0e0 solid;
	text-decoration: none;
}



/* Advanced Links (by area)
-------------------------------------------------------------*/

#navigation li.active a {
	font-weight: bold;
}

#navigation li.active p a {
	font-weight: normal;
}

#navigation a {
	display: block;
}

#brobottom a {
	color: #444444;
}

	#brobottom a:hover {
		border: 0;
	}

	

/* Basic Tables
--------------------------------------------------------------*/

table {
	margin-bottom: 20px;
	width: 100%;
}

thead {
	color: #000000;
}

th {
	font-weight: bold;
	text-align: left;
	padding: 2px 5px;
	border-bottom: 1px #efe0e0 solid;
}

td {
	padding: 4px 5px 0;
}

caption {
	font-weight: bold;
}

.odd {
	background-color: #eeeeee;
}

.even {
	background-color: #ffffff;
}



/* Default Forms
--------------------------------------------------------------*/
legend {
	font-weight: bold;
}

label {
	display: block;
	float: left;
	width: 100px;
}

input {
	width: 420px;
	font-size: 11px;
}

select {
}

textarea{
	width: 420px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4;
}

input.submit, input.reset {
	width: auto;
}

input:focus, textarea:focus {
}



/* Advanced Forms
--------------------------------------------------------------*/
#contactform {
	margin-top: 10px;
}

label.error {
	float: none;
	width: auto;
	color: #AC2222;
	font-weight: bold;
	background: transparent;
}

input.error, textarea.error {
	background: #ffffff;
}

form .result {
	display: none;
}

form .loading {
	display: none;
}

form .submit {
	float: right;
	margin-right: 20px;
}


#phone {

	float: right;
	text-align: center;
	margin-right: 50px;
	margin-top: 20px;
}

#phone h2 {
	
	font-size: 22px;

}

#phone p {

	font-size: 28px;
	color: #A92120;

}

/* Misc
--------------------------------------------------------------*/



/* Print
--------------------------------------------------------------*/

