/* @override 
	http://rsvp-rental.localhost/css/style.css
	http://rsvp-rental.localhost/css/print.css
*/

body,h1,h2,h3,p{
	margin: 0;
	padding: 0;
}
h2{
	font-size: 14px;
}

body{
	background-color: #eff3f6;
	font: 10px/20px "Trebuchet MS", "Lucida Grande", Verdana, Arial, Sans-Serif;
	padding-bottom: 90px;
}
a,a:link{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

#tagline {
	display: none;
}

#wrapper{
	width: 666px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/page.png) repeat-y;
	padding-right: 30px;
	padding-left: 30px;
}

#page{
	margin-top: -27px;
	margin-left: 175px;
	margin-right: 20px;
	min-height: 560px;
}

#breadcrumb, #breadcrumb a {
	font-size: 10px;
	color: #646567;
}
#breadcrumb{
	position: absolute;
	width: 470px;
	top: 134px;	
}
#ara-logo{
	position: absolute;
	height: 94px;
	width: 100px;
	margin-top: -115px;
	margin-left: 18px;
}
#footer{
	background: url(../images/footer.png) no-repeat center bottom;
	font-family: Verdana, Arial, Sans-Serif;
	color: #646567;
	clear: both;
	margin-left: -30px;
	margin-right: -30px;
	height: 65px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
}

#footer span{
	float: left;
}
#footer a{
	color: #646567;
	float: right;
}

#footer_print{
	display: none;
}

.sort {
	font-family: Verdana, Arial, Sans-Serif;
	color: #646567;
	text-align: right;
}
.sort a{
	color: #646567;
}
.sort a.active{
	font-weight: bold;
}

#options{
	margin-top: 20px;
	margin-bottom: 20px;
}
#print {
	float: right;
}
.clear{
	clear: both;
	line-height: 0px;
}

/* @group Newsletter */



#newsletter_form form input{
	/*width: 115px;
	margin-left: 10px;*/
	font: 10px Verdana, Arial, Sans-Serif;
}

#email_address{
	width: 120px;
}

#subscribe{
	width: 70px;
}

/* @end */

/* @group Header */

h1{
	/*float: right;*/
}
h1 a{
	background: url(../images/logo.png) no-repeat;
	width: 212px;
	height: 150px;
	text-indent: -3000px;
	position: relative;
	float: right;
	overflow: hidden;
	z-index: 1;
}

#header{
	height: 170px;
	width: 675px;
	font-size: 12px;
	color: #fff;
	background: url(../images/header_bg.png) no-repeat;
	margin-left: -4px;
	padding-bottom: 8px;
}

#nav_top{
	position: absolute;
	margin-top: 25px;
	margin-left: 30px;
}
#nav_top p{
	margin-left: 15px;
}
#nav_top ul{
	padding: 0;
	height: 20px;
	list-style-type: none;
	margin: 0;
}
#nav_top ul li{
	background: url(../images/bullet_1.png) no-repeat left center;
	padding-left: 15px;
	float: left;
	margin-right: 5px;
}
#nav_top ul .active{
	font-size: 14px;
	background: url(../images/bullet_2.png) no-repeat left center;

}
#nav_top a{
	color: #fff;
}



/* @end */

/* @group Side Nav */

#nav_side {
	float: left;
	width: 175px;
	font: 10px/20px Verdana, sans-serif;
	margin-top: -45px;
	margin-bottom: 145px;
	margin-left: -4px;
}
#nav_side a{
	color: #000;
}
#nav_side ul{
	margin: 0;
	padding: 0 0 0 21px;
	list-style-image: url(../images/bullet_3.png);
	font-weight: bold;
}
#nav_side ul li ul{
	padding-left: 8px;
	font-weight: normal;
	font-style: normal;
}
#nav_side .active{
	list-style-image: url(../images/bullet_4.png);
}
#nav_side ul li .active, #nav_side ul li .active a{
	list-style-image: url(../images/bullet_4.png);
	color: #95100c;
}



/* @end */

/* @group Product List */

.list{
	border-bottom: 1px solid #e6f0f7;
	/*height: 55px;*/
	overflow: hidden;
	margin-bottom: 5px;
}
.list h2, .list h2 a{
	font-size: 14px;
	color: #000;
	margin-bottom: 7px;
}
.list h2 span{
	color: #0e69ae;
}
.list a.toggle{
	cursor: pointer;
}
.list .options, .list .options a{
	font: 10px Verdana, Arial, Sans-Serif;
	color: #646567;
	margin-bottom: 0;
}

.list .options .active, .list.active a.toggle{
	font-weight: bold;
}

.list a.toggle_image,.list.single img{
	float: right;
	border: 1px solid #ccc;
}
a.toggle_image img{
	border: 0;
}

.list a.toggle_image:hover,.list.single a:hover img{
	border-color: #aeb0b3;
		cursor: pointer;
}
.list .expand{
	font-size: 10px;
	/*visibility: hidden;*/
}
.list.active .expand {
	visibility: visible!important;
}
.list .expand ul.header{
	color: #0e69ae;
	font: 12px "Trebuchet MS", "Lucida Grande", Verdana, Arial, Sans-Serif;
}
.list .expand ul{
	padding: 0;
	list-style-type: none;

	font-family: Verdana, Arial, Sans-Serif;
	margin: 10px 0 0;
}
.list .expand ul ul{
	height: 20px;

	margin: 0;
}
.list .expand ul ul li{
	float: left;
	width: 70px;
	height: auto;
	margin: 0;
	padding: 0;
}
.list .expand form{
	margin-top: 5px;
}
.list .expand form label{
	font-family: Verdana, Arial, Sans-Serif;
}
.list .expand form label input{
	margin-left: 17px;
	width: 50px;
	padding: 1px;
}
.list .expand form input{
	width: 115px;
	margin-left: 10px;
	font: 10px Verdana, Arial, Sans-Serif;
}



/* @end */

/* @group List Single */

.list.single {
	height: auto;
	border-bottom-style: none;
}
.list.single .expand {
	visibility: visible;
	width: 340px;
}
.list .info{
	font-family: Verdana, Arial, Sans-Serif;
	margin-top: 20px;
}
.list .info h3{
	font: bold 12px "Trebuchet MS", "Lucida Grande", Verdana, Arial, Sans-Serif;
	color: #e12e29;
	margin-bottom: 10px;
	margin-top: 10px;
}
.list.single .info a img{
	float: none;
}
.list .info ul{
	list-style-type: disc;
	padding: 0;
	margin: 0 0 0 20px;
}
.list .info a{
	color: #000;
	text-decoration: underline;
}

/* @end */

/* @group Gallery */

.gallery{
	clear: right;
}

.gallery{
	height: 93px;
	width: 469px;
	
	text-align: left;
}
.gallery h2{
	text-align: left;
	margin-bottom: 8px;
}
.gallery a img{
	border: 1px solid #ccc;
	margin: 5px;
}
.gallery a:hover img{
	border-color: #aeb0b3;
}

.gallery h2 span{
	color: #0e69ae;
}

.gallery .options, .gallery .options a{
	font: 10px Verdana, Arial, Sans-Serif;
	color: #646567;
}

/* @end */

/* @group Text */
.text h2{
	font-size: 14px;
}
.text p{
	font-family: Verdana, Arial, Sans-Serif;
	margin-bottom: 20px;
}
.text .block h2 a{
	color: #ee2b21;
	margin-left: 10px;
}
.text .info{
	margin-bottom: 14px;
}

.block{
	border: 1px solid #ccc;
	padding-top: 4px;
	margin-bottom: 13px;
	overflow: hidden;
}

.block.long{
		height: 217px;
}

.block.short{
		height: 100px;
}

.block.col_1{
	float: left;
	width: 225px;
}
.block.col_2{
	float: right;
	width: 225px;
}

.block img{
	margin: 0;
	padding: 0;
	border-width: 0;
}
.text .block a{
	color: #000;
	text-decoration: none;
}
.block p{
	margin: 4px 10px 10px;
	word-spacing: -1px;
}
.block p span{
	color: #0e69ae;
	font-size: 14px;
	line-height: 20px;
}

.block.party{
	background: url(../images/party_2.jpg) no-repeat center 124px;
}
.block.equipment{

	background: url(../images/equipment_2.jpg) no-repeat center 124px;
}

.block.newsletter{
	background: #feffe2 url(../images/box_yellow.png) no-repeat right top;
}

.block.newsletter a{
	cursor: pointer;
}

.block.coupon{
	background: url(../images/box_blue_pageflip.png) no-repeat right bottom;
	margin-right: 1px;
	margin-bottom: 1px;
	border-right-style: none;
	border-bottom-style: none;
}

.block.gallery{
	text-align: center;
}
.block.gallery h2{
	text-align: left;
	margin-bottom: 8px;
}
.block.gallery a img{
	border: 1px solid #ccc;
	margin: 5px;
}
.block.gallery a:hover img{
	border-color: #aeb0b3;
}

.block.notice{
}

.block.notice em{
	color: #0e69ae;
}

.block.notice .center{
	text-align: center;
}

/* @end */

/* @group Testimonials */

div.quote{
	margin-bottom: 25px;
	margin-top: 10px;
	margin-left: 30px;
}


big.quote {
	text-decoration: none;
	margin-left: -30px;
	float: left;
	z-index: 1;
	font: 60px/48px Arial, Helvetica, Geneva, sans-serif;
	color: #0e69ae;
	position: absolute;
}

.quote p {
	font-size: 12px;
	color: #646567;
	line-height: 18px;
}

div.source {
	color: #95100c;
	margin-top: 12px;
	font-size: 12px;
}


/* @end */

/* @group IE Rules */

/*.list a.toggle{
	cursor: hand;
}
.list a.togggle:hover{
	text-decoration: underline;
}*/

/* @end */