/* @override http://localhost:8000/static_media/css/style.css */

#header {
	margin-top: 20px;
}

#translation {
	text-align: right;
}

/* @group Navigation */

ul#nav_links {
	text-align: right;
	list-style-type: none;
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-size: 16px;
}

ul#nav_links li {
	display: inline;
	margin-left: 0;
	padding-left: 10px;
}

body#home li.home, body#equipment li.equipment, body#parts li.parts, body#contact li.contact {
	background-color: #00619c;
	padding-left: 0;
	margin-left: 10px;
}

body#home li.home a, body#equipment li.equipment a, body#parts li.parts a, body#contact li.contact a {
	background-color: #00619c;
	color: #fffeff;
	position: relative;
}

ul#nav_links li a {
	background-color: #efefef;
	color: #00619c;
	margin-right: 0px;
	text-decoration: none;
	padding: 3px 10px;
}

ul#nav_links a:hover {
	background: #dcdcdc;
}



/* @end */

#box_text {
	background-color: #00619c;
	color: #fffeff;
	padding-top: 30px;
	padding-bottom: 10px;
	font-size: 14px;
}

h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	color: #282828;
	margin-top: 0;
}

#footer {
	font-size: 11px;
	color: #5a5a5a;
	padding-top: 20px;
}

#footer_text {
	font-size: 12px;
	font-weight: bold;
}

#copyright_info {
	text-align: right;
	background: url(/media/img/copyright.gif) no-repeat right;
	height: 89px;
}

#copyright_info p {
	margin-top: 30px;
	margin-right: 50px;
}

table {
	width: 100%;
}

th {
	text-align: left;
	padding-bottom: 10px;
}

td {
	vertical-align: top;
	padding: 10px 5px 0;
	margin: 0;
}

a:link, a:active, a:visited {
	color: #00619c;
}

a:hover {
	color: #00619c;
	text-decoration: none;
}

tr.odd {
	background-color: #efefef;
}

tr.even {
	background-color: #f8f8f8;
}

#images, #description {
	margin-top: 20px;
}

#images img {
	background-color: #efefef;
	padding: 10px;
	border: 1px solid #c9c9c9;
}

#description h4 {
	font-weight: bold;
	font-size: 14px;
	color: #00619c;
	margin: 0;
	padding: 0;
}

.go_back {
	font-size: 12px;
}

table#contact {
}

#contact th {
	text-align: right;
	padding-top: 10px;
}

#contact_sidebar {
	height: 360px;
	background-color: #e7e7e7;
}

#contact_sidebar p {
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 0;
	margin-bottom: 0;
}

#thank_you {
	margin-bottom: 100px;
}

.no_show {
	display: none;
}