/************************ General ************************/

* {
	margin: 0;
	padding: 0;
}
		
html, body {
	margin: 0;
	padding: 0;
	background: url(../img/bg.jpg) repeat-x top;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
}

img {
	border: none;
}

p {
	margin: 10px 0 15px 0;
	color: #8b4f27;
}

/************************ Default ************************/

.clearer {
	clear: both;
	height: 0; 
	visibility: hidden;
}

/************************ Hs ************************/

h1 {
	font-family: Times, arial, verdana; 
	font-size: 18px; 
	color: #e76e41; 
	font-weight: bold;
	text-decoration: none;
	line-height: 22px;
	border-bottom: solid 1px  #e76e41;
}

h2 {
	font-family: Times, arial, verdana; 
	font-size: 14px; 
	color: #e76e41; 
	font-weight: bold;
	text-decoration: none;
	line-height: 22px;
	border-bottom: solid 1px  #e76e41;
}

h3 {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
	color: #e76e41; 
	font-weight: bold;
}

h4 {
	font-family: arial, helvetica, sans-serif; 
	font-size: 10px; 
	color: #e76e41; 
	font-weight: bold;
}

/************************ Links ************************/

a {
	font-family: arial, helvetica, sans-serif; 
	font-size: 10px; 
	color: #e76e41; 
	font-weight: normal;
	text-decoration:none;
}
		
a:hover {
	font-family: arial, helvetica, sans-serif; 
	font-size: 10px; 
	color: #e76e41; 
	font-weight: normal;
	text-decoration:none;
}
		
a:visited {
	font-family: arial, helvetica, sans-serif; 
	font-size: 10px; 
	color: #e76e41; 
	font-weight: normal;
	text-decoration:none;
}

/************************ Structure ************************/

#shadow {
	margin: 0 0 0 -490px;
	width: 980px;
	height: 100%;
	position: absolute;
	left: 50%;
}

#wrap {
	position: relative;
	background: transparent;
	margin: 0 auto;
	width: 960px;
	height: 100%;
}

#bgsep {
	width: 960px;
	height: 30px;
}

.linesep {
	background: url(../img/lbg.jpg) repeat-x top;
	width: 960px;
	height: 20px;
}

#imagebanner{
	width: 960px;
	height: 250px;
}

#mlogo{
	width: 250px;
	height: 250px;
	float: left;
}

#image{
	background: url(../img/banner.jpg) no-repeat top;	
	width: 710px;
	height: 250px;
	float: right;
}

.minimg{
	float: left;
	margin: 0 10px 10px 0;
}

#content{
	padding: 0 50px 20px 50px;
	background: url(../img/fbg.jpg) repeat-y top;
}

	/************************ Frame ************************/
	
	#frame{
		height:100%;
	}

	#framebottom{
		height: 40px;
		background: url(../img/bbg.jpg) no-repeat top;		
	}

	/************************ Menu ************************/
	
	#menu {
		background: url(../img/plate.jpg) no-repeat top;
		width: 960px;
		height: 80px;
	}
	
	#navimenu{
		width: 960px;
		height: 30px;	
	}
	
	#navimenu ul{
		margin: 0 30px;
		height: 28px;
		list-style: none;
	}
	
	#navimenu ul li{
		color: #FFFFFF;
		float: left;
		display: block;
		width: 100px;
		height: 10px;
		text-align: center;	
		padding: 9px 0;	
	}
	
	#navimenu ul li a{
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#navimenu ul .separator{
		background: url(../img/separator.gif) no-repeat top;
		float: left;
		display: block;
		width: 20px;
		height: 28px;
		text-align: center;	
		padding: 0;	
	}
	
	#navimenu ul .central{
		float: left;
		display: block;
		width: 220px;
		height: 28px;
		text-align: center;	
		padding: 0;	
	}
	
	#breadcrumbs{
		padding: 0 0 0 50px;
	}
	
	#breadcrumbs p{
		line-height: 30px;
		margin: 0;
	}
	
	#breadcrumbs a, #breadcrumbs a:hover, #breadcrumbs a:visited{
		color: #8b4f27;
	}
	
	#pointer{
		float: left;
	}
	
	/************************ Columns ************************/
	
	#column-left {
		float: left;
		width: 276px;
	}
	
	#column-left-big {
		float: left;
		width: 568px;
	}
	
	#column-center {
		float: left;
		width: 276px;
		margin: 0 16px;
	}
	
	#column-center img, #column-right-marg img, #column-right img, #column-left img, #column-left-big img{
		margin-bottom: 10px;
	}
	
	#column-right {
		float: left;
		width: 276px;
	}
	
	#column-right-marg {
		float: left;
		width: 276px;
		margin: 0 0 0 16px;
	}
	
	/************************ Form ************************/
	
	#callback{
		margin: 10px 0 0 0;
		padding: 0;
		line-height: 8px;
	}
	
	#callback p {
		margin: 5px 0 0 0;
		color: #8b4f27;
	}
	
	label {
		margin: 3px 10px 0 0;
		width: 70px;
		float: left;
		text-align: right;
		display: block;
	}
	
	.input {
		background: url(../img/ibg.jpg) repeat-x top;
		border: solid 1px #aaaaaa;
		margin: 0;
		width: 150px;
		height: 15px;
		font-size: 10px;
		font-family: arial, helvetica, sans-serif;
		color: #8b4f27;
		padding: 0 3px;
	}
	
	.textarea {
		background: url(../img/ibg.jpg) repeat-x top;
		border: solid 1px #aaaaaa;
		margin: 0;
		width: 150px;
		height: 70px;
		font-size: 10px;
		font-family: arial, helvetica, sans-serif;
		color: #8b4f27;
		padding: 0 3px;
	}
	
	#submit {
		background-color: #e76e41;
		color: #FFFFFF;
		border: solid 1px #aaaaaa;
		margin: 0 0 0 80px;
		width: 80px;
		height: 20px;
		font-size: 10px;
		font-family: arial, helvetica, sans-serif;
	}
	
	#requiredfields {
		padding: 5px 0 0 20px;
	}
	
	#required {
		color: #990000;
	}
	
	 .redas {
		color: #CC0000;
	 }

	/************************ Menu Tables ************************/
	
	.tablelike {
		width: 568px;
		margin: 10px 0;
	}
	
	.tablelike li{
		display: block;
	}
	
	.tablename {
		color:#FFFFFF;
		margin: 5px 5px 0 0;
		padding: 0 5px;
		width: 486px;
		background-color: #e76e41; 
		float: left;
		clear:left;
		border: solid 1px #FF9933;
		line-height: 20px;
	}
	
	.tableprice {
		color:#FFFFFF;
		text-align: right;
		margin: 5px 0 0 0;
		padding: 0 5px;
		width: 53px;
		background-color: #e76e41; 
		float: right;
		border: solid 1px #FF9933;
		line-height: 20px;
	}
	
	.tablenamesoft {
		margin: 4px 5px 0 0;
		padding: 0 5px;
		width: 486px;
		background-color: #eaddc5; 
		float: left;
		clear:left;
		border: solid 1px #e4cbb1;
		line-height: 18px;
	}
	
	.tablepricesoft {
		text-align: right;
		margin: 4px 0 0 0;
		padding: 0 5px;
		width: 53px;
		background-color: #eaddc5; 
		float: right;
		border: solid 1px #e4cbb1;
		line-height: 18px;
	}
	
	.tablecentersoft {
		text-align: center;
		margin: 4px 0 0 0;
		padding: 0 5px;
		width: 71px;
		background-color: #eaddc5; 
		float: right;
		border: solid 1px #e4cbb1;
		line-height: 18px;
	}

	/************************ Footer ************************/
	
	#linksx3footer {
		margin: 20px 0 0 0;
		width: 960px;
		display: block;
		text-align:center;
	}
	
	#linksx3footer p {
		color: #e76e41; 
		text-decoration: none;
		font-size: 11px;
		font-weight: bold;
	}
	
	#linksx3footer a, #linksx3footer a:hover, #linksx3footer a:visited {
		color: #aaaaaa;
		text-decoration: none;
	}
	
	#domainlinkzcontainer {
		margin: 0;
		width: 960px;
		display: block;
		text-align:center;
	}
	

#footer-linkz {
margin: 0 auto;
width: 722px;
display: block;
text-decoration: none;
margin-top:20px;
margin-bottom:20px;
}

#footer-linkz ul {
list-style-type: none;
clear: left;
width: 722px;
margin-left:30px;
}

#footer-linkz li {
float: left;
width: 180px;
margin-bottom:2px;
}

.pod-finallist br {
clear: left;
}
#footer-linkz a {
color: #aaaaaa;
text-decoration: none;
font-size: 7pt;
font-family: tahoma, verdana, arial;
}
#footer-linkz a:hover {
color: #aaaaaa;
text-decoration: none;
font-size: 7pt;
font-family: tahoma, verdana, arial;
}
#footer-linkz a:visited {
color: #aaaaaa;
text-decoration: none;
font-size: 7pt;
font-family: tahoma, verdana, arial;
}



#footer-linkz {
margin: 0 auto;
width: 722px;
display: block;
text-decoration: none;
margin-top:20px;
margin-bottom:20px;
}

#footer-linkz ul {
list-style-type: none;
clear: left;
width: 722px;
margin-left:30px;
}

#footer-linkz li {
float: left;
width: 180px;
margin-bottom:2px;
}

.pod-finallist br {
clear: left;
}
#footer-linkz a {
color: #aaaaaa;
text-decoration: none;
font-size: 7pt;
font-family: tahoma, verdana, arial;
}
#footer-linkz a:hover {
color: #aaaaaa;
text-decoration: none;
font-size: 7pt;
font-family: tahoma, verdana, arial;
}
#footer-linkz a:visited {
color: #aaaaaa;
text-decoration: none;
font-size: 7pt;
font-family: tahoma, verdana, arial;
}
