


/* CSS Document */

body {
	background-image:url(../images/css-images/bg-mesh2.jpg);
    background-repeat:repeat;
	background-color:#6E6E6E;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px auto;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

.beds td {
	padding: 0 50px 15px 0;
}

a.enlarge {
	color: #777;
    font-size: 10px;
    text-align: center;
    text-decoration: none;
}

a.enlarge:hover {
	color: #ccc;
}

.home-img {
	margin-left:65px;
	cursor:pointer;
}

.home-category {
	cursor:pointer;
}

#wrapper {
	background-image:url(../images/css-images/Jersey_Texture2.jpg);
	background-repeat:no-repeat;
	height:650px;
	margin:0 auto;
	width:1000px;
}

#main-wrapper {
	margin:0 auto;
}

/* Navigation */

#nav-bar {
	background-image:url(../images/css-images/nav-bg.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	height:28px;
	margin:10px 0px 0px 0px;
	padding:0px 10px 0px 15px;
	text-align:center;
	width:975px;
}

#nav-bar ul {
	height:28px;
	margin: 0;
	padding: 0;
	width:980px
}

#nav-bar li {
	color:#4B4B4B;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	float:left;
	list-style-type: none;
	letter-spacing:normal;
	padding:5px 42px 0px 42px;
	margin:0;
}

#nav-bar li a {
	color: #4B4B4B;
	text-decoration: none;
}

#nav-bar li a:hover {
	color: #FF0000;
}
/* end Navigation */


#content-container-top {
	margin:0 auto;
	padding:0;
}

#logo {
	background-image:url('../images/css-images/Logo.png');
	/*background-image:url(../images/css-images/Logo.png);*/
	background-repeat:no-repeat;
	height:105px;
     margin-left:20px;
	width:415px;
}

#collage {
	background-image:url('../images/css-images/product-collage.png');
	/*background-image:url(../images/css-images/product-collage.png);*/
	background-repeat:no-repeat;
	float:right;
	height:315px;
	margin:-80px 60px 0px 0px;
	width:375px;
}

#box-container1 {
	float:left;
     width:490px;
}

#title-bar1 {
	background-image:url(../images/css-images/titlebar1.jpg);
	background-repeat:repeat-x;
	color:#C80000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	float:left;
	height:23px;
	margin:5px 0px 0px 0px;
	padding-top:5px;
	text-align:center;
	width:490px;
}

#content-box1 {
	background-image:url(../images/css-images/bg-box-seals.jpg);
     background-repeat:repeat;
	border-right:1px solid #FF0000;
	border-bottom:1px solid #FF0000;
	border-left:1px solid #FF0000;
	float:left;
	min-height:179px;
	margin-left:5px;
    padding: 10px;
	width:460px;
}

#content-container-bottom {	
	clear:both;
     float:left;
	margin:0 auto;
	padding:0;
     width:1000px;
}

#box-container2 {
	float:left;
     width:490px;
}

#title-bar2 {
	background-image:url(../images/css-images/titlebar2.jpg);
	background-repeat:repeat-x;
     clear:both;
	float:left;
	height:28px;
	margin:10px 0px 0px 0px;
	padding:0;
	width:490px;
}

#content-box2 {
	background-image:url(../images/css-images/bg-box-seals.jpg);
     background-repeat:repeat;
	border-right:1px solid #0000C8;
	border-bottom:1px solid #0000C8;
	border-left:1px solid #0000C8;
     clear:both;
	float:left;
	min-height:179px;
	margin-left:5px;
    padding: 10px;
	width:460px;
}

#box-container3 {
	float:left;
     margin-left:20px;
     width:490px;
}

#title-bar3 {
	background-image:url(../images/css-images/titlebar2.jpg);
	background-repeat:repeat-x;
	height:28px;
	margin:10px 0px 0px 0px;
	padding:0;
	width:490px;
}

#content-box3 {
	background-image:url(../images/css-images/bg-box-seals.jpg);
     background-repeat:repeat;
	border-right:1px solid #0000C8;
	border-bottom:1px solid #0000C8;
	border-left:1px solid #0000C8;
	min-height:189px;
	margin-left:5px;
    padding: 10px;
	width:460px;
}

#footer-home {
	background-image:url(../images/css-images/titlebar2.jpg);
	background-repeat:repeat-x;
	clear:both;
	color:#000;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	height:22px;
     margin-top:20px;
	padding-top:6px;
	width:1000px;
}

#footer {
	background-image:url(../images/css-images/titlebar2.jpg);
	background-repeat:repeat-x;
	clear:both;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	height:22px;
    margin: 0 auto;
	padding-top:6px;
	width:1000px;
}

#copyright {
	float:left;
	position:relative;
	left:10px;
	width:300px;
}

#poweredby {
	float:right;
	position:relative;
	right:10px;
	text-align:right;
	width:300px;
}

#poweredby a {
	color:#505050;
	text-decoration:none;
}

/* INNER PAGES */

#container {
	background-color: #fff;
	margin: 0 auto;
    padding-bottom: 20px;
    width: 900px;
}

#container .content {
	border-left: 3px solid #666;
    border-bottom: 3px solid #ccc;
	background-color: #fff;
    float: left;
    height: 407px;
    overflow: auto;
    padding: 20px 30px;
    width: 837px;
}

#container-bar {
	background-image:url(../images/css-images/titlebar1.jpg);
	background-repeat:repeat-x;
	color:#C80000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
    font-weight: bold;
	height:23px;
	margin:0 auto;
	padding-top:5px;
	text-align:center;
	width:900px;
}
