/* Fonts */

BODY {
	font-family : Georgia, trebuchet ms, serif;
	color : #666666;
	font-size : 13px;
	background-color: #FFFFFF;
	/*background-image: url(images/bg.jpg);*/
	background-image: url(images/bg_branch.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center; /*center hack*/
}

.title{
	font-family : Georgia, trebuchet ms, serif;
	color : #666666;
	font-size : 19px;
	font-weight: bold;
}

.small{
	font-family : Georgia, trebuchet ms, serif;
	color : #666666;
	font-size : 12px;
	text-align: center;
}

div.content {
width: 734px;
background-image: url(../images/main.gif);
background-repeat:repeat-y;
padding: 0px;
text-align: left;
}

div.top {
width: 734px;
height: 23px;
background-image:url(../images/top.gif);
}

div.bottom {
width: 734px;
height: 17px;
background-image: url(../images/bottom.gif);
}

.pic { background-color: #FFFFFF; padding: 2px; border: 1px solid #CCCCCC; margin: 5px; }
.border {  border: 1px solid #000000; }

ul { list-style:disc; }

/* forms */

input, select, textarea {
   font-family: Georgia, trebuchet ms, serif;
   font-weight: none;
   vertical-align: middle;
   background: #FFFFFF;
   border: 1px solid #CCCCCC;
   font-size: 13px;
   color: #000000;
}

input:hover {
   border: 1px solid #CCCCCC;
   background: #a5cfcc;
   color: #000000;
}

select:hover {
   border: 1px solid #CCCCCC;
   background: #a5cfcc;
   color: #000000;
}

.button {
  background-color: #bebdc9;
  width: 50px;
  text-align: center;
  color: #FFFFFF;
  vertical-align: middle;
}

.button:hover {
  background-color: #d5d3e5;
  width: 50px;
  text-align: center;
  color: #FFFFFF;
  vertical-align: middle;
}



/* DIVs */

div.spacer {
  clear: both;
  }
  
div.leftimg {
float: left;
}

#containertop {
  width: 775px;
  margin:0 auto; /*center hack*/
  margin-top: 30px;
}

.earth {
   width: 250px;
   background-image:url(images/earth.png);
   float: right;
   margin-right: 20px;
   height: 23px;
   padding-top: 7px;
   color: #FFFFFF;
   font-style:italic;
}

#container {
  background-color: #FFFFFF;
  width: 775px;
  margin:0 auto; /*center hack*/
  margin-top: 0px;
  border: 1px solid #3c768e;
}

.header {
  width: 775px;
}

.footer {
  width: 775px;
  text-align: center;
  font-size: 10px;
  padding-bottom: 7px;
  padding-top: 7px;
  margin:0 auto;
}


.logo {
   float: left;
   width: 255px;
   padding: 10px;
   height: 45px;
   padding-top: 12px;
}

.right {
  float: right;
  width: 415px;
  text-align: left;
  padding-left: 25px;
  padding-right: 10px;
  background-color: #FFFFFF;
}

.left {
  float: left;
  width: 300px;
  background-color: #FFFFFF;
}

.main {
  float: right;
  width: 755px;
  text-align: left;
  padding: 10px;
}


.menu {
	float: right;
	width: 480px;
	padding: 10px;
	text-transform:capitalize;
	font-size: 16px;
	height: 39px;
	padding-top: 17px;
	font-weight: bold;
}

div.padding {
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-top: 21px;
  width: 700px;
}

div.normal {
padding: 10px;
}

div.homemenu {
padding-top: 197px;
padding-right: 35px;
}

#column1 {
	width: 680px;
	float: left;
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: left;
	padding: 5px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.white {
color : #FFFFFF;
}

.blue {
	color : #0c0c79;
	font-family : Georgia, trebuchet ms, serif;
	text-decoration : none;
}


/* Links */

a:link {
	color : #0c0c79;
	font-family : Georgia, trebuchet ms, serif;
	text-decoration : none;
}

a:visited {
	color : #0c0c79;
	font-family : Georgia, trebuchet ms, serif;
	text-decoration : none;
}

a:hover {
	font-family : Georgia, trebuchet ms, serif;
	color: #5ca096;
	text-decoration : none;
}

a.footer:link {
	color : #666666;
	font-family : Georgia, trebuchet ms, serif;
	text-decoration : none;
}

a.footer:visited {
	color : #666666;
	font-family : Georgia, trebuchet ms, serif;
	text-decoration : none;
}

a.footer:hover {
	font-family : Georgia, trebuchet ms, serif;
	color: #666666;
	text-decoration : underline;
}

a.menu:link {
	color : #000000;
	font-family : Georgia, trebuchet ms, serif;
	text-decoration : none;
}

a.menu:visited {
	color : #000000;
	font-family : Georgia, trebuchet ms, serif;
	text-decoration : none;
}

a.menu:hover {
	font-family : Georgia, trebuchet ms, serif;
	color: #928a53;
	text-decoration : none;
}

.sale {
text-decoration: line-through; }

.red { color: #CC0000;}



