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


/****************************\
* Payment Form Style Classes *
\****************************/

.payment_input { width:225px; }
.payment_label { font-size: 12px; color: #14c5ff; font-weight: bold; text-align:right; }
.payment_input_error { width:225px; background-color: #FFB9B9; }
.payment_label_error { font-size: 12px; color:#BB4444; font-weight: bold; font-style: italic; text-align:right; }
.payment_expiration { width:80px; }

/****************************\
* Support Form Style Classes *
\****************************/

.support_input { }
.support_input_error { background-color: #FFB9B9; }
.support_label {font-family: "sans-serif", Arial, Verdana,; font-size: 12px; color: #303030; font-weight: bold; }
.support_label_error {font-size: 12px; color: #BB4444; font-weight: bold; font-style: italic; }


/********************\
* Text Style Classes *
\********************/

.bolded_label {font-size: 12px; color: #311f9d; font-weight: bold; }
.bolded_label_medium {font-size: 14px; color: #311f9d; font-weight: bold; }

.standard { font-size: 12px; }
.standard_bold { font-size: 12px; font-weight: bold; }
.standard_medium { font-size: 14px; font-weight: bold; }
.standard_large { font-size: 18px; font-weight: bold; }

.footer_text { font-size: 9px; color: #000000; font-weight: bold; }

.email_incorrect {
	font-family: "Century Gothic", Arial, Verdana, sans-serif; 
	font-size: 18px; 
	color: #990000; 
	font-weight: bold; 
}


/************************\
* Element Default Styles *
\************************/

a:link { color: #c7a232 }
a:visited { color: #c7a232; }

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #c7a232;
	font-family: "Century Gothic", Arial, Verdana, sans-serif;
}


a:link {
	color: #000000;
}
a:visited {
	color: #303030;
}





.red_inventory {font-family: "sans-serif", Arial, Verdana,; font-size: 14px; color: #cc0000; font-weight: bold; 
}

.red_hurry {font-family: "sans-serif", Arial, Verdana,; font-size: 14px; color: #cc0000; 
}

.style1 {font-family: "sans-serif", Arial, Verdana,; font-size: 12px; color: #303030; 
}

.style1_gray {font-family: "sans-serif", Arial, Verdana,; font-size: 10px; color: #666666; 
}

.style1_gray_small {font-family: "sans-serif", Arial, Verdana,; font-size: 9px; color: #888888; font-weight: bold;
}

.style2 {font-family: "sans-serif", Arial, Verdana,; font-size: 9px; color: #303030; font-weight: bold; 
}

.style3 {font-family: "sans-serif", Arial, Verdana,; font-size: 18px; color: #303030; font-weight: bold;
}

.style4 {font-family: "sans-serif", Arial, Verdana,; font-size: 10px; color: #808080;
}

.style5 {font-family: "sans-serif", Arial, Verdana,; font-size:9px; color: #3F1014; font-weight: bold; 
}

.style6 {font-family: "sans-serif", Arial, Verdana,; font-size: 12px; color: #14c5ff; font-weight: bold; 
}

.style7 {font-family: "sans-serif", Arial, Verdana,; font-size: 12px; color: #303030; font-weight: bold; 
}

.style8 {font-family: "sans-serif", Arial, Verdana,; font-size: 12px; color: #14c5ff; font-weight: bold;
}

.style9 {font-family: "sans-serif", Arial, Verdana,; font-size: 18px; color: #0000ff; font-weight: bold;
}

.style10 {background-color:#FFB9B9;
}

.style11 {font-family: "sans-serif", Arial, Verdana,; font-size: 18px; color: #14c5ff; font-weight: bold;
}

.style12 {font-family: "sans-serif", Arial, Verdana,; font-size: 24px; color: #303030; font-weight: bold;
}

.style13 {font-family: "sans-serif", Arial, Verdana,; font-size: 36px; color: #303030; font-weight: bold;
}




body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}





#header_content {
	position:absolute;
	left:323px;
	top:48px;
	width:421px;
	height:101px;
	background-image:url(images/header_software.jpg);
}
#header_special {
	position:absolute;
	left:60px;
	top:226px;
	width:400px;
	height:50px;
}
#main_content {
	position:absolute;
	left:60px;
	top:252px;
	width: 655px;
}
#main_content_scroll {
	position:absolute;
	left:60px;
	top:252px;
	width:700px;
	height:620px;
	overflow:scroll;

}
#main_content_right {
	position:absolute;
	left:725px;
	top:252px;
	width:100px;
}

#email_form_area {
	position:absolute;
	left:795px;
	top:639px;
	width:133px;
	height:101px;
}
#footer_text {
	position:absolute;
	left:323px;
	width:314px;
	height:17px;
	bottom: 14px;
}
#cvv_area {
	position:absolute;
	left:432px;
	top:321px;
	width:300px;
	height:200px;
	z-index:3;
	background-image:url(images/cvv.jpg);
}
#cards {
	position:absolute;
	left:432px;
	top:273px;
	width:300px;
	height:34px;
	z-index:3;
	background-image:url(images/cards.jpg);
}
#parent {
	width:950px;
	position: relative;
}