/* JCJ 2007
SECTION 1 some basics for the page */

body{
background-color:#FFF;
color:#000033;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
font-size: 0.625em;
text-align: center;
text-decoration: none;
}

/* standards for headings - note margin valuehere will produce gaps when Headings are added */
h1, h2, h3, h4, h5, h6{
color: #000033;
padding: 0px;
margin:  10px;
background-color: transparent; /*transparent is the default background color so no real need to declare it*/ 
}

h1 {
font-size: 2.1em;
margin: 10px;
}

h2 {
font-size: 1.8em;
margin: 10px;
}

h3 {
font-size: 2em;
margin: 10px;
color: #F60;
}

/* standard colour for all emphasized text*/
p em {
	color: #000;
	font-weight: bold;
	font-style:normal;
}

p a {
text-decoration:none;
color:#000;
}
/* universal class to clear both images on a page from unrelated content */
.clearit{
clear: both;
display: block;
}

.undoclearit{
clear:none;
}

/* main wrapper for all divs and content on page - including that LOVELY ORANGE */ 
#Wrapper{
width: 900px;
background-color:#FFF;
margin: 10px auto;
border: 2px solid #000033;
text-align: left;
}

/* the top page banner */
#banner{
height: 106px;
background-image:url(../images/nav/tessa_fantoni_shop.jpg);
background-repeat: no-repeat;
}

/* the nav wrapper menu bar shape basics - NOTE !! was set to background-image:url(../images/template/nav_bkgrnd.jpg); */
#nav{
width: 900px;
background-color: #000033;
border: 1px solid #000033;
height: 25px;
font-size: 1.1em;
}

/* code for drop down menu system if want to use an image then need templated image and the following background-image: url(images/itemgradient.gif);  NOTE  - the HEX code needs 6 digits so double check it has six and is correct - the computer will underline it with red squiggly lines if it is wrong or an unacceptable colour (outside possible range)*/
#MenuBar3 li a {
	background-color: #000033;
}
#MenuBar3 a:hover, #MenuBar3 a:focus {
	background-color: #000033;
}
#MenuBar3 a.MenuBarItemHover, #MenuBar3 a.MenuBarItemSubmenuHover, #MenuBar3 a.MenuBarSubmenuVisible {
	background-color: #000026;
}
#MenuBar3 li {
	background-color: #000026;
}

/* content basics */
#content{
margin-left: 30px;
margin-top: 40px;
background-color: #FFF;
}

/* text inside p tages in content wrapper */
#content p{
font-size: 1.1em;
margin: 20px;
}

/* link text inside p tages in content wrapper */
#content p a{
text-decoration:underline;
}

/* header 1's inside content wrapper */
#content h1{
font-size: 1.3em;
}

/* header 2's inside the content wrapper */
#content h2{
font-size: 1.2em;
}

/* left float behaviour for images */
.leftimage{
float: left;
margin-right: 10px;
border: 1px solid #CCC;
}

/* right float behaviour for images */
.rightimage{
float: right;
margin-left: 15px;
border: 5px solid #CCC;
}

/* paper samples*/
.paperimage{
border-top: 3px solid #FFF;
border-bottom: 3px solid #FFF;
border-left: 25px solid #FFF;
border-right: 25px solid #FFF;
}

/* footer wrapper div */
#footer{
border: 1px solid #000033;
background-color: #000033;
color: #FFF;
}

/* p tag text for within the footer */
#footer p{
font-size: 0.9em;
margin: 0;
padding: 5px;
text-decoration: none;
}
#footer p a{
color:#FFF;
text-decoration:none;
}

/* left column
#leftcol{
margin-top: 0;
margin-left: 0;
float:left;
width:170px;
background-color:#F8F5F0;
border: 1px solid #CCC;
}

#leftcol h1{
font-size:100%;
color:#000;
margin-left: 0;
}

#leftcol p{
font-size:90%;
color:#000;
}

#leftcol img{
margin-left: 25px;
}
*/
/* text inside p tages in content wrapper
#contentgallery p{
font-size: 80%;
margin: 20px;
}

/* header 1's inside content wrapper
#contentgallery h1{
font-size: 105%;
}
*/
/* contact page css */

.row {
		clear: both;
		padding-top: 5px;
		}
form {
		margin-bottom: 1em;
		width: 500px;
		padding-left: 20px;
		}
		
fieldset {
		margin-bottom: 10px;
		padding: 10px;
		border: 1px dotted #666666;
		}		
		
legend {
		padding: 0 10px;
		background: #ffffff;
		text-transform: uppercase;
		color: #666666;
		font-size: 1.2em;
		}
		
.formLabel {
		font-size: 1.2em;
		line-height: 1.6em;
		text-align: right;
		margin-right: 10px;
		width: 100px;
		float: left;
		}

.formControl {
		float: left;
		width: 326px;
		}
		
input, textarea {
		border: 1px solid #666666;
		padding: 2px;
		font: 1em Verdana, Arial, sans-serif;
		background-color:#FFFFFF;
		}	
		
input {
		font-size: 1.2em;
		width: 322px;
		}			

textarea {
		width: 472px;
		}
		
.submitButton {
		background: #eeeeee;
		font: bold 1.0em Verdana, Arial, sans-serif;
		padding: 4px 6px;
		width: auto;
		}		
		
