/* @override 
	http://maxplayfit.com/css/main.css
	http://localhost:8888/css/main.css
*/

body {
	background-color: #464f58;
	font-family: Helvetica, Geneva, sans-serif;
}

a img {
	border: none;
}

h2 {
	margin: ;
}

h3 {
	font-size: 1.4em;
	border-bottom: 2px solid #1f2b53;
	width: 15em;
}

h1 {
	font-size: 1.4em;
	font-weight: bold;
}

#container {
	width: 800px;
	margin: 0 auto;
	background: #707e8e url(../img/sidebar_bg.png) repeat-y left;
}

#content {
	width: 435px;
	margin: 0 0 0 300px;
	padding: 10px 20px;
	font-size: ;
}

#content p{
	font-size: .8em;
	text-align: left;
	padding: .8em 0;
}

#content ul {
	font-size: .9em;
}

#content ul li {
	list-style: disc;
	list-style-position: inside;
	padding: .3em 0;
}

#content_pad {
	margin: 0 20px;
	padding: 20px 0;
}

/* @group sidebar */

#sidebar {
	width: 276px;
	background-color: #001d50;
	padding: 0 0 0 24px;
	float: left;
}

img#pat {
	padding: 5px 0;
	margin: 0 55px;
}

div#sidebar #blurbs_r div.blurb.round {
	padding: 0;
	margin: 0;
}

div#sidebar div#blurbs_r {
	width: 250px;
	padding: 0;
	
	margin: 20px 0;
}


/* @end */

.clear {
	clear: both;
}

.c_right {
	clear: right;
}

.c_left {
	clear: left;
}

.blurb {
	background: #fff;
	margin: 20px 10px 60px;
	padding: 1.5em;
}

.blurb p {
	text-align: left;
	font-size: .8em;
	padding: .3em 0;
	color: #333;
	margin:3px 20px;
}

.blurb p strong {
	font-weight: bold;
}

#blurbs_r {
	padding: 20px 0;
	width: 250px;

}

ul#products {
	margin-top: 10px;
}

ul#products li {
	font-size: 1.2em;
	list-style: none;
}

ul#products li a {
	color: #011c51;
	text-decoration: none;
}

ul#products li a:hover {
	text-decoration: underline;
}

/* @group contact */
div#contact_email {
	float: right;
	width: 200px;
}

div#contact_email h2 {
	font-size: 1em;
	font-weight: bold;
}


ul.contact {
	margin: 5px 30px;
}

ul.contact li {
	color: #333;
	padding: .3em 0;
}

ul.contact li.email {
	list-style-image: url(../img/icons/email.png);
}

ul.contact li.phone {
	list-style-image: url(../img/icons/phone.png);
}


/* @end */

/* @group header */

#header {
	background: #707e8e;
	padding-top: 20px;
	border-bottom: 4px solid #000;
	border-color: #1f2b53;
}

#header h2 {
	font-size: 25px;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	padding-right: 45px;
}

#header h1 {
	color: #001d50;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	float: left;
	position: relative;
	left: 30px;
}

/* @group sub
 */

#sub {
	height: 1.5em;
	background: #9f1213;
}

#sub ul {
	margin-left: 23px;
	padding-top: 4px;
	height: 1em;
	clear: both;
}

#sub ul li {
	float: left;
	padding: 0 .9em;
	font-size: 13px;
}

#sub ul li a {
	color: #fff;
	text-decoration: none;
}

#sub ul li a:hover {
	text-decoration: underline;
}



/* @end */

/* @group nav */

ul#nav {
	height: 30px;
	margin-left: 300px;
	margin-bottom:10px;
	border-top: 2px solid #464f58;
	border-bottom: 2px solid #464f58;
	border-left: 2px solid #464f58;
}

ul#nav li{
	float: left;
	height: 30px;
	text-transform: uppercase;
	display: inline;
	border-right: 2px solid #464f58;
	overflow: hidden;
}

ul#nav li a {
	width: auto;
	padding: 9px 1em 0 1em ;
	height: 21px;
	text-align: center;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #001d50;
	text-decoration: none;
	overflow: hidden;
}

ul#nav li a:hover {
	color: #060e28;
	background: #fff;
}

ul#nav li#products_button {
	width: 105px;
}

ul#nav li#new_button {
	width: 100px;
}

ul#nav li#gallery_button {
	width: 90px;
}

ul#nav li#news_button {
	width: 70px;
}

ul#nav li#contact_button {
	width: 120px;
}

/* @end */



/* @end */

/* @group slideshow */


#rotator
{
	margin: 20px 0 50px 15px;
	overflow: hidden;
	width: 410px;
	height: 575px;
}

#rotator img
{
	border: 0;
	width: 410px;
	height: 575px;
}

p
{
	text-align: center;
}

.news {
	margin: 20px 0;
}

.news h2 {
	font-weight: bold;
	font-size: 1.2em;
	color: #111;
}

.news p{
	color: #222;
}

/* @end */