/*
Design copyright 2009, Perio, Inc.
*/


body {
	margin: 20px 0;
	background:url(images/webbg.gif);
	text-align: justify;
	font-family: "Trebuchet MS",Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666666;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #000044;
}

h3 {
	font-size: 120%;
	padding-top: .4em;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

a {
color:#000066
}

a:hover {
	text-decoration: none;
	color: #000044;
}


img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 10px 0px;
}

/* Menu */

#menu {
	width: 640px;
	height: 40px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 126px;
	height: 28px;
	padding: 12px 1px 0 1px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	background-image: url(images/img3.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#menu a:hover, #menu .active a {
	color: #000075;
}

/* Header */

#header {
	width: 755px;
	height: 50px;
	padding: 1px;
	border-top: 1px solid #000066;
	border-top: none;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#header * {
	text-transform: uppercase;
	text-decoration: none;	 
}

#header h1 {
	float: left;
	font-size: 2em;
}

#header h2 {
	float: right;
	padding-top:.25em;
	font-size: 1.6em;
}

#header-left {
	float:left;
	width: 455px;
	height:50px;
	line-height:50px;
	}
	
#header-right {
	float:right;
	width: 260px;
	height: 50px;
	background-image:url(images/barbasol_logo.gif);
	background-repeat:no-repeat;
	background-position:center;
}

/* Content */

#content {
	width: 755px;
	padding: 20px;
	border-top: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	background-image: url(images/contentbg.gif);
	background-repeat: no-repeat;
}

#colOne {
	float: left;
	width: 525px;
	height: 425px;
	padding-right:5px;
	overflow:auto;
}

#colTwo {
	float: right;
	width: 200px;
	height: 425px;
	overflow:auto;
}

#colTwo h2 {
	font-size: 1.6em;
	padding-top: .4em;
}

#colTwo h3 {
	font-size: 120%;
	padding-top: .6em;
	margin-top:.25em;
	margin-bottom:-1em;
}

#colTwo p {
	margin-top:.75em;
	margin-bottom:.75em;
	font-size:80%;
}
.colTwotop {
	font-size: 120%;
	font-weight: bold;
}

/* Footer */

#footer {
	text-align: center;
	font-size: smaller;
}
