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

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(/_images/pattern_146.gif);
	background-repeat: repeat;
}

/* ###################################################### */
/* MASTER ELEMENTS */
/* ###################################################### */
#main-container {
	width: 600px;
	margin-bottom: 30px;
	margin-top: 30px;
}

/* ###################################################### */
/* IPHONE IMAGE */
/* ###################################################### */
a.iphone {
	display: block;
	width: 360px;
	height: 650px;
	text-decoration: none;
	background: url(/_images/iPhone.png);
}

/* ###################################################### */
/* PHOTGRAPHS */
/* ###################################################### */
#photo-area {
	width: 453px;
	height: 462px;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
}

/* ###################################################### */
/* TEXT STYLES */
/* ###################################################### */
.txt_14_DarkGrey {
	color: #333;
	font-size: 14px;
}
.txt_9_DarkGrey{
	color: #333;
	font-size: 9px;
}
.txt_9_DarkGrey a {
	color: #333;
	text-decoration: none;
}
.txt_9_DarkGrey a:hover {
	color: #333;
	text-decoration: underline;
}

.txt_9_Grey{
	color: #CCC;
	font-size: 9px;
}
.txt_9_Grey a {
	color: #CCC;
	text-decoration: none;
}
.txt_9_Grey a:hover {
	color: #CCC;
	text-decoration: underline;
}

.txt_18_White {
	color: #fff;
	font-size: 18px;
}
.txt_14_White {
	color: #fff;
	font-size: 14px;
}
.txt_12_White {
	color: #fff;
	font-size: 12px;
}
.txt_10_White {
	color: #fff;
	font-size: 10px;
}
.txt_9_White {
	color: #fff;
	font-size: 9px;
}
.txt_9_White a {
	color: #fff;
	text-decoration: none;
}
.txt_9_White a:hover {
	color: #fff;
	text-decoration: underline;
}
