/* --- Control Sales Page CSS --*/

/* --- HTML Selectors --- */

body	{
	
}

h1		{color: Black;
			font-family: "Arial Black", Arial, sans-serif;
			font-size: 18px;
			color: black;
			text-align: left;
			}
			

h2		{color: black;
			font-family: Arial, sans-serif;
			font-style: italic;
			font-size: 14px;
			margin: 0px 0px 0px 0px;
			text-align: left;
			}



h3		{color: red;
			font-family: Arial, sans-serif;
			font-style: italic;
			font-size: 13px;
			}

a			{color: blue;
			font-family: Verdana;
			font-weight: bold;
			font-style: italic;
			text-decoration: none;
			}
			
img {
	border: 1px solid black;
}



a: hover	{color: red;
}

hr			{width: 80%;
}
			
p {
	font: 10pt Verdana, Arial;
	color: black;
	font-weight: regular;
	line-height: 12pt;
	margin-left: 10pt;
	margin-right: 10pt;
	}

table	{clear: both;
			border: 0px solid black;
			text-align: center;
			font-family: Arial Black, sans-serif;
			font-size: 12px;
			background-color: white;
			color: blue;
			margin-left: auto;
			margin-right: auto;
			line-height: 12px;
			padding: 5px;
			spacing: 5px;
			}

table a		{font-family: Times New Roman, serif;
				font-size: 14px;
				}

/* --- CLASSES --- */



	/* -- newsletter -- */

.newsletter {
	width: 500px;
	padding: 15px;
	border: 1px solid gray;
	background-color: teal;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	text-align: left;
	font-size: 10px;
}

.newsletter_text {
	width: 250px;
	text-align: left;
	float: right;
	font-size: medium;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}


/* --- IDS --- */

#applet {
	float: left;
	margin: 0px 10px 0px 10px;
}

#header {
	width: 760px;
	background-color: black;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	color: white;
	font-family: Arial, sans-serif;
	font-size: 35px;
	overflow: auto;
}

#header h1 {
	font-size: 35px;
	color: white;
}

#letter {
	width: 75%;
	border: 4px solid black;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

#letterheader {
	background-color: red;
	border: 2px solid black;
	font-color: black;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	text-align: left;
	overflow: auto;
}

#letterheader h1 {
	vertical-align: middle
}

#letterheader img {
	float: left;
	margin: 0px 10px 0px 0px;
}


#overall_content {
	width: 780px;
	background-color: white;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
}

#vertical_navbar {
	width: 139px;
	border: 2px solid black;
	padding: 10px;
	text-align: center;
}

/* --- BUTTON --- */

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 
									

