* {margin:0; padding:0;}

body {
	background-color: #201c1a;
	background-image: url(images/top_bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#website_container { 
	width: 956px;
	margin-right: auto;
	margin-left: auto;
}
option {
	padding: 0 0.5em;
}

/*==================== Misc ====================*/
.header {
	display: inline;
	text-transform: uppercase;
	font-size: 12px;
	color: #fe0000;
}
h1 {
	text-transform: uppercase;
	font-size: 12px;
	color: #fe0000;
	font-weight: normal;
}

ul {
	padding: 0px;
	list-style-position: inside;
}
.red_text {
	color: #FF0000;
}
.message_block {
	display: block;
	margin: 20px auto;
	width: 750px;
}

.three_up {
    width: 750px;
    height: 180px;
    padding-top: 18px;
}

.three_up .side_img {
    display: block;
    float: left;
    border: 1px solid #FFFFFF;
    width: 240px;
    height: 160px;
}

.three_up .middle_img {
    display: block;
    float: left;
    border: 1px solid #FFFFFF;
    width: 240px;
    height: 160px;
    margin: 0 8px;
}

/*==================== Links ====================*/
a:link   { color: #CCCCCC; font-style: normal; text-decoration: none }
a:visited   { color: #CCCCCC; font-style: normal; text-decoration: none }
a:hover   { color: #FF0000; font-style: normal; text-decoration: none }
a:focus, a:active  { color: #FFFFFF; font-style: normal; text-decoration: none }

/*==================== Header ====================*/
.banner_container {
	background-image: url(images/banner_bg.png);
	float: left;
	width: 956px;
	height: 158px;
}
.banner_top_padding {
	float: left;
	width: 100%;
	height: 50px;
}
.banner {
	float: left;
	width: auto;
	height: 100px;
}
.img_noborder {
	border: 0px none;
}
.img_left {
	float: left;
	clear: left;
	border: 0px none;
	vertical-align: text-top;
	margin: 0 6px 0 0;
}

/*==================== Navigation ====================*/
#nav {
	float: right;
	margin: 42px 24px 0 0px;
}
#nav ul {
	padding: 0px;
	list-style-position: inside;
	list-style-type: none;
}
#nav li {
	float: left;
	margin: 0px 2px;
	padding: 0px 2px;	 
}


.main_container {
	float: left;
	width: 956px;
}
.main_content {
	float: left;
	width: 100%;
	margin: 4px;
}
.left_column {
	float: left;
	clear: left;
	width: 750px;
}
.right_column {
	float: right;
	clear: right;
	width: 150px;
}
.flash_container {
	width: 689px;
	height: 330px;
	border: 2px solid #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-bottom: 8px;
}

/*==================== News ====================*/
.news_header {
	float: left;
	width: auto;
	text-transform: uppercase;
	font-size: 12px;
	color: #fe0000;
}
.news_date {
	float: right;
	clear: right;
	text-align: right;
	width: 90px;
	text-transform: uppercase;
	font-size: 12px;
	color: #fe0000;
}
.news_content {
	float: left;
	clear: both;
	width: 100%;
	border-top: 1px solid #333333;
	margin: 0 0 8px 0;
}
.main_bottom_side_container {
	float: left;
	width: 331px;	
}
.main_bottom_mid_container {
	float: left;
	width: 294px;
	text-align: center;	
}
.error {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #FF0000;
	background-color: #CCCCCC;
	border: 1px solid #000000;
}
/*==================== Shop ====================*/
.shop_content {
	float: left;
	width: 100%;
	margin: 4px 4px 20px 4px;
	overflow: none;
}
.shop_image_div {
    float: left;
	width: 100px;
	margin: 0 10px 0 4px;
	text-align: center;
}
.shop_image {
	border: 1px solid #FFFFFF;
}
.shop_title {
	float: left;
	width: 810px;
	text-transform: uppercase;
	border-bottom: 1px solid #FFFFFF;
}
.shop_short_description {
	float: left;
	width: 700px;
}
.shop_price {
    float: right;
	width: 120px;
	text-align: center;
	padding: 5px 0 0 0;
	font-size: 1.2em;
}
.shop_checkout_button {
	float: left;
	width: 360px;
	text-align: right;
	margin-right: 6px;
}
.long_title {
	float: left;
	clear: both;
	width: 98%;
	text-transform: uppercase;
	border-bottom: 1px solid #FFFFFF;
	margin: 4px 0 4px 0;
	padding-left: 10px;
	color: #fe0000;
	font-size: 14px;
	font-weight: bold;
}
.long_short_description {
	float: left;
	width: 500px;
}
.long_price {
    float: right;
	width: 200px;
	text-align: center;
	padding: 5px 0 0 0;
	font-size: 1.2em;
}

.long_price img {
	border: none;
}
.long_additional_info {
    float: left;
	clear: both;
	width: 100%;
	text-align: center;
	color: #505050;
	text-transform: uppercase;
	border-bottom: 1px solid #505050;
	margin: 25px 0 0 0;
}
.long_long_description {
	float: left;
	clear: both;
	width: 948px;
	margin: 2px 4px 0 4px;
}

.view_cart {
	float: left;
	clear: both;
	width: 100%;
	text-align: right;
	padding: 10px 0;
	color: #505050;
	text-transform: uppercase;
	/* border-bottom: 1px solid #505050; */
	/* border-top: 1px solid #505050; */
	margin-bottom: 10px;
}
.shop_powered_by {
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
	color: #505050;
	text-transform: uppercase;
	/* border-bottom: 1px solid #505050; */
	border-top: 1px solid #505050;
	/* margin: 25px 0 0 0; */
}

/*==================== Contacts ====================*/
.contact_content {
	width: 400px;
	margin: 0 0 15px 0;
}
.contact_title {
	width: 100%;
	border-top: 1px solid #333333;
}
.email_label {
	float: left;
	width: 130px;
	clear: left;
}

/*==================== Projects ====================*/
.project_dropdown {
	clear: both; 
	width: 900px;
	margin: 0 auto 10px auto;
}
.project_page_links {
	clear: both; 
	width: 900px;
	margin: 0 auto 10px auto;
	text-align: right;
	border-top: 1px solid #616161;
}
.project_fieldset {
	border: none;
	float: left;
	width: auto;
	margin: 15px 0;
}

.project_links:hover   { color: #FF0000; font-style: normal; text-decoration: none }

.project_container {
	clear: both; 
	width: 900px;
	margin: 0 auto 10px auto;
	overflow: hidden;
	border: 1px solid #201c1a;
}
.project_container:hover {
	background-color: #444444;
	border: 1px solid #FFFFFF;
	/*cursor: pointer;*/
}
.project_image_container {
	overflow: hidden;
	float: left;
	width: 400px;
	height: 300px;
	border: 1px solid #FFFFFF;
	background-color: #000000;
	background-position: center center;
	background-repeat: no-repeat;
}
.project_title {
	float: left;
	width: 398px;
	height: 16px;
	padding-left: 10px; /*398 + 10 = 408 */
}
.project_date {
	float: left;
	width: 82px;
	height: 16px;
	padding-right: 6px;
	text-align: right;
}
.project_sDescription {
	float: left;
	width: 488px;
	height: 269px; /*270 +16 + 16 = 302*/
	overflow: auto;
	border-top: 1px solid #FFFFFF;
	padding-left: 10px; /*488 + 10 = 498 */
}
.project_more {
	float: left;
	width: 488px;
	height: 16px;
	text-align: right;
	color: #FF0000;
}
.project_clearBoth {
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	height: 10px;
}
.hidden {
	display: none;
}
.project_page_links span {
	font-size: 1.5em;
}
.project_page_links a:link, .project_page_links a:visited {
	padding: 4px;
	font-size: 1.3em;
}
/*==================== Project Page (individual project) ====================*/
.project_page_title {
	float: left;
	clear: both;
	width: 80%;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	margin: 8px 4px 12px 4px;
	border-bottom: 1px solid #333333;
}
.project_page_container {
	float: left;
	clear: both;
	width: 98%;
	margin: 4px;
}

/*==================== Footer ====================*/
.footer {
	background-color: #161212;
	width: 956px;
	height: 40px;
	line-height: 20px;
	color: #999999;
	text-align: center;
	clear: both;
	font-size: 10px;	
}

/*==================== Email ====================*/
.email_body {
	background-color: #201c1a;
	background-image: none;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.email_message {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #FF0000;
	border: 1px solid #CCCCCC;
}
fieldset {
	display: block;
	border: 1px solid #999999;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
legend {
	width: auto;
	color: #CCCCCC;
	text-transform: uppercase;
	margin-left: 10px;
}

.form_data {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	margin: 4px;
}

label {
	float: left;
	width: 150px;
	clear: left;
}
input {
	float: left;
	color: #FFFFFF;
	background-color: #333333;
	border: 1px solid #999999;
}
input:focus, input:active {
	float: left;
	color: #FFFFFF;
	background-color: #444444;
	border: 1px solid #FFFFFF;
}

[readonly] {
	color: #555555;
}

[readonly]:focus {
	color: #555555;
	background-color: #333333;
	border: 1px solid #999999;
}
input.submit_style {
	float: right;
	width: 50px;
	background-color: #333333;
	margin: 4px 8px 4px 4px;
}
input.submit_style:hover {
	background-color: #555555;
	cursor: pointer; 
}
textarea {
	display: block;
	color: #FFFFFF;
	background-color: #333333;
	border: 1px solid #999999;
	width: 450px;
	height: 400px;
	overflow: auto;
	margin-right: auto;
	margin-left: auto;
}
textarea:focus {
	color: #FFFFFF;
	background-color: #444444;
	border: 1px solid #FFFFFF;
}
/*==================== Website Creation Form ====================*/
fieldset.website_email_fieldset {
	display: block;
	border: 1px solid #999999;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.website_email_message {
	width: 90%;
	margin: 0 auto; 
	text-align: center;
	color: #FF0000;
	border: 1px solid #CCCCCC;
}
textarea.website_email_textarea {
	display: block;
	color: #FFFFFF;
	background-color: #333333;
	border: 1px solid #999999;
	width: 95%;
	height: 150px;
	overflow: auto;
	margin-right: auto;
	margin-left: auto;
}
textarea.website_email_textarea:focus {
	color: #FFFFFF;
	background-color: #444444;
	border: 1px solid #FFFFFF;
}
input.website_email_submit_style {
	float: right;
	width: 50px;
	background-color: #333333;
	margin: 4px 18px 4px 4px;
}
input.website_email_submit_style:hover {
	background-color: #555555;
	cursor: pointer; 
}
option.website_email_option {
	background-color: #333333;
	color: #FFFFFF;
	padding: 0 6px;
}
select.website_email_select {
	background-color: #333333;
	color: #FFFFFF;
	border: 1px solid #999999;
}
.website_email_file {
	color: #a0a0a0;
}
label.website_email_full {
	float: left;
	width: 95%;
	clear: left;
}

/* ==== MCE ==== */
/* TinyMCE specific rules */
body.mceContentBody {
	background: #201c1a;
   	background-color: #201c1a;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.newsQuotes {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	font-size: 12px;
	color: #CCCCCC;
	display: block;
	clear: both;
	padding-right: 20px;
	padding-left: 20px;
	margin-left: 20px;
	margin-top: 12px;
}

.center {
	display: block;
	margin: 0 auto;
}

