body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #cccccc;
	line-height: 1.25em;
	
}

#content {  
 
  text-align: left;
  
}

#content,
#width {
width: 94%;
    min-width: 700px;
  max-width: 900px;
  margin: 0 auto;
}




#page {
	float: left;
	width: 100%;
	clear: both;
	min-height:400px;

}

#footer {
	float: left;
	width: 90%;
	clear: both;
	font-size: 1em;
	color: #FAFCEF;
	text-align: center;

}

/* Sets the width of the footer content */
#footer #width {
  position: relative;
  z-index: 3;
  font-size: 0.85em;
}
.rob {
	font-size: 5em;
	color: #FFFFFF;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 0px;
	line-height: 1.5em;
}
.wade {
	font-size: 5em;
	color: #000000;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 0px;
	line-height: 1.5em;
	font-weight: 400;
}


/**************************************************************
   Width classes used by the site columns
 **************************************************************/

.width100 {
  width: 100%;
}

.width75 {
  width: 74%;
}

.width65 {
  width: 64.7%;
}
.width60 {
  width: 59.7%;
}

.width50 {
	width: 49.7%;
}

.width33 {
  width: 32.7%;
}

.width25 {
  width: 24.7%;
}
.width30 {
  width: 29.7%;
}

.width20 {
  width: 19.7%;
}
.width85 {
	width: 84.7%;
}
.width15 {
	width: 14.7%;
	background-image: url(../images/bg1.jpg);
	background-repeat: repeat-y;
	min-width: 113px;
}
.width10 {
  width: 9.7%;
}
/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft {
	float: left;
	width: 100%;
}

.floatRight {
	float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}



/**************************************************************
   Generic display classes
 **************************************************************/
.leftborder  {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-bottom: 20px;
}
.rightborder  {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-bottom: 20px;
}


.clear {
  clear: both;
}

.block {
  display: block;
}

.small {
  font-size: 0.8em;
}

.green {
  color: #A1FF45;
}

.red {
  color: #EA1B00;
}

.grey {
  color: #F7F7F7;
}

.grey a {
  color: #000066;
}

.grey a:hover {
  color: #FFFFFF;
}

.gradient {
	background-image: url(../images/bg/grad2.jpg);
	background-position: left top;
	border: 1px solid #E0DFE3;
	margin: 1em;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}
.sideMenu  {
	background-color: #666666;


}
.sidebar {
	padding: 0px 5px 20px 0px;
	margin: 0px 5px 10px 0px;
}

.sidebar img  {
	border: 2px solid #666666;
}



.maxwidth {
	max-width: 95%;
	width: 95%;
}
.desc {
	font-size: .8em;
	color: #EFEEF0;
}

#thumbnav {
	height: 250px;
	overflow: auto;
	direction:rtl;
}
.formarea {
	background-color: #909090;
	padding: 5px;
	border: 2px solid #666666;
	width: 80%;
}
.background1 {
	background-image: url(../images/bg2.jpg);
	background-repeat: repeat-y;
}
.90height {
	height: 76px;
}

.90height_bottom {
	height: 90px;
	vertical-align: bottom;
}

.topmenu {
	font-size: 1em;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #999999;
	display: block;
	height: 20px;
	width: 125px;
	padding: 5px 5px 13px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
.topmenu a:visited{
	
	font-weight: bold;
	color: #FFFFFF;
	background-color: #A6A6A6;
	display: block;
	height: 20px;
	width: 100%;
	text-decoration: none;
}

.topmenu a:link{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #A6A6A6;
	display: block;
	height: 20px;
	width: 100%;
	text-decoration: none;
}
.topmenu a:hover{
	
	font-weight: bold;
	color: #000000;
	background-color: #E8E8E8;
	display: block;
	height: 20px;
	width: 100%;
	text-decoration: none;
}

.topmenu2 {
	font-size: 1em;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #666666;
	display: block;
	height: 20px;
	padding: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	text-decoration: none;
}
.topmenu2 a:visited{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	display: block;
	height: 20px;
	width: 100%;
	text-decoration: none;
}

.topmenu2 a:link{
	font-weight: bold;
	color: #000000;
	background-color: #666666;
	display: block;
	height: 20px;
	width: 100%;
	text-decoration: none;
}
.topmenu2 a:hover{
	font-weight: bold;
	color: #A6A6A6;
	background-color: #666666;
	display: block;
	height: 20px;
	width: 100%;
	text-decoration: none;
}
.toppad {
	padding-top: 15px;
	padding-left: 1px;
}
.padright {
	padding-right: 58px;
}
.padleft {
	padding-left: 10px;
}
.top_name {
	font-size: 1.5em;
	color: #FFFFFF;
	padding-left: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	line-height: 1.5em;
	width: 80%;
}
.optionname {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
.width85 img {
	margin: 4px;
	border: 3px solid #666666;
}

