/* hypptunes     CSS Document */


/*
input, textarea { font-family: Arial; font-size: 125%; padding: 7px; }
label { display: block; } */

body {
	font: 1em "Trebuchet MS", verdana, arial, sans-serif;
	font-size: 100%;
	background-color: #bfc2ad;
	background-image: url(assets/bg2010.jpg);
	background-repeat: repeat-x;
	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;
	background-attachment: fixed;
	background-position: center top;

	
}




.oneColElsCtr #container {
	width: 920px;
	/*width: 46em; saiz asal*/
	/*background:rgba(255,255,255, 0.8);*/
	background-image:url(assets/alpha-background.png);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	border-left:1px solid #000000;
	border-top:1px solid #000000;
	border-right:1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
 
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}

div.3colSmall       {
	width:510px;
	height:100px;
	float:left;
	font-size:12px;
	line-height:17px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	background:  #64555C;
	background-position: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: -6;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0;
}

.textSmallBold
{
	color: #312626;
    font-size: 9px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    /*text-transform: uppercase; */
    font-weight: bold;
}

.textSmallBold a
{
	color: #341212;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*text-transform: uppercase; */
    font-weight: bold;
	text-decoration: none;
}
.textSmall
{
	color: #3D3939;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*text-transform: uppercase; */
    font-weight: lighter;
}

a.textSmall; a.textSmall:visited
{
	text-decoration: none; padding: 3px 6px 3px 6px;
}

a.textSmall:hover 
{
text-decoration: underline; 
color: #000;
background: #fFF;
-webkit-border-radius: 3px;  
-moz-border-radius: 3px; 
-khtml-border-radius: 3px;  
border-radius: 3px;
text-align: center;
padding: 3px 6px 3px 6px;
}


.textBold-title01; a.textBold-title01:visited {
	color: #5C4747;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*text-transform: uppercase; */
    font-weight: bold;
}

a.textBold-title01 {
	text-decoration: none;
}
a.textBold-title01:hover {
	text-decoration: underline;
}

#footerTM
{
    width: 922px;
    background-color:#909090;
    border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	font-family:Arial; 
	font-size:xx-small; 
	color:White; 
	height:35px;
	
	

}
