/* Pretty Stuff
================================== */

/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif; background : url(../images/body2.png) repeat-x;  
  line-height: 1.6;
}

html { background : #fff url(../images/html2.png) repeat-x;  }



h1 {
  font-size: 1.8em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  color:#666666;

  padding: 0 1em 0 0;
}

h2 {
  font-size: 2.0em;
  font-weight: normal;
}

h4 {
  font-size: 1.5em;
  font-weight: normal;
}

p, li {
  font-size: 1.3em;
}

h1, h2, p {
  margin: 1em 0;
}

h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	padding-top:0.1em;
	font-weight:normal;
}



#branding {
  height: 100px;
  
  
   background: url(../images/cfproductions2.gif) no-repeat 0 5px;
   z-index:1;
  
  
  background-color:#d5d6b4;
}

#branding h1 {  
	font-size:1.6em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-style:italic;
	text-align:right;
	margin:0;
	padding-top:65px;
	
	
	  }
	

#branding #bkrings { 
	 
	 margin:0;
	 padding:0;
	 
	  position:absolute;  top : -10px; margin-left:460px; background: url(../images/rings3.png) no-repeat; height:118px; width:107px;  z-index:auto;
	   
	   
	  
}



.bar {
	background-color:#666668;
	padding:0;
	margin:0;
	height:2px;
	
}


#footer {
 text-align:right;
 font-size:0.8em;
 font-style:italic;

}

#right {
 float:right;
 padding: 1em;
}

.disk {
 float:left;
 padding:0 1em 3em 0;
 
}

.rings {
	
	padding:1.5em 1em 0.8em 14em;
}

#link {
	display:block;
	margin:0 auto 5px auto;
	border:1px solid #ccc;
	border-bottom-color:#eee;
	border-left-color:#ddd;
	border-top-color:#bbb;
	
}

.letters {
	float:left;
	padding: 0.5em 2em 1em 1em;
}

.left {
	padding: 1em 0 1em 0
}

/* The Core Technique
================================= */

body {
  font-size: 62.5%;
  text-align: center;
}

#wrapper {
  width: 78em;

  margin: 0 auto; 
  text-align: left;
   background : #fff url(../images/content_sub.png) repeat-y ;
  
}


#nav {
	width: 78em;
}

#mainNav { 
  width: 18em;
 
  float: left;
    
 
     
}

#content { 
  width: 58em;
 
  float: right;
    background : url(../images/body3.png) repeat-x;
}

#mainContent { 
  width: 56em;
  

  float: left;

}

.bar {
	width:78em;
	clear:both;
	
}



#footer { 
  clear: both; 
  padding:0;
  margin:0;
 
} 

.video {
	padding:1em 0em 1em 10em;
}

/* Add some padding
================================== */

#mainNav{
  padding-top: 20px;

}

#mainNav * {
  padding-left: 20px;
  padding-right: 20px;
}

#mainNav * * {
  padding-left: 0;
  padding-right: 0;
}


/* Nav Styling
================================== */
ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 78em;

  background: #a9aa6f url(../images/mainNavBg2.png) repeat-x;
  list-style: none;
  text-transform: uppercase;
}

ul li {
  float: left;
}


ul a {
  padding: 0 1.9em;
  line-height: 2.1em;
  background: url(../images/mainNavBorder2.gif) repeat-y left top;
  text-decoration: none;
  color: #fff;
  float: left;
  display: block;
}


ul a:hover {
  color: #333;
}


ul .first a, .second a, .third a, .fourth a, .fith a, .sixth a, .siventh a {
 
  color: #333;
}





/* Form Styling
================================= */

form {
	width:55em; /* lenth of form field */
	padding-bottom:2em;

	line-height:1em;
}

input.txt, textarea.txt {
  color: #00008B;
  background-color: #D6D6D6;
  border: 1px inset #00008B;
  width:380px; /* width of entry boxes */
}

input.btn {
  color: #000000;
  background-color: #CCCCCC;
  border: 1px outset #000000;
  font-size:1.2em;

}

form p {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 8px;
}

form p label {
  float: left;
  width: 9em; /* horz padding between text field */
  font: 1em;
}

fieldset {
  border: 1px dotted #000000;
  margin-top: 16px;
  padding: 5px;
}

legend {
  color: #000000;
  background-color: #FFFFFF;
  padding:0.3em;
  font-size:1.7em;

}

.error {
	font-size:1.3em;
	border-bottom:5px solid red;
	line-height:2.5em;
}


