/***************************************************************
Style Sheet for MarriottBlom.com

Copyright 2008 by Sebo Marketing, All Rights Reserved
***************************************************************/



/***************************************************************
Appearance Code
***************************************************************/

body {
	font-family:arial, helvetica, sans-serif;
	font-size:90%;
	color:#fff;
	
	background:url('/images-layout/navigation-bg.gif') 0 100px repeat-x #000;
}

p {
	margin:0 0 1.4em 0;
	padding:0;
	line-height:1.6em;
}

form {
	display:inline;
}

fieldset {
	margin:0;
	padding:0;
	border:none;
}

label {
	
}


a:link, a:visited {
	color:#c6aa3c;
}
a:hover, a:active { 
	color:#dbbc42;
	text-decoration:none;
}

h1 {
	margin:0;
	margin-bottom:.4em;
	padding-top:6px;
	font-family:"Palatino Linotype", times, serif;
	font-size:175%;
	font-variant:small-caps;
	color:#fff;
}

h2 {
	margin:0;
	margin-bottom:.3em;
	font-size:130%;
	font-weight:normal;
	color:#fff;
}

h3 {
	margin-top:0;
	margin-bottom:.3em;
	font-size:110%;
	color:#fff;
}

img {
	border:0px;
	margin:0px;
}

.hr {
	margin:20px 1em;
	border-bottom:1px solid #4f4f4f;
}

.hr2 {
	margin:20px 1em;
	border-bottom:1px solid #c6aa3c;
}

ul, ol {
	margin-top:0;
	margin-bottom:1.4em;
}



/***************************************************************
Appearance Code Applied to Layout Elements
***************************************************************/

#container {
	padding-left:0;
	padding-right:0;
}

#content {
	padding:0 0 0 0;
	width:960px;
}

#columnWrapper {
	padding:0 0 20px 0;
	
	min-height:400px;
	/* IE6 Mumbo-jumbo */
	height:auto !important;
	height:400px;
}



.columnStyle1 {
	position:relative;
	margin:0;
	padding:0;
	
	width:100%;
}
	.columnStyle1 .columnTopLeft {
		display:none;
	}
		.columnStyle1 .columnTopRight {
			
		}
	.columnStyle1 .center {
		padding:3px 0 0 0;
	}
	.columnStyle1 .columnBottomLeft {
		display:none;
	}
		.columnStyle1 .columnBottomRight {
			
		}



.columnStyle2 {
	padding:0;
}
	.columnStyle2 .columnTopLeft {
		display:none;
	}
		.columnStyle2 .columnTopRight {
			
		}
	.columnStyle2 .center {
		margin:15px 0 0 0;
		padding:0 0 1px 0;
		
		min-height:250px;
		/* IE6 Mumbo-jumbo */
		height:auto !important;
		height:250px;
		
		font-size:95%;
		border-right:1px solid #151515;
		border-left:1px solid #151515;
		border-bottom:1px solid #c7c7c7;
		background:url('/images-layout/column-style-2-bg.gif') 50% top repeat-y;
	}
	.columnStyle2 .columnBottomLeft {
		display:none;
	}
		.columnStyle2 .columnBottomRight {
			
		}

/***************************************************************
List Styles
***************************************************************/
.ulStyle1 {
	margin-top:3px;
	margin-left:7px;
	padding-left:0;
	
	list-style:none;
}
	.ulStyle1 li {
		margin:0;
		margin-bottom:.6em;
		padding-left:12px;
		height:1%;
		background: url('images-layout/bullet-style-2.gif') 0 5px no-repeat;
	}
		.ulStyle1 li a {
			text-decoration:none;
		}
		.ulStyle1 li a:hover, .ulStyle1 li a:active {
			text-decoration:underline;
		}
		.ulStyle1 ul {
			margin-top:4px;
			margin-left:7px;
			padding-left:0;
			
			list-style:none;
		}
			.ulStyle1 ul li {
				padding-left:12px;
				background: url('images-layout/bullet-style-3.gif') 0 7px no-repeat;
			}


.ulStyleSpaced li{
	margin-bottom:.6em;
}

.olStyleSpaced li{
	margin-bottom:.6em;
}
.olStyleSpaced li p{
	padding:.6em 0 0 0;
}



/***************************************************************
Table Styles
***************************************************************/

.comparison {
	margin-bottom:1em;
	border-collapse:collapse;
	border-spacing:0;
	border:0;
}
	.comparison th {
		padding:8px;
		color:#fff;
		border:1px solid #616161;
		background-color:#2c2c2c;
	}
	.comparison td {
		padding:8px 10px;
		border:1px solid #616161;
		background-color:#000;
	}


/***************************************************************
Text Styles
***************************************************************/
.price {
	font-weight:600;
	color:#065e25;
}
.bonusText {
	font-weight: bold;
	color:#f00;
}


h2.error {
	margin:1em 0;
	text-align:center;
	color:#c00;
}
p.error {
	margin:1em 8%;
	padding:1%;
	width:80%;
	border:2px solid #c00;
	background:#fcc;
}

h2.message {
	margin:1em 0;
	text-align:center;
	color:#090;
}
p.message {
	margin:1em 8%;
	padding:1%;
	width:80%;
	border:2px solid #090;
	background:#cfc;
}

.errorText {
	color:#f00;
}

.bigger {
	font-size:120%;	
}
.smaller {
	font-size:76%;
}

.strike {
	text-decoration:line-through;
	font-weight:600;
}
.yes {
	font-weight:600;
	color:#065e25;
}
.no {
	font-weight:600;
	color:#8f2525;
}

.quote {
	padding:0 3px;
}

.alignStyle1 {
	text-align:center;
}
.alignStyle2 {
	text-align:right;
}

.extraLine {
	margin-bottom:1.5em;
}
.halfLine {
	margin-bottom:.5em;
}



/* ------------------ Headers -----------------*/


/* ------------------- Links ------------------*/
.buttonStyle1, .buttonStyle1:link, .buttonStyle1:visited, .buttonStyle1:active, .buttonStyle1_ie6hover {
	display:block;
	padding-top:1px;
	width:250px;
	height:26px;
	
	text-align:center;
	text-decoration:none;
	font-family:"Palatino Linotype", times, serif;
	font-variant:small-caps;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	
	background:url('images-layout/button-style-1.gif') top left no-repeat;
}
input.buttonStyle1, .buttonStyle1_ie6hover {
	margin:0;
	padding:0;
	padding-bottom:2px;
	
	height:27px;
	width:250px;
	
	font-family:"Palatino Linotype", times, serif;
	font-variant:small-caps;
	font-size:16px;
	font-weight:bold;
	cursor:pointer;
	border:0;
	}
.buttonStyle1:hover, .buttonStyle1_ie6hover {
	text-decoration:underline;
	color:#fff;
	background:url('images-layout/button-style-1.gif') bottom left no-repeat ;
}


.buttonStyle2, .buttonStyle2:link, .buttonStyle2:visited, .buttonStyle2:active, .buttonStyle1_ie6hover {
	display:block;
	margin-right:8px;
	padding-top:1px;
	width:90px;
	height:26px;
	
	text-align:center;
	text-decoration:none;
	font-family:"Palatino Linotype", times, serif;
	font-variant:small-caps;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	
	background:url('images-layout/button-style-2.gif') top left no-repeat;
}
input.buttonStyle2, .buttonStyle2_ie6hover {
	margin:0 8px 0 0;
	padding:0;
	padding-bottom:2px;
	
	height:27px;
	width:90px;
	
	font-family:"Palatino Linotype", times, serif;
	font-variant:small-caps;
	font-size:16px;
	font-weight:bold;
	cursor:pointer;
	border:0;
	}
.buttonStyle2:hover, .buttonStyle2_ie6hover {
	text-decoration:underline;
	color:#fff;
	background:url('images-layout/button-style-2.gif') bottom left no-repeat;
}


.buttonStyleSearch, .buttonStyleSearch:link, .buttonStyleSearch:visited, .buttonStyleSearch:active, .buttonStyleSearch_ie6hover {
	display:block;
	padding-top:3px;
	padding-right:6px;
	padding-left:6px;
	
	width:60px;
	height:30px;
	
	color:#fff;
	text-align:center;
	text-decoration:underline;
	font-weight:bold;
	font-size:14px;
	
	background:url('images-layout/button-style-search.gif') top left no-repeat;
}
input.buttonStyleSearch, .buttonStyleSearch_ie6hover {
	display:block;
	float:left;
	margin:0;
	padding:0;
	padding-bottom:2px;
	
	height:33px;
	width:60px;
	
	font-size:14px;
	cursor:pointer;
	
	border:0;
}
.buttonStyleSearch:hover, input.buttonStyleSearch:hover, .buttonStyleSearch_ie6hover {
	text-decoration:none;
	background:url('images-layout/button-style-search.gif') bottom left no-repeat;
}



/***************************************************************
Image Classes
***************************************************************/

.thumbnail {
	float:left;
	margin:0 8px 0 0;
	padding:0;
}
	.thumbnail img {
		margin-bottom:12px;
	}
	.thumbnail p{
		padding:0;
		text-align:center;
	}


.pageBanner {
	padding-bottom:20px;
}

.mugShot {
	float:left;
	padding:0 8px 6px 0;
}

.mugShot2 {
	float:right;
	padding:0 0 6px 8px;
}
	.mugShot2 p {
		text-align:center;
	}