@charset "utf-8";
/* CSS Document */

body {
	background: #E0E0E0; /* page background color */
	font: 14px Verdana, Tahoma, Arial, Geneva, sans-serif;
	color: #454545; /* body text color */
}
h1 {
	font-size: 14px;
	text-align: center;
}

a {
	color: #B01C1C; /* body link color */
}

#wrap {
	position: relative;
	background: #B01C1C; /* border color */
	width: 900px;
	left: 50%;
	margin-left: -450px;
	margin-top: 25px;
	margin-bottom: 25px;	
	text-align: left;
}
#content-wrap {
	position: relative;
	background: white; /* main content background color */
	clear: both;
	float: left;	
	width: 870px;	
	padding: 0; 			
	margin: 0px 13px 0px 13px;	
	display: inline;
	border-top: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	border-left: 2px solid #e5e5e5;
	border-right: 2px solid #e5e5e5;
}
#header {
	position: relative;
	background: white; /* header background color */
	width: 870px;	
	height: 100px;	
	padding: 0;	
	margin: 0px 13px 0px 13px;
	border-top: 2px solid #e5e5e5;
	border-left: 2px solid #e5e5e5;
	border-right: 2px solid #e5e5e5;
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: italic 20px monotype corsiva,cursive,Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1.5px;
	color: #454545;
	text-transform: none;
	text-decoration: none;
	text-align: center;
	
	/* change the values of top and right to adjust the position of the logo*/
	top: 15px; right: 50px;		
}

/* header-photo */
#header #header-photo {
	clear: both;
	position: absolute;
	top: 22px; left: 22px;		
}
#header #header-photo img {
	border: none;
	margin: 0; padding: 0;
} 

/* Navigation */
#nav {
	background: #B01C1C; /* border color */
	margin: 0; padding: 0;		
	height: 33px;
	border-bottom: 2px solid #e5e5e5;
}

#main {
	float: left;
	width: 844px;
	min-height: 400px;
	padding: 0; margin: 10px 10px 10px 10px;
	display: inline;	
}

/* mac hide \*/
* html #main{height:400px;}
/* end hide */

#contactrightside {
	float: right;
	width: 544px;
	padding: 0px; margin: 0px 0px 0px 0px;
}

#contactleftside {
	float: left;
	width: 300px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#productsrightside {
	float: right;
	width: 350px;
	padding: 0px; margin: 0px 0px 0px 0px;
}

#productsleftside {
	float: left;
	width: 494px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#servicessidebar {
	float: left;
	width: 200px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#services {
	float: right;
	width: 644px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

/* footer */
#footer-wrap {
	clear: both;
	width: 900px;
	text-align: left;
	padding: 0px; 
/*	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff; */
}
#footer-wrap a:hover {
	color: #000;	
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #C4C4C4;
	margin: 0px 13px 0px 13px; 
	width: 870px;
	min-height: 10px;
	padding: 10px 0px 10px 0px;
	text-align: left;
    font-size: 11px;
}
#footer-leftside {
	float: left;
	width: 500px;
	padding: 0px; margin: 0px 0px 0px 0px;
	text-align: left;
}
#footer-rightside {
	float: right;
	width: 300px;
	padding: 0px; margin: 0px 0px 0px 0px;
	text-align: right;
}
#footer-bottom  a {
	color: #C4C4C4; 
    text-decoration: none;
}

/* alignment classes */
.float-left  { float: left;
				padding-right: 15px;
				padding-top: 15px;
				padding-bottom: 15px;

}
.float-right { float: right;
				padding-left: 15px;
				padding-top: 15px;
				padding-bottom: 15px;
}
.align-left  { text-align: left; }
.align-right { text-align: right; }
