/* ---------------------------
appleboxdesign.com
Official Color Scheme:
#D1202A: (RED, official applebox)
#000000: (BLACK, official applebox)
--------------------------- */

/* ===================================================================== */
/* Redefine standard HTML tags */
body {background-color: #FFFFFF}
a {text-decoration: none}	/* All links */
a:link,
a:visited {color: #000000}	/* Default */
a:hover,
a:active  {color: #D1202A}	/* Hover */

/* ===================================================================== */
/* Absolutely positioned elements */
.position {							/* AP container */
	position: relative;
	top: 0px;
	left: 0px;
}
.position * {position: absolute}	/* AP elements */
.position * * {position: relative}	/* AP nested elements */

/* ===================================================================== */
/*>>--------------------------------<<*/
/*>>  styles for Graphic Structure  <<*/

.header_design {
	background-image: url(images/header_design.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#header_nav {
	background-image: url(images/header_nav.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
.edge_left {
	background-image: url(images/edge_left.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.edge_center {
	background-image: url(images/edge_center.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.edge_right {
	background-image: url(images/edge_right.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.footer_left {
	background-image: url(images/footer_left.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.footer_right {
	background-image: url(images/footer_right.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.footer_design {
	background-image: url(images/footer_design.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.McApplebox_pole {
	background-image: url(images/McApplebox_pole.jpg);
	background-repeat: repeat-y;
}
#nav {
	height: 28px;
	font-size: 11px;
	background-image: url(images/no_flash.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#nav a {
	display: block;
	top: 9px;
}
#nav a:link,
#nav a:visited {color: #FFFFFF}
#nav a:hover,
#nav a:active {color: #FFFF00}
#nav #current a:link,
#nav #current a:visited,
#nav #current a:hover,
#nav #current a:active {color: #FFFF00}
#no_nav {
	height: 28px;
	background-image: url(images/no_nav.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/*>>-----------------------------<<*/
/*>>  styles for Text Structure  <<*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
li {
	list-style-position: inside;
	padding-left: 10px;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:link,
a:visited {color: #000000}
a:hover,
a:active {color: #D1202A}

a.blue {
	font-weight: bold;
	text-decoration : none;
}
a.blue:link,
a.blue:visited {color: #014E82}
a.blue:hover,
a.blue:active {color: #000000}

a.blue_underline,
.contact_split a {
	font-weight: bold;
}
a.blue_underline:link,
a.blue_underline:visited,
#contact_email a:link,
#contact_email a:visited,
.contact_split a:link,
.contact_split a:visited {
	color: #014E82;
	text-decoration: none;
}
a.blue_underline:hover,
a.blue_underline:active,
#contact_email a:hover,
#contact_email a:active,
.contact_split a:hover,
.contact_split a:active {
	color: #014E82;
	text-decoration: underline;
}

#tagline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #6E6B62;
	text-align: right;
	position: relative;
	right: 30px;
	top: 142px;
}
.print_web {
	font-size: 11px;
}
#view_portfolio {
	font-size: 16px;
	text-align: right;
	position: relative;
	right: 265px;
	top: 55px;
}
#copyright {
	color: #FFFFFF;
	font-size: 12px;
	padding-left: 195px;
	padding-bottom: 3px;
}
#LA,
.McApplebox {
	font-size: 14px;
	font-weight: bold;
}
.section {
	color: #6E6B62;
	font-weight: bold;
}
.applebox {
	color: #d1202a;
	font-weight: bold;
}
.transfer {
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
}
#contact {
	font-size: 12px;
	font-weight: bold;
	background-image: url(images/contact.jpg);
	background-repeat: no-repeat;
}
#contact_applepay {
	font-size: 12px;
	font-weight: bold;
}
#required_fields {
	font-size: 10px;
	color: #d1202a;
}
#contact_phone {
	padding-top: 14px;
	font-size: 18px;
}
#contact_email {
	padding-top: 5px;
	font-size: 14px;
}
.contact_split {
	padding-bottom: 12px;
}
#select_name {
	padding-bottom: 16px;
	font-size: 11px;
	color: #000000;
}
#ID_examples {
	position: relative;
	left: 0px;
	top: -7px;
}
#upgrade {padding-top: 50px}

#upload_file {
	color: #6E6B62;
	font-size: 14px;
	font-weight: bold;
	padding: 26px 0 0 12px;
}
#loading {
	display: none;
}
#loading span#Uploading {
	display: inline-block;
	color: #6E6B62;
	font-size: 14px;
	font-weight: bold;
	padding: 18px 0 4px;
}
#limitations {
	color: #CC3300;
	font-size: 12px;
	margin-top: 5px;
}

/*>>----------------------------<<*/
/*>>  styles for Pricing Popup  <<

#pricing_pop {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1000;
	display: none;
	width: 100%;
	margin-top: 20px;
}*/
