/* CSS Document */

/******************** LAYOUT **************************/

body {
	font-family:	"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:			#6f80a1;
	font-size:		12px;
	line-height:	18px;
	padding:		0;
	margin:			0;
	text-align:		left;
	background-color: #f4f7f7;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
}

#main-wrapper {
	width:			964px;
	margin:			0 auto;
}

#header {
	width:			964px;
	height:			93px;
	background:		#65c8dd;
	margin:			9px 0 5px;
}

#logo {
	float:			left;
	margin:			11px 0 0 23px;	
}

#login {
	color:			#221743;
	font-size:		18px;
	float:			right;
	width:			310px;
	margin:			9px 15px;
}

#login table {
	margin-top:		8px;	
}

#login label {
	color:			#FFF;
	font-size:		14px;	
}

#login input {
	width:			159px;
	border:			1px solid #c8c8c8;
	padding:		2px 4px;
	height:			14px;	
	line-height:	14px;
	margin-bottom:	4px;
}

#navbar {
	width:			964px;
	height:			40px;
	list-style-type:none;
	margin:			0;
	padding:		0;
}

#navbar li {
	float:			left;
	display:		inline;
}

#navbar li a {
	display:		block;
	width:			138px;
	height:			0;
	padding-top:	40px;
	overflow:		hidden;
	background:		url(../images/nav-sprites.gif);	
}

#nav-home {
	background-position:0 0 !important;
}

#nav-home:hover, #nav-home-on {
	background-position:0 -40px !important;	
}

#nav-products {
	background-position:-138px 0 !important;
}

#nav-products:hover, #nav-products-on {
	background-position:-138px -40px !important;
}

#nav-services {
	background-position:-276px 0 !important;
}

#nav-services:hover, #nav-services-on {
	background-position:-276px -40px !important;
}

#nav-distributor {
	background-position:-414px 0 !important;
}

#nav-distributor:hover, #nav-distributor-on {
	background-position:-414px -40px !important;
}

#nav-gallery {
	width:			137px !important;
	background-position:-552px 0 !important;
}

#nav-gallery:hover, #nav-gallery-on {
	width:			137px !important;
	background-position:-552px -40px !important;
}

#nav-about {
	background-position:-690px 0 !important;
}

#nav-about:hover, #nav-about-on {
	background-position:-690px -40px !important;
}

#nav-contact {
	width:			137px !important;
	background-position:-828px 0 !important;
}

#nav-contact:hover, #nav-contact-on {
	width:			137px !important;
	background-position:-828px -40px !important;
}

#content {
	background:		#FFF;
	width:			914px;
	padding:		25px;
	margin-bottom:	5px;
}

#content p:last-child {
	margin-bottom:	0;	
}

#slideshow {
	float:			right;
	margin-left:	25px;
	width:			678px;
	height:			280px;	
}

#lower-section {
	width:			964px;
	background:		url(../images/content-bg.gif) repeat-y;	
	position:		relative;
	margin-bottom:	10px;
}

#left-col {
	float:			left;
	width:			194px;
	color:			#1D2C69;
}

#products {
	border-bottom:	6px solid #e5edef;
	padding:		15px;	
}

#products ul {
	margin-bottom:	16px;
}

#products ul:last-child {
	margin-bottom: 	0;	
}

#distributor {
	padding:		15px;	
}

#center-col {
	width:			519px;
	float:			left;
	margin:			0 5px;
}

#right-col {
	width:			211px;
	float:			right;
	padding:		15px;
	color:			#1D2C69;
}

#left-col a, #right-col a {
	color:			#1D2C69;	
}

#right-col h3 a, #left-col h3 a {
	color:			#221743;	
}

.sidebar-form label {
	color:			#1d2c69;
	font-size:		14px;
	display:		block;
}

#top-left {
	padding:		15px;
	border-right:	1px solid #c3eaee;
	border-bottom:	1px solid #c3eaee;
	color:			#1d2c69;
	font-size:		14px;	
}

#top-center {
	padding:		15px;
	border-right:	1px solid #c3eaee;
	border-bottom:	1px solid #c3eaee;
	color:			#1d2c69;
	font-size:		14px;		
}

#top-right {
	padding:		15px;
	border-bottom:	1px solid #c3eaee;	
	color:			#1d2c69;
	font-size:		14px;	
}

#bottom-left {
	padding:		15px;
	border-right:	1px solid #c3eaee;
	color:			#1d2c69;
	font-size:		14px;	
}

#bottom-center {
	padding:		15px;
	border-right:	1px solid #c3eaee;
	color:			#1d2c69;
	font-size:		14px;	
}

#bottom-right {
	padding:		15px;
	color:			#1d2c69;
	font-size:		14px;	
}

#company-info {
	width:			519px;
	background:		#65c8dd;
	color:			#FFF;
	font-size:		10px;
	text-align:		center;
	padding:		2px 0;
	border-top:		6px solid #e5edef;
	position:		absolute;
	bottom:			0;
	left:			199px;
}

.featuredproduct {
	padding:		15px;
	color:			#1d2c69;
	font-size:		14px;
	float:			left;
	width:			479px;
	height:			353px;
	position:		relative;
	
}

.productname {
	width:330px;
	text-align:center;
	position:absolute;
	top: 328px;
	left:96px;
}

.featuredproduct img {
	margin:0 5px;	
}

#footer {

}

/******************** STYLES **************************/

table {

}

a {
	color:			#1d2c69;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a img {
	border: 0 none;	
}

p, ol, ul {
	margin: 		0 0 18px 0;
}

.clear {
	clear:			both;	
}

.product-list {
	margin:			0;
	padding:		0;
	list-style-type:none;	
}

.product-list li {
	padding-left:	6px;	
}

.sidebar-field {
	width:			199px;	
	padding:		2px 5px;
	border:			1px solid #DDD;
	margin-bottom:	10px;
}

.title-box {
	font-size:		28px;
	background:		#1d2c69;
	padding:		5px 12px;	
	color:			#FFF;
	line-height:	32px;
}

.button, .button:hover {
	width:			211px;
	padding:		2px 5px !important;
	border:			0 none !important;
	display:		block;
	background:		url(../images/button-bg.gif) repeat-x scroll center center transparent;
	color:			#FFF !important;
	font-size:		14px;
	line-height:	19px;
	text-decoration:none;
	-moz-border-radius: 4px; /* FF1+ */
	-webkit-border-radius: 4px; /* Saf3-4 */
	border-radius: 	4px; /* Opera 10.5, IE 9, Saf5, Chrome */
	cursor:			pointer;
	text-align:		left;
}

.alttext1 {
	font-size:		15px;
}

.alttext2 {
	font-size:		18px;
}

.header1 {
	color:			#221743;
	font-size:		28px;
	font-weight:	bold;
	line-height:	32px;
}

.header2 {
	color:			#221743;
	font-size: 		20px;
	font-weight:	bold;
	line-height:	23px;
}

.header3 {
	color:			#221743;
	font-size:		16px;
	font-weight:	bold;
	line-height:	19px;
}

h1 {
	color:			#221743;
	font-size:		28px;
	font-weight:	bold;
	line-height:	32px;
	margin:			0 0 15px 0;
}

h2 {
	color:			#221743;
	font-size: 		20px;
	font-weight:	bold;
	line-height:	23px;
	margin:			0 0 8px 0;
}

h3 {
	color:			#221743;
	font-size:		16px;
	font-weight:	bold;
	line-height:	19px;
	margin:			0 0 3px 0;
}

.header1 a, .header2 a, .header3 a, h1 a, h2 a, h3 a {
	color:			#221743;
	text-decoration:none;
}

.header1 a:hover, .header2 a:hover, .header3 a:hover, h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration:underline;
}

.image_on_right {
	float:			right;
	margin-left:	20px;
	margin-bottom:	10px;
}

.image_on_left {
	float:			left;
	margin-right:	20px;
	margin-bottom:	10px;
}

.keywords {
	background-color:#EEEEEE;
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	padding:5px;
}

.sidebar-form label {
	display:		block;
	margin-bottom:	1px;
}

.sidebar-form .sidebar-field {
	margin-bottom:	10px;
}

/* Comments */

.commentContent {
	border-top:1px dotted #999999;
	padding-top:10px;
}

.commentInfo {
	padding-top:4px;
	padding-bottom:10px;
}

/* Calendar */

.cal_header {
	font-weight: bold;
	text-align: left;
	font-size: 14px;
}

.calendar {
	width:100%;
	border: 1px solid #DDDDDD;
	border-collapse: collapse;
}

.calendar td {
	border: 1px solid #DDDDDD;
	vertical-align: top; 
}

.calendar td.today {
	background-color:#FFFFCC;
}

.calendar td.other_day {
	background-color:#FFFFFF;
}

.dayofweek {
	background-color: #333333;
	color:#FFFFFF;
	font-size:13px;
	font-weight:normal;
	padding:2px;
}

.empty_day {
	background-color:#DDDDDD;
}

.highlight {
	background-color: #FFE7D0;
}

.day {
	background-color:#EEEEEE;
	font-size:11px;
	color:#4F4F45;	
	padding:2px;
}

.day_today {
	background-color:#DDDDDD;
	font-size:11px;
	color:#4F4F45;	
	padding:2px;
}

.day a, .day_today a {
	color:#4F4F45;
	text-decoration:none;
}

.calendar hr {
	border: none 0;
	height: 1px;
	border-top: 1px dotted #B9B9A2;
}

.gray {
	color:#CCCCCC;
}

.author {
	font-weight:normal;
}

.author a {
	color:#000000;
	text-decoration:none;
}

.author a:hover {
	text-decoration:underline;
}

.error {
	text-align:left;
	padding:6px;
	background-color:#FFFFCC;
	border:solid #FFCC33 2px;
}
