* {
    padding: 0;
    margin: 0;
} 

body {
	font-family:Arial, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #6f6f6f;
	background-color: #F1F2F5;
}
a {
	color: #6f6f6f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#wrap {
	width: 932px;
	background: #fff;
	background-repeat: repeat-y;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#top { 
background: #fff url('images/smt-head.jpg');
height: 82px;
}

#head-menu{
	width: 932px;
	height: 42px;
	background: #808285;
}
#head-menu ul {
	padding-top: 13px;
	padding-left: 20px;
	margin-top:0;
}
#head-menu li {
	margin-right: 25px;
	list-style-type: none;
	color: #ffffff;
	float: left;
	font-size: 12px;
}
#head-menu a {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	text-transform: lowercase;
}
#head-menu p {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	display: inline;
	font-weight: bold;
	text-transform: lowercase;
}
#phone{
 float: right;
 font-size: 23px;
 color: #FFFFFF;	
 margin-top: -7px;
 margin-right: 10px;
}

#content {
padding: 0 40px 0 40px;
}

#bottom {

background: #fff url('images/botbg.jpg');
height: 30px;
}


.header {
	width: 932px;
	height: 179px;
}
.red-line{
	height: 3px;
	width: 932px;
	background: #d1232a;	
}
.header h1 { padding-left: 17px; padding-top: 22px; font-size: 22px; color: #FFF; }
.header h1 a { font-size: 22px; color: #FFF; text-decoration: none;}
.header h2 { padding-left: 17px; padding-top: 0px; font-size: 17px; color: #FFF; }

.breadcrumbs { 
    background: #F6F9FB; 
	border-bottom: 1px solid #E1E1E1; 
	padding: 5px;
}
	
.middle {
	float: left;
	width: 59%;
	margin: 0 10px;
	padding: 1% 1%;
	text-align: justify;
}

.right {
	float: right;
	width: 209px;
	margin: 0 auto 0 auto;
	padding: 0px 36px 0px 36px;
	background: #ab191d;
	font-size: 14px;
	color: #FFFFFF;
}
.right a{
	font-size: 13px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}
.right a:link{
	font-size: 13px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}
.right a:hover{
	font-size: 13px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}
.right a:visited{
	font-size: 13px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}
.right ul {
	padding: 20px 0 15px 20px;
	margin:0;
}

.right li {
	margin-bottom:5px;
	list-style-type: square;
	color: #3B6EBF;
}
.middle h1 { color: #ab191d; font-size: 16px; margin-bottom: 10px; margin-top: 10px;}
.middle h2 { color: #ab191d; font-size: 16px; margin-bottom: 10px; margin-top: 10px;}
.right h1 { color: #FFFFFF; font-size: 14px; margin-top: 2px;}
.right h2 { color: #FFFFFF; font-size: 14px; margin-top: 2px;}

#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}
.layout_short{
	padding-bottom: 10px;
}
.layout_short a{
	color: #FFFFFF; font-size: 14px; margin-top: 2px;
}
#footer {
	margin: 0px auto 0px auto;
	width: 932px;
	text-align: right;
	color: #666;
	font-size: 9px;
}

.clear{
	height: 0.1px;
	overflow: hidden;
	font-size: 0.1px;
	line-height: 0.1px;
	clear: both;
}

.invisible{
	width: 0px;
	height: 0px;
	left: -1000px;
	top: -1000px;
	position: absolute;
	overflow: hidden;
	display: inline;
}