@charset "utf-8";
@import url("rounded.css");
@import url("products.css");
/* CSS Document */


body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image:url(../images/bg.jpg);
	background-position:50% 0%;
	background-repeat:no-repeat;
	background-color:#eae9e9;
	margin:0px;
	padding:0px;
}

h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
}

#innerwrapper {
	margin:0 auto;
	width:800px;
	background:none;
	
}

#outerwrapper {
	margin:0 auto;
	padding:0px;
	width:860px;
}

#headerwrapper .header {
	height:200px;
	background: #36619d url(../images/header.jpg) top center no-repeat;
	
}

#headerwrapper .header .menuwrapper {
	width:805px;
	margin:0 auto;
}

#headerwrapper .header .menu {
	width:400px;
	float:right;
	text-align:right;
	margin-top:177px;
}

#headerwrapper .header .menu a {
	text-decoration:none;
	display:inline;
	color:#CCC;
	font-size:65%;
	text-transform:uppercase;
	font-weight:bolder;
	padding:2px 5px;
	margin:0px 1px;
	background:#313D57;
}

#headerwrapper .header .menu a:hover {
	background:#069;
}



#content {
	padding:10px 30px 30px 30px;
	
	background-image:url(../images/contentbg.jpg);
	background-position:top center;
	background-repeat:no-repeat;

}

#content h1 {
	font-size:120%;
	margin:7px 10px 8px 10px;
	padding:0px;
	border-bottom:1px dotted #666;
	color:#666;
}


#content h2 {
	font-size:130%;
	margin:7px 10px 8px 10px;
	padding:0px;
	border-bottom:1px dotted #666;
	color:#666;
}

#content p {
	font-size:70%;
	color:#000;
	letter-spacing:.03em;
	padding:0px 10px;
	margin:5px 0px 10px 0px;
}

#content a {
	color:#000;
	text-decoration:none;
}

#content a:hover {
	text-decoration:none;
}

#content .left {
	width:224px;
	height:450px;
	float:left;
	background-image:url(../images/left.gif);
	background-position:top center;
	background-repeat:no-repeat;
}

#content .middle {
	float:left;
	width:224px;
	height:450px;
	margin-left:30px;
		background-image:url(../images/middle.gif);
	background-position:top center;
	background-repeat:no-repeat;
}

#content .right {
	float:left;
	height:450px;
	margin-left:30px;
	width:224px;
		background-image:url(../images/right.gif);
	background-position:top center;
	background-repeat:no-repeat;
}

#content2wrapper {
	background:#0c2460;
	margin:0px;
	padding:0px;
	clear:both;
}

.content2 {
	width:800px;
	margin:0 auto;
	padding-bottom:5px;
}

.content2 a {
	color:#CCC;
	text-decoration:none;
	cursor:text;
}


.content2 h1.sml { color:#fff; padding:0px; margin:0px 0px 0px 0px; font-size:85%; cursor:text; font-weight:normal;}

.content2 p {
	color:#FFFFFF;
	padding:0px;
	margin:0 0 20px 0;
	font-size:85%;
	cursor:text;
}

.content2 .nomarg {margin:0px; padding:0px;}

.content3 {

	height:450px;
}


#bottomimg {
	height:20px;
	position:absolute;
	z-index:0;
	background:url(../images/bottomlip.gif) bottom left repeat-x;
	left: 0px;
	top: 670px;
	width: 100%;
}

#links {
	background:#0c2460;
	height:370px;
	width:100%;
	background-image:url(../images/linkbg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	padding-right:20px;
}

#links .lbox {
	width:917px;
	height:233px;
	margin:0 auto;
	position:relative;
	top:20px;
	overflow:visible;
}

#footer {
	padding-top:40px;
	color:#486AC4;
	text-align:center;
	background:#0c2460;
}

#footer a {
	color:#486AC4;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}


