﻿/* 
Title:				Milwaukee Iron CSS Style
Author:				CSS Design By Aaron J. Gundersen of CarbinTech
Last Updated: 		4/11/08
 */

body 
{
		text-align: left !important;
		/*width: 780px !important;*/
		margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
		background:url(background.jpg) !important;	
		background-attachment:fixed !important;
        background-position:center !important;
        background-repeat:repeat-y !important;
        background-color: #000000 !important;
}

.addressdealerapp a{
		text-decoration: none;
		color:#ff0000;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		text-transform:capitalize;
		}

.addressdealerapp 	a:visited{
		text-decoration: none;
				}
				
.addressdealerapp 	a:active{
		text-decoration: none;
				}
				
.addressdealerapp 	a:hover{
		text-decoration: underline;
				}

.blackbodywhitetext
{
		background-color:#000000;
		color:#ffffff;
		font-size:12px;
		font-family:Arial;
}

.capitalize{
		color:#ff0000;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		text-transform:uppercase;
		}

.bodytext{
		font-family: "Myriad Pro", Arial, helvetica, sans-serif;
		font-size:14px;
		color:#ffffff;
		text-align:justify;
		}
.bodytextsmall{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#000000;
		}

.clearfloat {
		clear:both;
		height:1px;
		font-size: 1px;
		line-height: 0px;
}
.formClear {
		clear:both;
		height:10px;
		font-size: 1px;
		line-height: 10px;
}

.header{
		font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
		font-size:50px;
		color:#FF0000;
		}

.headerw{
		font-family:Arial, Helvetica, sans-serif;
		font-size:18px;
		color:#FFffff;
		}

.italics{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#ffffff;
		text-align:center;
		font-style:italic;
		}
		
.sitemap{
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#000000;
		text-align:justify;
		text-transform:capitalize;
		}
.whitetextlogin
{
		color:#ffffff;
}

#container { 
		width: 780px;  /* this will create a container 90% of the browser width */
		margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
		
		text-align: left; /* this overrides the text-align: center on the body element. */
		overflow:auto;
}

#content { 
		width: 92%; 
		margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
		text-align: left; /* this overrides the text-align: center on the body element. */
		background-color:#000000;
}

#labelEighth
{
		float:left;
		width:25%;
		Height:25px;
}

#area33
{
		float:left;
		width:33%;
		Height:25px;
}
#area33R
{
		float:right;
		width:33%;
		Height:25px;
}

#area33HalfLabel
{
		float:left;
		width:25%;
		Height:25px;
}

#area33Half
{
		float:left;
		width:50%;
		margin-right:20%;
		Height:25px;
}
#area33HalfR
{
		float:left;
		width:75%;
		Height:25px;
}


#labelQuarter
{
		float:left;
		width:16%;
		Height:25px;
}

#textareaQuarterL
{
		float:left;
		width:29%;
		margin-right:10%;
		Height:25px;
	
}
#textareaQuarterR
{
		float:left;
		width:29%;
		Height:25px;
	
}

#labelHalf
{
		float:left;
		width:16%;
		Height:25px;

}
#textareaHalf
{
		float:left;
		width:84%;
		Height:25px;
}

#bigrow
{
		width:100%;
		height:30px;
		float:left;
}

#row
{
		width:100%;
		height:15px;
		float:left;
}


#whole
{
		width:100%;
		float:left;
		margin-bottom:5px;
		text-align:center;

}
#wholetext
{
		width:100%;
		float:left;
		margin-bottom:5px;
		text-align:justify;	
}

#dealerForm1 
{
    width: 600px;
    color: #ffffff;
}
