@charset "UTF-8";
body {
	font: 100%/1.4 Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #666;
	text-align:justify;
	background: url(../images/body-bg.jpg) repeat-x top;
	background:url(../images/sponge.jpg);
}

ul, ol, dl {
		padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px; 
}
a {
	outline:0;
	text-decoration:none;
	color:#FFF;
}
a:hover {
	color:#F30;
}
a img { 
	border: none;
}

a:link {
	color:#414958;
	text-decoration: underline; 
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 900px;
	background: #FFF;
	margin: 0 auto;
	border:solid thin #CCC;
	padding:0 50px;
	box-shadow:0px 10px 10px 6px #CCC;
	-moz-box-shadow:0px 10px 10px 6px #CCC;
	-webkit-box-shadow:0px 10px 10px 6px #CCC;
	background:url(../images/sponge2.jpg);
}

.header {
	height:155px;
	
}
#logo {
	float:left;
	display:block;
	margin:20px 0;
}
.header h1 {
	color:#090;
	font-size:100%;
	padding:55px 0 0 20px;
	float:left;
}
.header #nav {
	background:#999 url(../images/nav-bg.jpg) repeat-x bottom;
	-webkit-border-radius:7px 7px 0 0;
	-moz-border-radius:7px 7px 0 0;
	border-radius:7px 7px 0 0;
	box-shadow:0px 10px 10px -6px #333;
	-moz-box-shadow:0px 10px 10px -6px #333;
	-webkit-box-shadow:0px 10px 10px -6px #333;
	color:#FFF;
	width:870px;
	height:40px;
	position:absolute;
	top:130px;
	padding-left:30px;
	float:left;
}
.header #nav li {
	float:left;
	list-style:none;
	padding:0 20px;
	margin:6px 0;
	line-height:1.7em;
	border-right: thin solid #FFF;
	position:relative;
}
.header #nav li li{
	margin:1px 0;
	
}
.header #nav a {
	color:#FFF;
	text-decoration:none;
	display:block;
}
.header #nav a:hover {
	color:#0F6;
}

/*--- DROPDOWN ---*/
.header #nav ul{
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
	
}
.header #nav ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
	border:none;
	width:100%;
	background:url(../images/nav-bg.jpg) repeat-x;
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}

#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
	
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */


}
#prestige {
	position:absolute;
	top:150px;
	left:130px;
	font-weight:normal;
	color:#600;
}
.content {
	padding: 10px 0;
	
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}
#main-image {
	width:870px;
	height:300px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
	box-shadow:0px 10px 10px -6px #333;
	-moz-box-shadow:0px 10px 10px -6px #333;
	-webkit-box-shadow:0px 10px 10px -6px #333;
}

.bord {
	float:left;
	margin:0 1.5%;
	width:30%;
	min-height:320px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	position:relative;
	padding-top:30px;
	box-shadow:2px 2px 5px 5px #CCC;
	-moz-box-shadow:2px 2px 5px 5px #CCC;
	-webkit-box-shadow:2px 2px 5px 5px #CCC;
}
.bord h2 {
	width:80%;
	background:url(../images/nav-bg.jpg) repeat-x;
	margin-left:10%;
	position:absolute;
	top:-13px;
	font-size:1em;
	color:#FFF;
	padding:5px 0;
	text-align:center;
	font-weight:normal;
}
#box1 {
	background:#C90 url(../images/box1.jpg) no-repeat center bottom;
	color:#FFF;
	max-height:100px !important;
}
#box1 h2 {
	background:url(../images/box1-nav.jpg) repeat-x;
	color:#FFF;
}
#box2 {
	background:#0CF url(../images/box2.jpg) no-repeat center bottom;
	color:#FFF;
}
#box2 h2 {
	background:url(../images/box2-nav.jpg) repeat-x;
	color:#FFF;
}
#box3 {
	background:#9C0 url(../images/box3.jpg) no-repeat center bottom;
	color:#FFF;
}
#box3 h2 {
	background:url(../images/box3-nav.jpg) repeat-x;
	color:#FFF;
}
#pages {
	list-style:none;
	text-align:right;
}
#pages li {
	display:inline;
	padding:0 2px;
	border-right:solid 1px #999;
	border-left:solid 1px #999;
}
#pages a{
	text-decoration:none;
}
#pages a:hover {
	color:#F00;
}
.footer {
	padding:100px 0px 10px 0;
	clear:both;
	font-size:80%;
}
.footer li {
	display:inline;
	list-style:none;
	padding:0 20px;
}
.footer li a {
	text-decoration:none;
}
.footer h1 {
	color:#090;
	padding:55px 0 0 20px;
	float:left;
}
.footer #nav {
	
}
.footer #logo {
	width:80px;
	height:78px;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#request {
	background:url(../images/nav-bg.jpg) repeat-x;
	padding:5px 10px;
	color:#FFF;
	font-weight:normal;
	display:inline-block;
}
#request a {
	color:#FFF;
	text-decoration:none;
	}
#request a:hover {
	color:#F30;
	}
#products-nav {
	list-style:none;
	text-align:center;
	padding-top:10px;
	
}
#products-nav li {
	display:inline;
	padding:0 10px;
}
#products-nav a {
	text-decoration:none;
}
#products-nav a:hover {
	color:#F30;
}
#products-img {
	clear:left;
	border:solid 1px #CCC;
	overflow:auto;
	padding:20px;
}
#products-img img {
	margin:5px;
	max-width:140px;
}
#products-img p{
	font-size:70%;
	margin:5px;
	padding:0;
}

pre {
	display:block;
	font:100% "Courier New", Courier, monospace;
	padding:10px;
	border:1px solid #bae2f0;
	background:#e3f4f9;
	margin:.5em 0;
	overflow:auto;
	width:800px;
}

#products-img ul, li {
	margin:0;
	padding:0;
}
#products-img li {
	list-style:none;
	float:left;
	display:inline;
	margin:10px;
	box-shadow:2px 2px 2px 2px #999;
	-moz-box-shadow:2px 2px 2px 2px #999;
	-webkit-box-shadow:2px 2px 2px 2px #999;
}
/*  */

#preview {
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}
