@charset "utf-8";
body  {
	font: 12px Arial, Helvetica, sans-serif;
	/*background: #ECE9D8;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	line-height:1.5em;
	background:url(img/bg2.jpg) left top repeat-x fixed;
	background-color:#990000;
}
#container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 5px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: #ECE9D8; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:175px; 
	background-image:url(img/head_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}


#breadcrumb	{
width:1000px;
background-color:transparent;
color:#ffffff;
text-align:right;
float:right;
height:30px;
vertical-align:bottom;
padding-right:5px;
}

#breadcrumb	a:link	{
color:#000;
padding-top:0px;
padding-right:5px;
text-decoration:none;
padding-left:10px;
height:30px;
vertical-align:top;
}

#breadcrumb	a:visited	{
color:#000;
padding-top:0px;
text-decoration:none;
padding-left:10px;
padding-right:5px;
height:30px;
vertical-align:top;
}

#breadcrumb	a:hover	{
color:#990000;
padding-top:0px;
text-decoration:none;
padding-left:10px;
padding-right:5px;
height:20px;
vertical-align:top;
}










#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #690000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	padding-bottom:45px;
	background-image:url(img/menu.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	margin:0px 2px;
}


#sidebar1	a:link	{
text-decoration:none;
display:block;
border-bottom:1px solid #ECE9D8;
width:150px;
color:#ffffff;
padding:2px 0px 2px 2px;
}
#sidebar1	a:visited	{
text-decoration:none;
display:block;
border-bottom:1px solid #ECE9D8;
width:150px;
color:#ffffff;
padding:2px 0px 2px 2px;
}
#sidebar1	a:hover	{
text-decoration:none;
background-color:#640000;
display:block;
border-bottom:1px solid #ECE9D8;
width:148px;
color:#ffff00;
padding:2px 0px 2px 2px;
} 





#mainContent { 
	margin: 0 0 0 150px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 



#mainContent	h1,h2,h3,h4,h5,h6	{
	font-weight:lighter;
	border-bottom:1px solid #eee;
	margin:0px;
	padding:4px;
}



#field2	{
float:left;
width:800px;
min-height:10px;
margin:2px auto 2px auto;
}



#toplink	{
font-size:10px;
background-color:#fff;
width:800px;
float:left;
padding:10px 5px;
}


img	{
border:0px;
}

#toplink	a.medium:link	{
margin:1px 3px 1px 3px;
border:1px solid #999;
height:16px;
vertical-align:bottom;
float:left; 
width:175px; 
text-align:center;
text-decoration:none;
font-size:12px;
color:#999;
background-color:#fff;
padding-bottom:3px;
}

#toplink	a.medium:visited	{
margin:1px 3px 1px 3px;
border:1px solid #999;
height:16px;
vertical-align:bottom;
float:left; 
width:175px; 
text-align:center; 
text-decoration:none;
font-size:12px;
color:#999;
background-color:#fff;
padding-bottom:3px;
}



#toplink	a.medium:hover	{
margin:1px 3px 1px 3px;
border:1px solid #000000;
height:16px;
vertical-align:bottom;
float:left; 
width:175px; 
text-align:center; 
background-color:#ffff00;
text-decoration:none;
font-size:12px;
color:#000;
padding-bottom:3px;
}



#intro	{
float:left;
width:330px;
margin-left:0px;
background-image:url(images/introbg.gif);
background-position:left center;
background-repeat:no-repeat;
background-color:#ECE9D8;
height:155px;
border:1px solid #000000;
font-size:12px;
}


#linktable	{
float:right;
border:1px solid #000000;
margin-top:2px;
background-color:#ECE9D8;
width:470px;
text-align:center;
}

#aboutcashmere	{
float:right;
width:460px;
font-size:12px;
line-height:1.3em;
border:0px solid #000000;
padding:5px;
margin:2px 3px 0px 5px;
background-color:#fff;
text-align:justify;
}


#menutable	{
float:left;
width:150px;
padding:0px 0px 10px 0px;
text-align:center;
margin-top:4px;
}



#login	{
float:left;
text-align:center;
width:290px;
font-size:11px;
line-height:1.3em;
border:1px solid #000000;
padding:3px;
margin:10px 5px;
background-color:#ECE9D8;
}


#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background:#ECE9D8; */
	height:100px;
	background-image:url(img/menu_bot.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	text-align:center;
	background-color:#990000;
	padding-top:5px;
	border-top:5px solid #990000;
	margin-top:5px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



.box4415130 {
  width: 290px;
  background: url(img/boxmid29276447.png) repeat-y;
  }


.box4415130 .boxtop {
  background: url(img/boxtop80271713.png) no-repeat top;
  text-align: center;
  padding: 6px 8px 4px 10px;
  font-size: 16px;
  color: #ffffff;
  height: 24px;
  }

.box4415130 .boxbot {
  margin: 0;
  text-align: left;
  padding: 10px 10px 10px 10px;
  color: #000000;
  font-size: 13px;
  background: url(img/boxbot62235732.png) no-repeat bottom;
  }
  
  
  
.linkbox {
  width: 470px;
  background: url(img/boxmid.png) repeat-y;
  float:right;
  }


.linkbox .boxtop {
  background: url(img/boxtop.png) no-repeat top;
  text-align: center;
  padding: 6px 8px 4px 10px;
  font-size: 16px;
  color: #ffffff;
  height: 24px;
  }

.linkbox .boxbot {
  margin: 0;
  text-align: left;
  padding: 10px 10px 10px 10px;
  color: #000000;
  font-size: 13px;
  background: url(img/linkboxbottom.png) no-repeat bottom;
  }
