@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	background-color:#E9EAEC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	background-image:url(../images/ace-portraits-background.jpg);
	}

h1 {
	background-color:#75787D;
	color:#FFFFFF;
	font-weight:normal;
	font-style:italic;
	font-family:Tahoma;
	margin:0px;
	padding:5px;
	width:285px;
	font-size:180%;
	}

h2 {
	color:#02ABEE;
	font-size:180%;
	margin:0px;
	}

h3 {
	margin:0px;
	background-color:#666666;
	color:#FFFFFF;
	font-weight:normal;
	padding:5px;
	font-size:120%;
	}

input, textarea {
	border:1px solid #333333;
	width:300px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	}

input[type="checkbox"] {
	width:20px;
	border:0px;
	}

input[type="submit"] {
	height:22px;
	padding-left:3px;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-position:center right;
	border:1px solid #CA0088;
	color:#CA0088;
	text-align:left;
	text-transform:uppercase;
	}

input[type="image"] {
	width:20px;
	border:0px;
	}

.note {
	font-size:80%;
	color:#999999;
	font-style:italic;
	}

.submit_rotate {
	width:130px;
	background-image:url(../images/ace-portraits-button-submit-background-rotate.jpg);
	}

.submit {
	width:101px;
	background-image:url(../images/ace-portraits-button-submit-background.jpg);
	cursor:pointer;
	}

input[type="file"] {
	width:172px;
	height:22px;
	border:1px solid #CA0088;
	}

ol {
	margin-top:0px;
	margin-bottom:0px;
	}

form {
	margin:10px 0px 0px 0px;
	}

.main {
	margin:0 auto;
	width:926px;
	}

.top_nav {
	position:absolute;
	top:16px;
	width:912px;
	padding-right:14px;
	text-align:right;
	color:#CD0089;
	font-family:Tahoma;
	}

.top_nav a {
	color:#CD0089;
	text-decoration:none;
	}

.top_nav a:hover {
	text-decoration:underline;
	}

.logo {
	position:absolute;
	top:18px;
	margin-left:14px;
	}

.top_nav_bar {
	position:absolute;
	top:120px;
	width:924px;
	border:1px solid #606062;
	border-bottom:0px;
	background-color:#666666;
	background-image:url(../images/ace-portraits-top-nav-background.jpg);
	background-repeat:repeat-x;
	height:27px;
	overflow:hidden;
	}

.top_nav_bar_links {
	float:left;
	border-right:1px solid #ADADAD;
	text-align:center;
	}

.top_nav_bar_links a {
	display:block;
	height:24px;
	padding:5px 10px 0px 10px;
	color:#bdd475;
	text-decoration:none;
	}

.top_nav_bar_links a:hover {
	background-image:url(../images/ace-portraits-top-nav-background-over.jpg);
	background-repeat:repeat-x;
	}

.clear_float {
	clear:both;
	height:0px;
	}

.content {
	position:absolute;
	top:148px;
	width:924px;
	}

.content2 {
	background-color:#FFFFFF;
	background-image:url(../images/ace-portraits-content-background-shadow.jpg);
	background-repeat:repeat-x;
	border:1px solid #828385;
	border-top:0px;
	}

.info {
	padding:10px;
	text-align:justify;
	}

.footer {
	background-color:#CD0089;
	text-align:center;
	height:22px;
	padding-top:7px;
	color:#FFFFFF;
	font-size:90%;
	}

.footer a {
	color:#FFFFFF;
	text-decoration:none;
	}

.footer a:hover {
	text-decoration:underline;
	}

.post {
	margin-bottom:10px;
	border:1px solid #75787D;
	background-color:#00ACEC;
	color:#FFFFFF;
	padding:10px;
	width:273px;
	}

.post a {
	color:#FFFFFF;
	}

.online {
	margin-bottom:10px;
	border:1px solid #75787D;
	background-color:#CD0089;
	color:#FFFFFF;
	padding:10px;
	width:273px;
	}

.offers {
	margin-bottom:10px;
	border:1px solid #75787D;
	background-color:#BCD474;
	color:#666666;
	padding:10px;
	width:273px;
	}

.offers a {
	color:#666666;
	}

.sub_footer_left {
	float:left;
	padding:10px;
	font-size:80%;
	color:#CD0089;
	}

.sub_footer_right {
	float:right;
	padding:10px;
	font-size:80%;
	color:#CD0089;
	}

.sub_footer_right a {
	color:#CD0089;
	text-decoration:none;
	}