/*-----------------------------------------------------------------------------
Prototype Style Sheet (empty commented stylesheet)

version:   1.0
author:    LEE
website:   http://www.ifamousquotes.com
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, table, ul {
  margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}

#outcon {
	width: 810px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 20px 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. */
	padding: 0 10px 0 10px;
}

#container { 
	width: 780px; 
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0 15px 0 10px;
	background: url(../images/round_container/top.png) no-repeat top left;
} 

#container1 {
	background: url(../images/round_container/bottom.png) no-repeat bottom left;
	width: 810px;
	padding-bottom: 0px;
	text-align: center;
	
}


/* =Typography
-----------------------------------------------------------------------------*/

body {
  font: small "Verdana, Arial, Helvetica, sans-serif";
  text-align: center;
  background: #fff;
  }

p {
	color: #000;
}

#main p {
	font-size: 110%;
	padding-left: 20px;
	padding-right: 20px;
}

#main h3 {
	padding-left: 20px;
	padding-right:20px;
}

#main h1 {
	padding-left: 20px;
	padding-right: 20px;
}

#main ul {
	padding-left: 20px;
	list-style: none;
	font-weight: bolder;
}

/* =Headings
-----------------------------------------------------------------------------*/

#logo {
	padding: 10px;
	margin-left: 10px;
}


/* =Links
-----------------------------------------------------------------------------*/




/* =Branding
-----------------------------------------------------------------------------*/




/* =Main Nav
-----------------------------------------------------------------------------*/

#tabs {
      float:left;
      width:100%;
      /*background:#efefef;*/
      font-size:140%;
      line-height:normal;
	  border-bottom:1px solid #8a0a07;
	  margin-bottom:10px;
	  margin-top:10px;
      }
    #tabs ul {
	  margin:0;
	  padding:10px 10px 0 10px;
	  list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url(../images/nav/tablt.gif) no-repeat left top;
      margin:0;
      padding:0 5px 0 10px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url(../images/nav/tabrt.gif) no-repeat right top;
      padding:5px 21px 4px 6px;
      color:#333333;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FFF;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }



/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/
#header { 
	border-bottom: 1px solid #8a0a07;
} 

#ad1 {
	border-bottom: 1px solid #8a0a07;
}

#nav {
	border-bottom: 1px solid #8a0a07;
}

#ad2 {
	border-bottom: 1px solid #8a0a07;
}

#main {
	border-bottom: 1px solid #8a0a07;
}

#bottom {
	border-bottom: 1px solid #8a0a07;
}

.payment {
	background: url(http://www.leadingexample.com/images/payment_round/bottom.png) no-repeat bottom right;
	width: 180px;
	float: right;
	margin-left: 10px;
	text-align:  center;	
}

.payment2 {
	background: url(http://www.leadingexample.com/images/payment_round/bottom.png) no-repeat top right;
	width:  180px;
	float: right;
	text-align:  center;
	padding-top: 10px;
	display: inline;
}

.payment p {
	font-size: 110%;
	color: #34476F;
}


/* =Secondary Content
-----------------------------------------------------------------------------*/

#email span {
	padding-right: 10px;
}


/* =Footer
-----------------------------------------------------------------------------*/

#footer {
	text-align: center;
	padding: 10px;
}

/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}


/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}



/* =Misc 1
-----------------------------------------------------------------------------*/



/* =Misc 2
-----------------------------------------------------------------------------*/




