#toplinks{
	height:32px;
	overflow:hidden;
}
body{
    background-color: #666666;
    background-image: url('images/background.jpg');
    background-repeat: repeat-x;
    font-family: trebuchet ms, arial;
    font-size: 12px;
margin-top:0px;
}
#viewport{
    width: 974px;
    margin: auto;
}
#topmenu{
    color: #ffffff;
    text-align: right;
	padding-top: 5px;
}
#topmenu a{
		color: #ffffff;
}
#tabmenu{
    position: absolute;
    top: 69px;
    width: 974px;
    z-index: 1;
}
#tabmenu a .middle{
    background-image: url('images/tabmiddle.png');
    padding-right: 3px;
}
#tabmenu ul{
    margin: 0px;
    padding: 0px;
}
#tabmenu li{
    display: inline;
    background-image: url('images/tabright.png');
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    background-repeat: no-repeat;
    background-position: right;
}

#tabmenu a{
    background-image: url('images/tableft.png');
    padding-left: 6px;
    margin-right: 6px;
    _margin-right: 3px;
		margin-right: 3px;
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}

#tabmenu li.pink a .middle{
    background-image: url('images/tabmiddle2.png');
    padding-right: 3px;
}
#tabmenu li.pink{
    display: inline;
    background-image: url('images/tabright2.png');
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    background-repeat: no-repeat;
    background-position: right;
}

#tabmenu li.pink a {
    background-image: url('images/tableft2.png');
    padding-left: 6px;
    margin-right: 6px;
    _margin-right: 3px;
		margin-right: 3px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}
/*
html>body #tabmenu a{
		margin-right: 6px;
}*/
#submenu{
    background-color: #bebebe;
    border-top: 1px solid #eeeeee;
    height: 24px;
    position: absolute;
    top: 86px;
    z-index: 0;
    width: 974px;
}
#submenu ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#submenu li{
    display: inline;
}
#submenu a{
    color: #333333;
    text-decoration: none;
    line-height: 24px;
    padding-left: 20px;
}
#contents{
    background-color: #ffffff;
}

#header{
    background-image: url('images/armourlogo.gif');
    background-repeat: no-repeat;
    background-position: 0px 15px;
    height: 110px;
    position: relative;
}
#infocontact{
    font-size: 26px;
		padding-top: 5px;
    text-align: right;
    color: #eeeeee;
}
#footer{
    background-image: url('images/footer.gif');
    font-family: arial;
    font-size: 10px;
    padding-top: 15px;
    padding-left: 10px;
    height: 41px;
    color: #eeeeee;
		background-color: #666666;
}
a{
    color: #ea0678;
    text-decoration: none;
}

h2 a{
    color: #222222;
    text-decoration: none;
}

p{
	  font-family: arial;
}
#breadcrumb{
		font-size: 14px;
		padding: 5px;
		padding-top: 6px;
		border-bottom: 1px dotted #666666;
}

h1, h2, h3{
		margin: 0px;
		padding: 5px;
}
h1{
	 font-size: 24px;
	 line-height: 26px;
}
h2{
	 font-size: 20px;
	 line-height: 22px;
}
h3{
	 font-size: 20px;
	 line-height: 22px;
}

#contactdetails{
	border: 1px solid #888888;
	background-color: #f5f5f5;
	width: 250px;
	margin: 10px;
	padding: 10px;
	float: left;
}

#contactdetails h2,#contactform h3{
	color: #888888;
	margin: 0px;
	padding: 0px;
}
#contactform{
	padding: 10px;
}
#contactform input,#contactform textarea{
	border: 1px solid #888888;
}
