body {
	margin: 0;
	border: 0;
	padding: 0;
 	background-color: #F5F5F5;}  			/* Light Grey - F5F5F5 */

#wrapper { 	        	
	width: 763px;
  	margin-left: auto;
  	margin-right: auto;}
/* 	background-color: yellow;}	Darkest Blue - 00004F */

#positioning-frame {
	position: relative;
	width: 763px;}

img {
	margin: 0;
	border: 0;
	padding: 0;}

/* ------------------- HEADER SECTION ------------------- */

#header { 									/* Header - Image */
	position: relative; 
	width: 763px;
	height: 69px; 
	margin: 0;
	border: 0 none;	
	padding: 0;
	top: 0; 
	left: 0; 
	font-family: Arial;
	font-size: 1pt;
	color: black;
	text-align: left;
  	background-image: url('../images/headers/citos-lowrider-products_763x69.gif');
  	background-repeat: no-repeat}
	
/* ------------------ MENU SECTION ------------------ */

#menu {										/* Menu - Text */
	position: relative;
	overflow: visible; 
	border-top: 0px solid white;
	border-bottom: 0px solid white;
	width: 763px;
	height: 15px; 
	padding: 0;
	top: 0;
	left: 0;
  	font-family: Verdana, Arial;
	font-size: 8pt;
	color: white;
	text-align: left;
	background-color: #990000;}  			/* Triangle Red - 990000, Rose Red - E4082E, Darkest Blue - 00004F, Dark Purple - 6100C1 */
	
#menu-title {   			/* --------------- COMPLETE - DON'T CHANGE ---------------- */
  	width: 292px;
  	font-weight: bold;
  	margin: 0;
  	padding: 0 0 0 4px; /* working */
  	float: left;
  	background-color: none;}

#menu-right ul { 			/* --------------- COMPLETE - DON'T CHANGE ---------------- */
  	margin: 0;
  	padding: 0 4px 0 0;
 	text-align: right;}
 
#menu-right li {			/* --------------- COMPLETE - DON'T CHANGE ---------------- */
  	display: inline;
  	font-weight: normal;}
 	
.menu-dot {
	font-family: Arial;
	font-size: 6pt;
	color: white;}

/* ---------- Menu Anchor Links -------- */
  
#menu a:link {
	color:#FFFFFF;} /* INITIAL COLOR - White - WORKS FOR BOTH IE & FOX */

#menu-right a:hover {
	color:#FFFFFF;  /* HOVER - UNDERLINE WORKS FOR BOTH IE & FOX - COLOR DOESN'T REMAIN AFTER VISIT */ 
	text-decoration: underline;} 

#menu-right a:active {
	color:#FFFFFF;} /* TRANSITION COLOR (Not Important) - White - WORKS ON BOTH IE & FOX  */

#menu-right a:visited {
	color: #FFFFFF;}   /* VISITED COLOR - White - WORKS FOR BOTH IE & FOX -  */

/* ----------------- SIDEBAR BUTTONS SECTION (Steady Links) ---------------- */

#side-bar {
	position: relative;
	top: 0px;
	left: 0;
	width: 163px;
	height: 520px;	
	margin: 0;
	border: 0;
	padding: 0;
	background-color: #000000;} 			/* Bright Green - 00FF33, White  - FFFFFF, Black - 000000, Grey - CCCCCC */

#lowrider-art_button {
	position: absolute;
	top: 2px;}

#lowrider-audio_button {
	position: absolute;
	top: 49px;}

#lowrider-books_button {
	position: absolute;
	top: 96px;}

#lowrider-fashion_button {
	position: absolute;
	top: 143px;}

#lowrider-jewelry_button {
	position: absolute;
	top: 190px;}

#lowrider-media_button {
	position: absolute;
	top: 237px;}

#lowrider-music_button {
	position: absolute;
	top: 284px;}

#lowrider-parts_button {
	position: absolute;
	top: 331px;}

#lowrider-photographs_button {
	position: absolute;
	top: 378px;}

#lowrider-wheels_button {
	position: absolute;
	top: 425px;}

#lowrider-links_button {
	position: absolute;
	top: 472px;}

/* ----------------- MAIN SECTION (Main Window Content) ---------------- */
	
#main-content {
	position: absolute;
	top: 84px;
	left: 163px;
	width: 600px;
	height: 520px;
	background-color: #000000;} 		/* Cyan - 00FFFF, Darkest Blue - 00004F, Gold - FFCC00 ; Light Yellow - FFFF66 */ 

#mc-heading {
	position: absolute;
	overflow: hidden;
	top: 1px;
	left: 0;
	margin: 0;
	border: 0;
	padding: 0;
	height: 22px;
	width: 600px;
	font-family: arial, verdana;
	font-size: 15pt;
	font-weight: 500;
	color: white;
	text-align: center;
	background-color: #00004F;} 		/* Gold - FFCC00, Darkest Blue - 00004F, Darkest Green - 006600 */

#small-more-arrow {
	position: absolute;
	top: 3px;
	left: 563px;}

#contact-page {
	position: absolute;
	top: 24px;
	height: 400px;
	width: 600px;
  	background-image: url('../images/menu/contact_600x400.jpg');}

#lowrider-section-page-2 {
	position: absolute;
	top: 24px;
	height: 400px;
	width: 600px;
  	background-image: url('../images/lowrider-section/company/page2_600x400.jpg');}

#lowrider-section-page-3 {
	position: absolute;
	top: 24px;
	height: 400px;
	width: 600px;
  	background-image: url('../images/lowrider-section/company/page3_600x400.jpg');}

/* ------------------ Main Window Text ------------------ */

#contact-paragraph-1 {						/* Text - Paragraph */
	position: absolute; 
	top: 78px;
	left: 7px; 
	font-family: arial, verdana;
	font-size: 13pt;
	font-style: normal;	
	color: white;}

#contact-paragraph-2 {						/* Text - Paragraph */
	position: absolute; 
	top: 106px;
	left: 17px; 
	font-family: arial, verdana;
	font-size: 16pt;
	color: white;}

#triangle-1 {
	position: absolute; 
	top: 100px;
	left: 100px;}

#triangle-2 {
	position: absolute; 
	top: 200px;
	left: 200px;}

/* ---------- Main Email Anchor Links -------- */
  
.email a:link {
	color:#00CCFF;				 /* Light Blue - 00CCFF */
	text-decoration: none;}
	
.email a:hover {				 
	color:#00CCFF;  			 /* Light Cyan - 66FFFF, Cyan - 0099FF - COLOR DOESN'T REMAIN AFTER VISIT IN IE ONLY */	
	text-decoration: underline;} /* INITIAL COLOR - WORKS ONLY IN FOX */
	
.email a:active {
	color:#00CCFF;}	 			 /* TRANSITION COLOR (Not Important) - Light Blue - WORKS ON BOTH IE & FOX  */
	
.email a:visited {
	color: #00CCFF;}   			 /* VISITED COLOR - Light Blue - WORKS FOR BOTH IE & FOX -  */
	
/* ------------------ Main Window Bottom Banner ------------------ */

#bottom-banner {
	position: relative; 
	top: 425px; 
	width: 600px;
	height: 95px;
 	background-image: url('../images/text/this-site-under-construction_600x95.gif');}

/* -------------- FOOTER SECTION ------------- */ 

#copyright {
	position: relative;
	width: 380px;
	top: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	font-family: Arial; 
	font-size: 8pt; 
	font-weight: normal;
	color: black;
	text-align: justify;
	background-color: #F5F5F5;}				/* Light Grey - F5F5F5 */

/* -------------- STANDARD AMG BODY RULES ------------- */ 

a {
	text-decoration: none;} 	/* prevents initial underline on both IE & Firefox */

a:link {						/* DO NOT CHANGE ORDER OF SEQUENCE */
	color:#0000FF;} /* initial color - Blue */
	
a:visited {
	color:#0000FF;}  /* visited color - Blue */

a:hover {
	color:#3366FF;}	/* hover color - Medium Blue */ 

a:active {
	color:#0099FF;} /* transition color - Cyan */

	
/* ------------------ REFERENCE COLORS ------------------
  
	White  - FFFFFF ; Black - 000000 ; Grey - CCCCCC ; Light Grey - F5F5F5 ; Transition Grey - 333333 (18)	
	Red    - FF0000 ; Rose Red - E4082E, Maroon - 990033, Violet Red - CC0099 ; Fucia - FF00FF
	Violet - EE82EE ; Pink - FFCCFF ; Salmon - F7E9E5 ; Light Pink - FFF5F5 ; CC99FF - Lavender 
	Purple - 9900FF ; Lavender - CC99FF ; Dark Purple - 6100C1, Darker Purple - 5A1BAF, Darkest Purple - 48158E
	Orange - FF7F00 ; FF9900 - Gold ; Yellow Gold - FFCC00 
	Yellow - FFFF00 ; Light Yellow - FFFF66 ; Lime - CCFF33
	Green  - 00FF00 ; Bright Green - 00FF33 ; Light Green - CCFFCC ; Olive - CCFF33 ; Dark Green - 33CC33 
	Cyan   - 00FFFF ; Light Cyan - 66FFFF ; Medium Cyan - 33CCFF ;  Turquoise - 00FFCC
	Blue   - 0000FF ; Light Blue - 00CCFF ; Medium Blue - 3366FF ;  Dark Blue - 000066 ; Darkest Blue - 00004F */