@charset "utf-8";
/* CSS Document */

body, html {
	margin:0px;
	padding:0px;
	font-size:15px;
	/*background:url(../images/bg-holidays-2009.jpg) top center no-repeat;*/
}

div.container {
    width:900px;
    margin:0px auto;
}

#body {
	font-family:Georgia, "Times New Roman", Times, serif;
    background:url(../images/red/top.png) repeat-x;
}

#body .footer {
    background: url(../images/red/body-footer-icon.png) no-repeat 90% bottom;
    height: 33px;
}

#header{
	padding-top:12px;
	height:90px;
}

#header .menu {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color:#FFFFFF;
	font-size:15px;
}

#header .menu li {
	display:inline;
	list-style:none;
	border-right:1px solid #ccc;
	margin-left:5px;
	padding-right:5px;
	font-size:17px;
}

#header .menu li.last {
	border:none;
}

#header .menu li a,
#header .menu li a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#header .menu li a:hover {
	border-bottom:1px dotted #fff;
}

#logo {
	background:url(../images/red/shearvisions-logo.png) no-repeat;
	width:215px;
	height:52px;
	float:left;
	margin-top:13px;
}

#address {
	float:right;
	font-size:13px;
	color:#FFFFFF;
	margin-top:15px;
}

/** Contents **/
#contents {
	margin-top:30px;
	margin-bottom:30px;
}

#contents #left {
	float:left;
	width:560px;
}

#contents #left.wide {
    float:none;
    width:auto;
    overflow:hidden;
    clear:both;
}

#contents #right {
	float:right;
	width:270px;
}

#contents #banner {
    margin-bottom:25px;
}

#contents #banner .left {
    float:left;
    width: 48%;
}

#contents #banner .right {
    float: right;
    width: 48%;
}

#contents #banner .block {
    width:auto;
    float:none;
    overflow: auto;
}

/** Contents - right side **/
#right h2 {
	font:17px;
	color:#B00023;
	font-weight:normal;
	background:url(../images/menu-bullet.gif) no-repeat 0px 6px;
	padding:0px 0px 0px 15px;
	margin:0px;
	line-height:17px;
}

#right .sub-title {
	padding-left:17px;
	font-size:11px;
	color:#999999;
}

#right ul {
	margin:10px 0px 25px 17px;
	padding:0px;
}

#right ul li {
	list-style:none;
	margin-bottom:5px;
}

#right ul li a,
#right ul li a:visited {	
	color:#000000;
	text-decoration:none;
	border-bottom:1px dotted #000;
}

#right ul li a:hover {
	border:none;
}

/** Contents - left side **/
#left .special {
	margin-bottom:25px;
	margin-top:15px;
}

#left h2 {
	font:17px;
	color:#B00023;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	margin:0px;
	line-height:17px;
}

#left .sub-title,
#left .sub-title a {
	font-size:13px;
	color:#999999;
}

#left .line {
	clear:both;
	background:url(../images/line.gif) repeat-x;
	height:3px;
	margin-bottom:15px;
	margin-top:5px;
}

#left .logo {
	margin-bottom:16px;
}

.special .desc {
	margin-top:10px;
	line-height:22px;
}

.special .desc img {
	margin:10px;
}

.special .desc .img {
	float:right;
	margin:10px 5px 10px 15px;
	border:5px solid #f2f2f2;
	padding:1px;
}

.special .price {
	margin-top:10px;
	font-size:20px;
	color:#999999;
	line-height:27px;
}

.special .desc table th {
	background-color:#B00023;
	color:#fff;
}

/** Footer **/
#footer {
    background: url(../images/red/bg-footer.png) repeat-x;
    min-height:122px;
    font-family:Georgia, "Times New Roman", Times, serif;
}
#footer .header {
    background: url(../images/red/footer-arrow.png) no-repeat 90% top;
    height: 15px;
}
#footer a.top {
    float:right;
    background: url(../images/red/top-icon.png) no-repeat 0px 2px;
    padding:0px 0px 0px 22px;
    font-size:12px;
    color:#fff;
    text-decoration:none;
    margin:23px 90px 0px 0px;
}
#footer h1 {
    float:left;
    color:#fff;
    margin:12px 0px 25px 0px;
    padding:0px;
    font-weight:normal;
}
#footer ul {
    clear:both;
    overflow:hidden;
    margin:0px 0px 0px 0px;
    padding:0px;
}
 #footer ul li {
     float:left;
     margin:0px 20px 0px 0px;
     list-style:none;
}

#footer ul li a,
#footer ul li a:visited {
	color:#fff;
	border-bottom:1px dotted #fff;
	text-decoration:none;
}

#footer ul li a:hover {
	border:none;
}