/* 
xxx.com
Designed and Developed by Atiosis Blanco
www.atiosis.com - May, 2006. 
Developed to CHARIFF.com and BSBH
*/

/* --------------GENERAL STYLES---------------*/
/*html,body {
	text-align: center;
	background-color: #FFFFFF;
	padding: 0px 10px;
	background-image: url(imgs/botr-body-bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}*/
html,body {
	background-color: #FFFFFF;
	text-align: center;
	height:100%;
	width:100%;
	padding: 0px;
	margin: 0px;
	}
#holder {
	height:100%;
	width:770;
	padding: 0px;
	margin-left: auto;
	margin-right:auto;
	}
a {
	color: #6884ab;
	text-decoration: none;
 }
 
a:visited {
	color: #6884ab;
	text-decoration: underline;
 } 
 
a:link {
	color: #6884ab;
	text-decoration: underline;
 }
 
a:hover {
	color: #6884ab;
	text-decoration: none;
 }
 
/*.dotline {
	width: auto;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	padding-bottom: 5px;
}*/

/* --------------GENERAL STYLES---------------*/

/* --------------HEADER STYLES---------------*/
#container
 {
	width: 790px;
	text-align: center;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	/*padding-top: 15px;*/
 }
 
#header
 {
	width: 770px;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	height: 82px;
	margin-top: 10px;
	background-image: url(imgs/header-bg.jpg);
	text-align: left;
	background-repeat: no-repeat;
 }
 
.header
 {
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
 }
 
#menu
 {
	width: 770px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(imgs/menu-bg.gif);
	background-repeat: no-repeat;
	height: 25px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
 }
 
 .menu
 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	list-style-type: none;
	margin-right: 7px;
	margin-left: 7px;
	margin-top: 0px;
	margin-bottom: 0px;
 }
 
 #section
 {
	width: 770px;
	background-image: url(imgs/section-bg.jpg);
	background-repeat: no-repeat;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
 }
 
.section
 {
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: bold;
	color: #405c83;
	text-decoration: none;
	margin-left:20px;

 }
 
 #arrow
 {

 } 
  a.menu:visited
 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
 }
 
 a.menu:link
 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
 }
 
  a.menu:hover
 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #b9c8dd;
	text-decoration: none;
 }

/* --------------HEADER STYLES---------------*/
/* --------------CONTENT STYLES---------------*/


#content
 {
	width: 740px;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-image: url(imgs/content-bg.gif);
	text-align: left;
	background-repeat: repeat-y;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;

 }
 

.content
 {
	text-decoration: none;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
 }
.textsmall
 {
	text-decoration: none;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
 }
 h1 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	color: #6884ab;
	text-decoration: none;
	margin-bottom: 0px; 
 }
 
 .importanttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-align: left;
 }
 
 ol {
	list-style-position: outside;
	list-style-type: decimal;
 }
 
  ul {
	list-style-position: inside;

 }
.button
 {
	text-decoration: none;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	margin-right:10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6884ab;
	border-right-color: #6884ab;
	border-bottom-color: #6884ab;
	border-left-color: #6884ab;
	padding:3px;
	background:#b9c8dd;
 }
 
   a.button:visited
 {
 	color: #FFFFFF;
	text-decoration: none;
 }
 
 a.button:link
 {
 	color: #FFFFFF;
	text-decoration: none;
 }
 
  a.button:hover
 {
	text-decoration: none;
	background:#6884ab;
	color:#FFFFFF;
	border-top-color: #b9c8dd;
	border-right-color: #b9c8dd;
	border-bottom-color: #b9c8dd;
	border-left-color: #b9c8dd;
 }
 
 
/* --------------FOOTER STYLES---------------*/
  
#footer
 {
	width: 770px;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-image: url(imgs/footer-bg.gif);
	text-align: left;
	background-repeat: no-repeat;
	height: 120px;
	padding-top: 15px;
 }
 
.footer
 {
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 15px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
 } 
 
 /* --------------IMGS STYLES---------------*/
 
 .mainphoto {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6884ab;
	border-right-color: #6884ab;
	border-bottom-color: #6884ab;
	border-left-color: #6884ab;
	margin-bottom: 15px;
	width: 738px;
 }
 
 .leftphoto {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6884ab;
	border-right-color: #6884ab;
	border-bottom-color: #6884ab;
	border-left-color: #6884ab;
	margin-bottom: 15px;
	margin-right: 15px;
	width: 200px;
	float:left;
 }
 
  .leftphoto2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6884ab;
	border-right-color: #6884ab;
	border-bottom-color: #6884ab;
	border-left-color: #6884ab;
	margin-bottom: 15px;
	margin-right: 15px;
	width: 200px;
 }
 

