html, body {
	margin: 0;
	padding: 0;
}

body 
{
	font-family: Arial,Verdana,Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: normal;	
	color: #000;
	text-align: center;
	background-color: #D8C7AE;
}

body a img, body a:hover img {
	border: none;
}

body a 
{
	color: #C11C1C;
	text-decoration: none;
}

body a:link	
{	
	color: #C11C1C;
	text-decoration: none;
}	
		
body a:visited	
{	
	color: #C11C1C;
	text-decoration: none;
}	
		
body a:active
{	
	color: #C11C1C;
	text-decoration: none;
}	
		
body a:hover {
	color: #C11C1C;
	text-decoration: none;
}

html>body h1, html>body h2, html>body h3, html>body h4 {
	margin:auto;
}

hr {	
	width: 100%;
	height: 1px;
}

body p {margin: 0 0 15px 0;padding: 0;}

/******************************************* Table style ****/
body table {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	font-family: Arial,Verdana,Helvetica, sans-serif;
	font-size: 12px; 
	border: 0;
	color: #000;
	clear: both;
}

html>body table {height: auto !important;margin: 1px 0 0 1px;padding: 1px 0 0 1px;}

body table tr td {
	margin: 0;
	padding: 0;
}
/* Set static page width */

#Header,#Footer{
	width: 956px;
}

/* Set cross-browser minimum content height */

#MinHeight {
	position: relative;
	display: block;
	height: 400px;
}

#Container {
	position: relative;
	display: block;
   width:  956px;
	margin-top: 20px; 
	margin-right: auto; 
	margin-bottom: 0; 
	margin-left: auto;
	padding: 0;
	text-align: left;
	overflow: hidden;
	clear: both;
	background: url(../img/bg.gif) left top repeat-y;
}

html>body #Container {
	border-bottom: 1px transparent;	
}

#MinHeight {
    display: block;
    position: relative;
    min-height: 550px;
}

/* This is needed for clearing floats inside container */

#Container:after {
	content: "."; 
	display: block;
	float:left;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}

#Header {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	height: 141px;
    overflow: hidden;
    clear: both;
    background: url(../img/topbg.gif) left top no-repeat;
}

#Columns {
	position: relative;
	display: block;
	float:left;
	margin: -60px 0 0 0;
	padding: 0;
	width: 956px;
	clear: both;
	overflow: hidden;
}

/* This is needed for clearing floats  inside container */

#Columns:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}

#C1 {  
	position: relative;
	display: inline;
	float: left;	
	margin: 0 0 0 80px;
	width: 240px;
	overflow: hidden;
}

#C2 {
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	width: 565px;
	overflow: hidden;
}

#C3 {
    position: relative;
	display: inline;
	float: left;
	margin: 0;
	width: 1px;
	overflow: hidden;
}

#Footer {
	position: relative;
	display: block;
	float:left;
	margin: 0;
	padding: 0;
	height: 127px;
    clear: both;
    text-transform: uppercase;
	overflow: hidden;
	background: url(../img/bottombg2.gif) left top no-repeat;
}	

#Footer a {color:#CFBBA4;margin: 80px 50px 0 0;float: right;}

/********************************* SAContent ********/
#SAContent1 {
	display: block;
	position: relative;
    margin: 15px 0 0 0;
	padding: 0;
	width: 520px;
	overflow: hidden;
}

#SAContent2 {
	display: block;
	position: relative;
    margin: 15px 0 0 0;
	padding: 0;
	width: 520px;
	overflow: hidden;
}


#SAArea1 {
	display: block;
	position: relative;
    margin: 15px 0 0 0;
	padding: 0;
	width: 520px;
	overflow: hidden;
}

/********************************* Other styles********/
#SABanner {
    display: block;
    position: relative;
    margin: 3px 0 0 0;
    padding: 0;
    height: 332px;
    width: 561px;
    overflow: hidden;
}

.Defaultpage #SABanner {height:194px;}

.Smalltop {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 240px;
    height: 10px;
    background: url(../img/smalltop.gif) left top no-repeat;
    overflow: hidden;
}

.Smallbottom {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 240px;
    height: 10px;
    background: url(../img/smallbottom.gif) left top no-repeat;
    overflow: hidden;
}

#Logo {
    display: block;
    position: relative;
    margin: 0;
    padding: 22px 30px 31px 40px;
    width: 240px;
    background: url(../img/smallbg.gif) left top repeat-y;
    overflow: hidden;
}

#Menu {
    display: block;
    position: relative;
    margin: 0;
    padding: 25px 30px 35px 30px;
    width: 240px;
    background: url(../img/smallbg.gif) left top repeat-y;
    overflow: hidden;
}

#ContactDiv {
    display: block;
    position: relative;
    margin: 0;
    padding: 25px 30px 35px 30px;
    width: 240px;
    color: #623F24;
    background: url(../img/smallbg.gif) left top repeat-y;
    overflow: hidden;
}

#Contentarea {
    display: block;
    position: relative;
    margin: 0 0 0 1px;
    padding: 25px 30px 35px 30px;
    width: 565px;
    overflow: hidden;
    background: url(../img/bigbg.gif) left top repeat-y;
}

.Defaultpage #Contentarea  {
    background: none;
}

.Bigtop {
    display: block;
    position: relative;
    margin: 0 0 0 1px;
    padding: 0;
    width: 561px;
    height: 10px;
    background: url(../img/bigtop.gif) left top no-repeat;
    overflow: hidden;
}

.Bigbottom {
    display: block;
    position: relative;
    margin: 0 0 0 1px;
    padding: 0;
    width: 561px;
    height: 10px;
    background: url(../img/bigbottom.gif) left top no-repeat;
    overflow: hidden;
}

#Langbox {
    display: block;
    position: relative;
    float: right;
    margin: 25px 0 0 0;
    padding: 0;
    width: 200px;
    height: 15px;
    overflow: hidden;
}

#Langbox ul {
    position: relative;
    list-style-image:none;
    list-style-type:none;
    margin: 0;
    padding: 0;
}

#Langbox ul li {
    display: block;
    position: relative;
    float: left;
    margin: 0;
    padding: 0 8px 0 8px;
    border-right: 1px solid #C11C1C;
}

#tbAllery {
    display:block;
    position: relative;
    clear:both;
}

#Loginbt {
    display:block;
    position:relative;
    margin: 5px 0 0 0;
    padding: 0 0 0 15px;
    width: 99px;
    height: 32px;
    background: url(../img/loginbt.gif) left top no-repeat;
    border:0;
    color: #C83734;
    font-size:12px;
    font-weight:bold;
    overflow: hidden;
}
