/* FORMAT STYLESHEET */

body {
	margin: 0px;
	background: #535353;
	background-image: url(../images/topbackground.gif); 
	background-position: top; 
	background-repeat: repeat-x;
	}

#headerContainer {
	width: 100%;
	background: #FFFFFF;
	background-image: url(../images/topbackground.gif); 
	background-position: top; 
	background-repeat: repeat-x;
	overflow: auto;
	}
		#headerConstraint {
			width: 745px;
			background: #FFFFFF;
			background-image: url(../images/topbackground.gif); 
			background-position: top; 
			background-repeat: repeat-x;
			}
		
				#headerPhone {
					width: 745px;
					float: left;
					}
				
				#headerLogoBox {
					width: 745px;
					float: left;
					}
					
						#logoContainer {
							width: 271px;
							float: left;
							padding-left: 25px;
							}
						
						#stripesContainer {
							width: 166px;
							float: right;
							padding-right: 6px;
							}
			

#navigationContainer {
	width: 100%;
	background: #000000;
	background-image: url(../images/blackbackground.gif); 
	background-position: top; 
	background-repeat: repeat-x;
	overflow: hidden;
	}
		
		#navigationConstraint {
			width: 745px;
			}

			.navItem {
				float: left;
				}
				
				#productsContent {
					background: #000000;
					}
				.dropdownNavItem {
					font-family: Arial, Helvetica, sans-serif;
					font-size: 12px;
					font-weight: 400;
					color: #FFFFFF;
					padding-top: 4px;
					padding-bottom: 4px;
					padding-left: 14px;
					padding-right: 14px;
					border-bottom: 1px solid #FFFFFF;
					border-left: 1px solid #FFFFFF;
					border-right: 1px solid #FFFFFF;
					}

#contentContainer {
	width: 100%;
	background: #FFFFFF;
	white-space:inherit;
	overflow: auto;
	}
	
		#contentConstraint {
			width: 780px;
			overflow: auto;
			}
			
				#indexLeftColumn {
					width: 385px;
					border-right: 3px solid #000000;
					float: left;
					}
				
				#indexRightColumn {
					width:360px; 
					float: left;
					}
				
				.leftDiv {
					float: left;
					}
				
				/* JUMP TO PAGE STYLES */
					
#footerContainer {
	width: 100%;
	overflow: auto;
	}
	
		#footerConstraint {
			width: 745px;
			}
			
				#footerNavigation {
					width: 745px;
					border-bottom: 2px solid #969696;
					}

/* PAGE STYLES [SEND ME] */				
#sendme {
	td padding:5px;
	}

/* PAGE STYLES [INDEX] */
#productsLeftColumn {
	float: left;
	width: 273px;
	padding: 20px;
	background: #E5E5E5;
	overflow: auto;
	}

#productsCenterColumn {
	float: left;
	width: 300px;
	padding-top: 20px;
	padding-left:10px;
	}

#productsRightColumn {
	float: left;
	width: 135px;
	padding-top: 20px;
	margin-left: 4px;
	background: #808080;
	}
	
#interiorSpacer {
	padding-left: 
	width: 620px;
	padding-left: 55px;
	padding-right: 55px;
	padding-top: 20px;
	padding-bottom: 35px;
	}

#formContainer {

	border-top: 3px solid #CCCCCC;
	margin: 0px;
	}
	
#orderField {
	width: 300px;
	}