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

* {
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

body {
	margin: 0 auto;
	background: url(images/side03.jpg) repeat-x;
	background-color: #eee;
}

#container-bg {
	background: url(images/bg.png) repeat-y center;
	background-color: #d9d9d9;
	width: 100%;
	margin: 0 auto;
}

#container {
	width: 865px;
	margin: 0 auto;
}


#header {
	margin: 0 auto;
	width: 865px;
	background: url(images/header.jpg) no-repeat;
	height: 295px;
}

#footer {
	background: url(images/footer.jpg) no-repeat center top;
	background-color: #eee;
	height: 62px;
	width: 100%;
	margin: 0;
}

#footer div {
	width: 800px; 
	margin: 0 auto; 
	padding: 20px 0; 
	color: #b7b7b7;
	font-size: 11px;
}

#footer div a {
	color: #b7b7b7;
	font-size: 11px;
}

#right {
	width: 504px;
	float: left;
	margin-left: 20px;

}

#sidebar {
	width: 300px;
	margin-left: 540px;
}

#sidebar p {
	margin-left: 5px;
}

#rowHeader {
	width: 494px; 
	text-align: left; 
	background-color: #6699ff;
	padding: 5px;
}

#rowHeader h2 {
	font-size: 13px;
	margin: 0;
	color: #f5f5f5;
}

#row {
	width: 504px; 
	text-align: center; 
	background-color: #C2C2C2;
	height: 168px;
}

#row p {
	margin: 0;
	padding: 0;
}

#row p.price {
	margin-top: 2px;
	font-weight: bold;
}

#row p.sale-price span {
	text-decoration: line-through;
}

#row p.sale-price a {
	margin-top: 2px;
	font-weight: bold;
	color: #f46f22;
}

#row p.sale-price a:hover {
	color: #4C9BD6;
}

#row a {
	text-decoration: none;
}


#row a:hover {
	text-decoration: none;
	color: #4C9BD6;
}

#row div {
	width: 166px; 
	height: 148px; 
	margin: 1px; 
	float:right; 
	padding: 12px 0 6px 0;
	background-color: white;
	
}

.facebook {
	margin-top: 15px;
}

.facebookLink {
	color: rgb(80, 99, 143);
	background: url(images/facebook.png) no-repeat 0 3px;
	padding: 4px 0 0 21px;
	text-decoration: none;
}

.emailLink {
	color: rgb(80, 99, 143);
	background: url(images/email.png) no-repeat 0 2px;
	padding: 4px 0 2px 21px;
	text-decoration: none;
}


.copyright {
	font-size: 10px;
}

.synopsis {
	line-height: 1.5em;
}

h1.welcome {
	color: #333;
	font-size:12px;
	font-weight: normal;
	margin-left: 5px;
}