@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
/*set height to show browser scrollbar*/
html  {
	overflow-y: scroll;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.625em;
	background-color: #E1E0C6;
}
h1 {
	color: #c30303;
	margin-bottom: 6px;
	margin-top: 12px;
}
h2 {
	font-size: 1.1em;
}


.align_centre {
	text-align: center;
}


#right_panel {
	float: right;
	width: 275px;
	margin-top: 20px;
}
#right_panel .info {
	border: 1px solid #c30303;
	width: 240px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	color: #633;
	font-size: 1.4em;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#right_panel .info p {
	margin-top: 10px;
	margin-bottom: 10px;
}

#right_panel img {
	border: 1px solid #c30303;
}



#wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
}

#header {
	background-image: url(../images/bridge_supply_co_logo.png);
	background-repeat: no-repeat;
	height: 100px;
	background-position: 10px;
}
#navigation {
	font-size: 1.5em;
	text-align: center;
	letter-spacing: .3em;
	padding: 5px;
	border-top: 1px solid #C30303;
	border-bottom: 1px solid #C30303;
}
#content {
	background-image: url(../images/trackway_bg.png);
	background-repeat: repeat-y;
	background-position: right;
	overflow: auto;
}

#main_panel {
	padding: 15px;
	display: inline;
	float: left;
	width: 675px;
	overflow: hidden;
	line-height: 20px;
}
#main_panel p {
	font-size: 1.4em;
	margin-bottom: 12px;
}
#main_panel ul {
	font-size: 1.4em;
	margin-left: 50px;
	margin-bottom: 12px;
}
#main_panel ol {
	font-size: 1.4em;
	margin-left: 50px;
	margin-bottom: 12px;
}

#main_panel ul li {
	margin-bottom: 5px;
}
#main_panel ol li {
	margin-bottom: 5px;
}

#main_panel h2{
	margin-bottom: 5px;
	font-size: 1.3em;
	color: #c30303;
	letter-spacing: .05em;
}


#footer {
	clear: both;
	text-align: right;
	margin-top: 50px;
	padding-right: 25px;
	padding-left: 25px;
}
a:link, a:visited {
	color: #900;
	text-decoration: none;
}
a:hover, a:active {
	color: #930;
	text-decoration: underline;
}
.editable_div {
	overflow: auto;
	border: 1px solid #C30303;
	margin-bottom: 20px;
}
.editable_div img {
	float: left;
	width: 250px;
	overflow: hidden;
	margin-right: 15px;
}
.editable_description {
	float: right;
	font-size: 0.9em;
	width: 400px;
	padding-right: 5px;
}
.editable_description p {
	line-height: 16px;
}
.editable_description ul li {
	line-height: 12px;
}
.editable_description ol li {
	line-height: 12px;
}


.editable_div h2 {
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 1.2em;
	color: #c30303;
	letter-spacing: 0.1em;
	float: left;
}

