﻿/* 2010 */
/* general */
/* padding:top right bottom left; */
html {
	min-height: 100%;
	margin: 0 0 1px 0;
}
body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Arial,Tahoma,Calibri,Verdana;
	font-size: 0.9em;
	height: 100%;
	background-color:#000000;	
}

#mainTable1 {
	background-color:#ffffff;
	border-collapse: collapse;
}

#mainNav a:link, #mainNav a:visited {
	color:#000000;
	font-weight:Bold;
	text-decoration: None;	
}
#mainNav a:active, #mainNav a:hover {
	text-decoration: Underline;
}

#leftMenu {
	color:#ffffff;
}
#leftMenu a:link, #leftMenu a:visited {
	color:#000000;
	text-decoration: None;	
}
#leftMenu a:active, #leftMenu a:hover {
	text-decoration: Underline;
}

#menu {
	padding:0 10px 10px 10px;
	font-size:18px;
}
#menu a:link, #menu a:visited {
	color:#ffffff;
	text-decoration: None;
	font-weight:normal;	
}
#menu a:active, #menu a:hover {
	text-decoration: Underline;
}

#login {
	border-collapse: collapse;
	width:520px;
	height:35px;
	font-size:11px
}
#login a:link, #login a:visited {
	color:#000000;
	text-decoration: None;
	font-weight:normal;	
}
#login a:active, #login a:hover {
	text-decoration: Underline;
}

.menuOption {
	padding:6px 0 0 0;
}
.menuOptionTop {
	padding:0 0 0 0;
}
.menuOptionOption {
	padding:4px 0 0 10px;
	font-size:16px;	
}

#header {
	border-collapse: collapse;
	width:980px;
	height:80px;
	background:url('images/header.gif') no-repeat;
	font-size:12px;
	color:#ffffff;
}
#header a:link, #header a:visited {
	color:#ffffff;
	text-decoration: None;
}
#header a:active, #header a:hover {
	text-decoration: Underline;
}


#footer {
	font-size:14px;
	font-family:Times;
	width:980px;
	height:22px;
	color:#ffffff;
	background-color:#000000;
	text-align:right;
}
#footerContents {
	padding:3px 10px 0 10px;
}
#footer a:link, #footer a:visited {
	color:#ffffff;
	text-decoration: None;	
}
#footer a:active, #footer a:hover {
	text-decoration: Underline;
}

.phone {
	width:266px;
	height:60px;
	background:url('images/bg-title.gif') repeat-x;
	font-size:26px;
	color:#7a7a7a;
}
.phoneContents {
	padding:15px 10px 0 10px;
}

.mainTitle {
	width:706px;
	height:66px;
	background:url('images/bg-title.gif') repeat-x;
	font-size:26px;
	color:#7a7a7a;
}
.mainTitleContents {
	padding:15px 10px 0 10px;
}

.mainBody {
	font-size:14px;
	color:#ffffff;
}
.mainBodyContent {
	padding:0 10px 10px; 10px;
}

.mainBodyContent a:link, .mainBodyContent a:visited {
	color:#ffffff;
	text-decoration: Underline;
}
.mainBodyContent a:active, .mainBodyContent a:hover {
	text-decoration: None;
}

.mainBodyContentDivide {
	width:343px;
	float:left;
}
#menu a:link, #menu a:visited {
	color:#ffffff;
	text-decoration: None;
	font-weight:normal;	
}
#menu a:active, #menu a:hover {
	text-decoration: Underline;
}

.standardForm {
	color:#ffffff;
	font-size: 12px;
}
.standardForm a:link, .standardForm a:visited {
	color:#ffffff;
	text-decoration: None;
	font-weight:normal;	
}
.standardForm a:active, .standardForm a:hover {
	text-decoration: Underline;
}

.productsList {
	width:686px;
	color:#ffffff;
	border-collapse: collapse;
	font-size:14px;
	text-align:center;
}
.productsList a:link, .productsList a:visited {
	text-decoration: None;
}
.productsList a:active, .productsList a:hover {
	text-decoration: Underline;
}

.products {
	width:686px;
	color:#ffffff;
	border-collapse: collapse;
	font-size:14px;
}
.products a:link, .products a:visited {
	text-decoration: Underline;
}
.products a:active, .products a:hover {
	text-decoration: None;
}

.productDetail {
	width:331px;
	font-size:10pt;
	background-color:#242424;
	margin: 10px 0 10px 0;
}
.productDetailContent {
	padding: 10px 10px 10px 10px;
}

.productDetail a:link, .productDetail a:visited {
	text-decoration: Underline;
}
.productDetail a:active, .productDetail a:hover {
	text-decoration: None;
}

/* Inputs */

input {
	background-color: #ffffff;	
	font-size: 11px;
	color: #333333;
	border: 1px solid #3a3a3a;
	padding: 0px;
}


.standardForm a:active, .standardForm a:hover {
	color:#ffffff;
	text-decoration: Underline;
}