/* general */

body, html{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* centering for all */
	text-align: center;
	/*browser border fix*/
	margin:0;
	
	background-color: #D3D1C6;
}

.centered_container{

	/* centering for all */
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	/* resetting text align */
	text-align: left;
	
	/*  border fix */
	  width:800px; 
	  voice-family: "\"}\""; 
	  voice-family:inherit;
	  width:800px;
	  
	  background-color: #EDEDE8;
}

p, li, form{
	font-size: 11px;
	margin: 0px;
	color:#4C4C4C;
	line-height: 1.7em;
}

a{
	color: #7B150D;
	/*text-decoration: none;*/
	text-decoration: underline;
}


a:hover{
	color: #7B150D;
}

img{
	border: none;
	margin: 0px;
}


.keynotes{
	text-indent: -10px;
	margin-left: 10px;
}

.pdf_keynotes{
	text-indent: -20px;
	margin-left: 20px;
}

/* containers */
.block_white{
	background-color: #FFFFFF;
}
.block_darkbeige{
	background-color: #A7A38D;
}


#block_darkbeige{
	background-color: #90746C;
}

#block_darkbeige a:link{
	color: #FFF;
}

#block_darkbeige a:active{
	color: #FFF;
}

#block_darkbeige a:hover{
	color: #FFF;
}

#block_darkbeige a:visited{
	color: #FFF;
}

.block_beige{
	background-color: #D8D5C4;
}
.block_red{
	background-color: #7B150D;
}
.block_red p{
	color: #FFFFFF;
}
.block_lightred{
	background-color: #915C4D;
}
.block_lightred p{
	color: #FFFFFF;
}



/* positioning and spacing*/
.padding_40{
	padding: 40px;
}

.padding_10{
	padding: 10px;
}

.padding_sides_10{
	padding-left: 10px;
	padding-right: 10px;
}

.align_right{
	text-align: right;
	float: right;
}

.align_left{
	text-align: left;
	float: left;
}

.spacer_10{
	margin-top: 10px;
}

.spacer_1{
	margin-top: 1px;
}

.spacer_2{
	margin-top: 2px;
}

.paragraph_space p{
	margin-bottom: 8px;
}

/* lines */

.wedding_menu_line{
	background:url(../images/dotted_line_red.gif) bottom no-repeat;
	margin-bottom: 5px;
	padding-bottom: 5px;
	
}

.menu_line{
	background:url(../images/dotted_line_beige.gif) bottom no-repeat;
	margin-bottom: 5px;
	padding-bottom: 5px;
	
}

/* borders */

.offer_img{
	margin: 4px 4px 4px 0px;
}

/* fonts */
.headline{
	/*color: #993333;*/
	font-size: 13px;
	font-weight: bold;
	/*letter-spacing: 0.05em;*/
}

.bigtext{
	font-size: 12px;
}

.footnote{
	font-style: italic;
}


/* footer */
.links{
	font-size: 11px;
	color: #5D5B59;
}

.links a{
	text-decoration: none;
	color: #5D5B59;
}

.footer{
	font-size: 10px;
	color: #898676;
}

.footer a{
	text-decoration: none;
	color: #898676;
}


.boldtext{
	font-weight: bold;
}


/* curzor */
.pointer{
	cursor: pointer;
}


/* offers */
.green_offer_title{
	color: #7B8201;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: -7px;
}

.green_offer_block{
	background-color: #7B8201;
}

.green_offer_block p{
	margin: 5px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 10px;
}

.green_offer_price{
	background-color: #565D00;
	text-align: right;
	margin-top: 5px;
}

.green_offer_price p{
	font-size: 11px;
	font-weight: bold;
}


.orange_offer_title{
	color: #B9511A;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: -7px;
}

.orange_offer_block{
	background-color: #B9511A;
}

.orange_offer_block p{
	margin: 5px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 10px;
}

.orange_offer_price{
	background-color: #A43A12;
	text-align: right;
	margin-top: 5px;
}

.orange_offer_price p{
	font-size: 11px;
	font-weight: bold;
}


.brown_offer_title{
	color: #915C4C;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: -7px;
}

.brown_offer_block{
	background-color: #915C4C;
}

.brown_offer_block p{
	margin: 5px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 10px;
}

.brown_offer_price{
	background-color: #704036;
	text-align: right;
	margin-top: 5px;
}

.brown_offer_price p{
	font-size: 11px;
	font-weight: bold;
}


.beige_offer_title{
	color: #945A4A;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: -7px;
}

.beige_offer_block{
	background-color: #945A4A;
}

.beige_offer_block p{
	margin: 5px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 10px;
}

.beige_offer_price{
	background-color: #481F12;
	text-align: right;
	margin-top: 5px;
}

.beige_offer_price p{
	font-size: 11px;
	font-weight: bold;
}

/* Bottom Offers */
.bottom_offer_title{
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: -6px;
}

.bottom_offer_title a:link, .bottom_offer_title a:active, .bottom_offer_title a:hover, .bottom_offer_title a:visited{
	underline: none;
}

.bottom_offer1{
	color: #575454;
	
}
.bottom_offer2{
	color: #D18C51;
}

.bottom_offer3{
	color: #945A4A;
}

.bottom_offer4{
	color: #7C150E;
}