/* PhotoMomentos CSS Document */

/* HTML OVERRIDES */
body {
	background-color: #F00;
	color: #FFF;
	margin: 0;
}

body, text, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

/* GENERAL PURPOSE */

.bold { font-weight: bold; }


/* PAGE DIVISIONS */
#page {
	background-image: url(../images/bg_grad.jpg);
	background-repeat:repeat-x;
}

#center {
	width: 670px;
	margin: auto;
}

#top_strip {
	width: 670px;
	height: 27px;
}

#main_panel {
	width: 670px;
	height: auto;
	background-color: #FFF;
	color: #000;
	display: block;
	background-image: url(../images/maincontentbg.gif);
	background-repeat: repeat-y;
}

#tower {
	width: 165px;
	height: 466px;
	float: left;
	display: block;
}

#tower img {
	float: left;
	border: 0;
}


#banner {
	height: 118px;
	width: 505px;
	float: left;
}

#content {
	width: 505px;
	float: left;
	display: block;
	background-image: url(../images/content_bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#content p {
	width: 480px;
	display: block;
	margin: 0 10px 15px 0;
}

#left_text {
	width: 495px;
	display: block;
	float: left;
	clear:right;
}

#left_textproducts {
	width: 235px;
	display: block;
	float: left;
	clear:right;
}

#left_textproducts p {
	width: 225px;
	display: block;
	margin: 0 10px 15px 0;
}

/* Specific stuff for 'What Happens' to try and sort out Safari*/

#whathappens_text {
	width: 495px;
	display: block;
}

.whathappenscopy {
width: 235px;
	margin: 0 10px 15px 0;
	}


#left_text p {
	width: 225px;
	display: block;
	margin: 0 10px 15px 0;
}

#bottom_strip {
	clear: both;
	height: 85px;
	width: 670px;
	display: block;
}

#tag_strip {
	clear: both;
	width: 100%;
	color: #FF0;
	background-color: #F00;
	display: block;
}

#text_links {
	clear: both;
	padding: 10px 0 10px 160px;
	color: #FF0;;
	font-weight: bold;
	background-color: #F00;
	display: block;
}

/* text_link pseudo classes */
#text_links a, #text_links a:visited, #text_links a:hover, #text_links a:active{
	color: white;
	background-color: #F00;
	text-decoration: none;
}

/* Divs to align images to the right */
.picright {
	float: left;
	margin-right: 20px;
	clear:both;
	margin-left:245px;
}

.ticks {
	width:450px;
	float: left;
	clear: both;
	display: block;
    margin-bottom:15px;
}

.tickboxes {
	float: left;
	display: block;
	height: 50px;
}

.ticktext {
	width: 360px;
	float: left;
	display: block;
}

.smallprint {
	display: block;
	clear: both;
	font-size: 9px;
	width: 420px;
	text-align: center;
	font-style: italic;
}

.exclamation {
	width: 185px;
	height: 50px;
	font-weight: bold;
	color: #F00;
	background-color: #FFF;
	background-image: url(../images/exclaimationmark.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 50px; 
	margin-bottom: 10px;
	float:left;
}

.exclaim {
	width: 235px;
	height: 50px;
	font-weight: bold;
	color: #F00;
	background-color: #FFF;
	margin-bottom: 10px;
	float:left;
}
.address {
	text-align: center;
	font-size: 11px;
}

.cell75 {
	width: 75px;
	float: left;
	display: block;
}

.title {
	clear:left;
	font-weight: bold;
	text-align: right;
	color:#FF0000;
	background-color: #FFF;
}

input, textarea {
	margin-bottom: 12px;
	margin-left: 5px;
}

.bigredtext {
font-weight: bold;
	color: #F00;
	background-color: #FFF;
	}