/* layout */

body {
	margin: 0px auto;
	padding: 0px;
	width: 760px;
	
	background-color: #DAB0FB;
	background-image: url(../images/bg.gif);
	background-position: top;
	background-repeat: repeat-y;
			
	color: #FFFFFF;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
}

* html #container {
	margin-left: 1px;

}

* html .horizontal-align {
	margin-left: 1px;
}

#flash-bg {
	background-image: url(../images/main-splash_16.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 266px;
	height: 202px;
}

/* end of layout */

/* splash */

#splash-bg {
	background-image: url(../images/main-splash_02.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 760px;
	height: 147px;
}

#splash-font {
	font-size: 11px;
	text-align: center;
	width: 310px;
	margin: 0 auto;
	line-height: 14px;
}

#splash-samples-bg {
	background-image: url(../images/main-splash_21.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 247px;
	height: 117px;
}

#splash-sample-one {
	margin-left: 20px;
	margin-top: 10px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
}

#splash-sample-two {
	margin-right: 20px;
	margin-top: 10px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
}


* html #splash-sample-one {
	margin-left: 10px;
	margin-top: 10px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
}

* html #splash-sample-two {
	margin-right: 10px;
	margin-top: 10px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
}

.splash-highlight img {
	border: 5px solid #572672;
	margin-bottom: 2px;
}

.splash-highlight:hover img {
	border: 5px solid #DAB0FB;
	margin-bottom: 2px;
}

.splash-highlight:hover {
	color: #DAB0FB; /* Dumb definition for MSIE */
}

.splash-sample-link a:link {
	color: #FFCC00;
	text-decoration: underline;
}

.splash-sample-link a:visited {
	color: #FFCD03;
	text-decoration: none;
}

.splash-sample-link a:hover {
	color: #DAB0FB;
	text-decoration: none;
}

.splash-sample-link a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

/* end of splash */

/* models */

#our-models {
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

#our-models-desc {
	font-size: 14px;
	text-align: center;
	color: #FFCC00;
}

.model-name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.model-thumb-border {
	border: 5px solid #DAB0FB;
}

.bullet {
	vertical-align: middle;
}

/* end of models */

/* bonus */

#bonus-title {
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
}

#bonus-desc {
	font-size: 14px;
	text-align: center;
	color: #FFCC00;
}

.bonus-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFCC;
}

.bonus-link a:link {
	color: #FFCC00;
	text-decoration: none;
}

.bonus-link a:visited {
	color: #DAB0FB;
	text-decoration: none;
}

.bonus-link a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.bonus-link a:active {
	color: #CC00FF;
	text-decoration: none;
}

.bonus-screenshot-border {
	border: 1px solid #ffffff;
}

/* end of bonus */

/* reviews */

#reviews-title {
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

#reviews-desc {
	font-size: 14px;
	text-align: center;
	color: #FFCC00;
}

.reviews-font {
	font-size: 12px;
	text-align: justify;
	width: 330px;
}

.reviews-author {
	font-size: 12px;
	text-align: right;
	text-transform: uppercase;
	color: #FFCC00;
	width: 300px;
}

.reviews-box-bg {
	background-image: url(../images/box_02.gif);
	background-position: top;
	background-repeat: repeat-y;
}

/* end of reviews */

/* misc */

.margin {
	margin: 5px;
}

.margin-small {
	margin: 2px;
}

/* end of misc */

/* join page */

.join_table { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; border: thin solid #000000; padding: 5px; margin: 0px; }
.join_name { font-weight: bold; text-align: right; border: none; }
.join_value { text-align: left; border: none; }
.join_error { color: #EE0000; }
.join_input { }
.join_select { }
.join_button { }

/* end of join page */