/*
COLORS: 
PMS 293C Blue - 202971
PMS 186C Red - 9d1c21
Light Green - a1bc29
Dark Green - 7baf43

*/

*{border: 0}
*{margin: 0}

html, body
{
	font-size: 14px;
	line-height: 1.0em;
	font-family: Helvetica, sans-serif;
	font-style: normal;
	color: #2d2d2e;
	text-align: left;	
	margin: 30px 0px 0px 0px;
	padding: 0px;
    line-height: normal;
    /*background-color: #e1e1d7;*/
	background-image: url(images/exterior2.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

p,pre
{
    padding: 15px 15px 15px 15px;
    margin: 0px 0px 0px 0px;
	line-height: 1.5em;
}

/* FRAMES AND DIVS */	
	
#toprounded
{
    width: 900px;
    height: 12px;
    margin-right:auto;
    margin-left:auto;
	background-image: url(images/headerrounded.png);
	background-repeat: repeat;
}
	
#frame
{
    width: 900px;
	height: 605px;
    margin-right:auto;
    margin-left:auto;
	background-image: url(images/bgroundblue.png);
	background-repeat: repeat;
}

.leftcolumn
{
	width: 190px;
	height: 570px;
	/*background-color: #202971;*/
	float: left;
	padding-left: 25px;
	padding-right: 10px;
	padding-top: 15px;
	background-image: url(images/bgroundblue.png);
	background-repeat: repeat;
}

.navigation
{
    width: 500px;
    height: 60px;
    float: left;
    padding-top: 10px;
}

.upperright
{
	width: 70px;
	float: left;
	padding-top: 15px;
	padding-left: 95px;
}

.maincontent
{
    width: 660px;
    height: 500px;
	background-image: url('images/shop front.jpg');
    background-repeat: no-repeat;
    /* background-color: red; */
    float: left;
}

.bottomcontent
{
	width: 650px;
	height: 55px;
	text-align: right;
	padding-top: 25px;
}

.footer
{
	width:900px;
	height: 40px;
	text-align: center;
	padding-top: 10px;
	background-color: #9d1c21;
	float: left;
	color: white;
	font-size: 10px;
}

div.scroll
{
height: 300px;
width: 660px;
overflow: auto;
margin-top: 200px;
background-color: #fff;
/* border: 1px solid #666;
background-color: #ccc;
padding: 15px;*/
}

form
{
	line-height: 1.0em;
}

input
{
	border-style: solid;
	border-width: 2px;
	border-color: #7baf43;
	color: #7baf43;
	padding: 5px;
}

h1
{
    font-size: 2.5em;
    font-weight: bold;
    text-transform: none;
    margin: 0px;
    line-height: 1em;
    color: #9d1c21;
    padding-left: 15px;
    padding-top: 25px;
    padding-bottom: 10px;
}

h2
{
    font-size: 1.75em;
    text-transform: none;
    font-weight: normal;
    /*color: #7ec638;*/
    color: #2d2d2e;
    margin: 0px;
	padding-left: 15px;
	padding-bottom: 5px;
}

h3
{
    font-size: 1.25em;
    color: #2d2d2e;
    text-transform: none;
    margin: 0px;
    padding-left: 15px;
    font-weight: normal;
}

h4
{
    font-size: 1.25em;
    font-weight: bold;
    text-transform: none;
    margin: 0;
	padding-left: 15px;
}

blockquote
{
   border: 0px;
   border-left: 5px;
   border-style: solid;
   /*background-image: url('images/quote.gif');
   background-repeat: no-repeat;
   background-position: left;
   background-attachment: fixed;*/
   padding-left: 10px;
   color: #505050;
   margin-bottom: -5px;
}

iframe
{


}

/*  LINK NAVIGATION STYLE */

a:link
{
	font-size: 14px;
	color: #202971;
	font-weight: normal;
	text-decoration: none;	
}

a:visited
{
	font-size: 14px;
	color: #202971;
	font-weight: normal;
	text-decoration: none;	
}

a:hover
{
	font-size: 14px;
	color: #9d1c21;
	font-weight: normal;
	text-decoration: none;	
}

a:active
{
	font-size: 14px;
	color: #202971;
	font-weight: normal;
	text-decoration: none;	
}

a:focus
{
	font-size: 14px;
	color: #9d1c21;
	font-weight: normal;
	text-decoration: none;	
}

/* NAV NAVIGATION STYLE */
.nav:link
{
	font-size: 12px;
	color: white;
	font-weight: normal;
	text-decoration: none;	
	/*background-color: #202971;*/
}

.nav:visited
{
	font-size: 12px;
	color: white;
	font-weight: normal;
	text-decoration: none;	
}

.nav:hover
{
	font-size: 12px;
	color: white;
	font-weight: normal;
	text-decoration: none;	
	background-color: #9d1c21;
}

.nav:active
{
	font-size: 12px;
	color: white;
	font-weight: normal;
	text-decoration: none;	
	background-color: #9d1c21;
}

/* Next two hover classes are for IE browsers from 6 - 8 */ 
.nav:focus
{
	font-size: 12px;
	color: white;
	/*background-color: #7ec638;*/
	font-family: arial, Sans-Serif;
	font-weight: normal;
	text-decoration: none;	
}

.nav:active
{
	font-size: 12px;
	color: white;
	background-color: #202971;
	/*background-color: #7ec638;*/
	font-family: arial, Sans-Serif;
	font-weight: normal;
	text-decoration: none;	
}
/* End IE Hover Classes */

/* FOOTER NAVIGATION STYLE */

.footerlinks
{
	padding-right: 15px;
}

.footerlinks:link
{
	font-weight: normal;
	text-decoration: underline;	
	font-size: 10px;
	color: white;
}

.footerlinks:visited
{
	font-weight: normal;
	text-decoration: underline;	
	font-size: 10px;
	color: white;
}

.footerlinks:hover
{
	font-weight: normal;
	text-decoration: none;	
	font-size: 10px;
	color: white;
}

.footerlinks:active
{
	font-weight: normal;
	text-decoration: underline;	
	font-size: 10px;
	color: white;
}

/* IMAGE STYLES */

img
{ 
    margin: 0px;
    padding: 0px;
    border: 0px;
    background-color: none;
}    

.border
{
   padding: 5px;
   border-width: thick;
   border-color: #202971;
   border-style: solid; 
}

/* Clearer div */
.clearer
{
    clear: both;
}
