/*  
Theme Name: AutoDrill
Theme URI: http://www.drill-n-tap.com/
Description: AutoDrill design by Xonatek
Author: Paul Smith

	

*/




/** Begin Xonatek styling **/

#navbar .page_item, #navbar .current_page_item {
    list-style-type: none;
    float: left;
    padding: 0px;
    margin: 0px;
}

#navbar .page_item a, #navbar .current_page_item a, #navbar a {
	display: block;
    float: left;
	padding: 4px 3px 4px 24px;
	border-bottom: 1px solid white;
	text-align: left;
	text-decoration: none; /* old background background="#087D89*/
}

ul.page_item {
	list-style-type: square;
}

a {
    color: #26527E;
    text-decoration: none;
	 font-weight: bold;
}

a:hover {
    color: #26527E;
    text-decoration: underline;
}

div.page {
	margin: 0px auto;
	width: 980px;
}

div.outer_container {
	float: left;
}

div.container {
	float:left;
	/*/width: 762px;
    w/idth: 760px;*/
	 width: 980px;
    border: 1px solid black;
    /*background-color: #26527E;*/
	 background-image: url("images/background.gif");
	 position: relative;
}

div#header {
    width: 980px;
    height: 116px;
    border: 0px;

}

/*div#top_separator {
	border-top: 1px solid white;
	/*border-bottom: 1px solid white;
	float: left;
    text-align: right;
    color: black;
    font-weight: bold;
    width: 964px;
    /*background-color: #2D5781;
	 background-image: url(images/gradient.gif);
	 padding: 4px 8px 4px 8px;
}*/


div#left {
	float: left;
}

div#navbar {
	border-top: 1px solid black;
	/*border-bottom: 1px solid white;*/
	 padding: 0px;
    /*float: left;*/
    width: 250px;
	 margin: 0px;
	 /*padding-bottom: 40px;
	 /*height: 100%;*/
}

div#navbar a {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.5px;
	border-bottom: 1px solid white;
	text-decoration: none;
	color: white;
	width: 223px;
	padding: 5px 5px 5px 20px;
	display: block;
	background-image: url("images/dots.gif");
	background-position: 5px center;
	background-repeat: no-repeat;
	font-weight: normal;
	
}

div#navbar a.parent {
	background-image: url("images/ddots.gif");
}

div#navbar a:hover {
	border-bottom: 1px solid black;
	background-color: #E5C4C8;
	color: black;
	background-image: url("images/dots2.gif");
	background-repeat: no-repeat;
	
	letter-spacing: 0.35px;
	font-weight: bold;
}

div#navbar a.parent:hover {
	background-image: url("images/ddots2.gif");
}

div#navbar a.level1 {
	width: 210px;
	padding-left: 37px;
	background-position: 17px center;
	background-color: #204469;
}
div#navbar a.anav:hover {
	background-color: #DAE4EF;
}
div#navbar a.level2 {
	width: 201px;
	padding-left: 46px;
	background-position: 26px center;
	background-color: #193754;
}
div#navbar a.level3 {
	width: 191px;
	padding-left: 56px;
	background-position: 36px center;
	background-color: #13293F;
}
div#navbar a.level4 {
	width: 181px;
	padding-left: 66px;
	background-position: 46px center;
	background-color: #0D1B2A;
}

div#contact {
	border-bottom: 1px solid white;
	text-align: center;
	color: white;
	padding: 16px;
}

a#nodecoration, a:hover#nodecoration {
	border: 0px;
	background-image: none;
	padding: 15px 5px 5px 5px;
}

div#content {
	padding: 10px;
    float: left;
	 width: 709px;
	 border-left: 1px solid black;
	 border-top: 1px solid black;
    background-color: white;
	 /*min-height: 1350px;*/

}

div.header_footer {
	/*float: left;*/
    clear: both;
    /*background-color: #2D5781;*/
	 background-color: #7D3A38;
    color: white;
	 padding: 0px 8px 0px 8px;
    width: 964px;
    border-top: 1px solid black;
}

body, td {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 0px;
    margin: 5px;
}


ul#topnav {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-position: inside;
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

ul#topnav li { 
	display: inline; 
}

ul#topnav li a {
	float: left;
	/*width: 5em;*/
	color: #FFFFFF;
    font-size: 11px;
	background-color: #00467f;
	padding: 0.2em 1em;
	text-decoration: none;
	border-right: 1px solid white;
    border-bottom: 1px solid white;
}

ul#topnav li a:hover {
    background-color: #5182C5;
    color: #FFFFFF;
}


.floating_image_right {
	float: right;
	clear:both;
	padding: 5px;
}

.floating_image_left {
	clear:both;
	float: left;
	padding: 1px 8px 5px 1px;
}

#last_footer {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #333333;
    clear: both;
    float: left;
    padding: 4px 0px 4px 0px;
    width: 982px;
}

h1, h2, h3, h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    margin: 10px 0px 10px 0px;
    padding: 0px; 
}


h2 {
	text-align: center;
    font-size: 18px;
	 letter-spacing: 2px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 12px;
}
div.image_centered {
	vertical-align: middle;
}
.image_centered img, .image_centered span {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.image_centered span {
	text-align: center;
	margin-bottom: 1.5em;
	display: block;
}
span.standout {
	font-weight: bold;
	display: inline;
}
span.type_title {
	font-weight: bold;
}

table.ptable, table.ptable_centered {
	clear:both;
	background-color: #EEE2D1;
	margin-left: auto;
	margin-right: auto;
}
.ptable td, .ptable_centered td {
	border-left: 1px solid white;
	border-top: 1px solid white;
	padding: 6px;
}
.ptable_centered {
	text-align: center;
}
.ptable_header {
	font-weight: bold;
	text-align: center;
}

td.btext {
	color: blue;
}

td.gtext {
	color: green;
}

td.rtext {
	color: red;
}

td.grtext {
	color: gray;
}

td.highlighted {
	background-color: #EFEF87;
}

td.left_highlight {
	background-color: #AFF3F3;
}

.floating_img {
	float: left;
	margin-right: 10px;
}
.table_title {
	text-align: center;
}
.caption {
	display: block;
	font-weight: bold;
	text-align: center;
}

.position_table {
	margin-bottom: 2em;
	margin-top: 0.8em;
}

.url_list {
	line-height: 2em;
}

.page_item {
}

.layout_table {
	width: 100%;
	text-align: center;
	margin-bottom: 2em;
}
.layout_table td {
	margin: 10px;
}
.layout_table img {
	margin-bottom: 1em;
}

#navbar .current_page_item {
	font-weight: bold;
}

#slogan a{
	width: 400px;
	text-align: center;
	position: absolute;
	top: 75px;
	right: 6px;
	font-size: 24px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	font-weight: normal;
}

#animated {
	width: 300px;
	text-align: center;
	position: absolute;
	top: 20px;
	left: 340px;
	font-size: 24px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
}
#animated img {
	width:200px;
	height:200px;
}

a.nodec:link, a.nodec:visited, a.nodec:hover, a.nodec:active, .nodec img, .nodec {
	border: 0 none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

div.thirds, p.thirds {
	float: left;
	width: 30%;
	margin: 0;
	margin-left: 1%;
	margin-right: auto;
	padding: 0;
}
.thirds img {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.clearboth {
	clear: both;
	margin-top: 40px;
}

div.em {
	margin: 10px;
	padding: 5px;
	border: 1px solid black;
	text-align: center;
	font-size: large;
}
.em img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

div.ex {
	margin: 10px;
	padding: 5px;
	border: 1px solid black;
	text-align: center;
}
.ex h3 {
	text-align: center;
}
.ex img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.catalog {
	float: left;
	width: 21%;
	margin: 2%;
	padding: 0;
	text-align: center;
	font-size: 1.2em;
}
.catalog img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: none;
	margin-bottom: .7em;
}

div.left_links {
	float: left;
	width: 30%;
	padding-left: 120px;
	padding-right: 80px;
	margin-bottom: 2em;
	text-align: left;
}
div.right_links {
	float: left;
	width: 30%;
	margin-bottom: 2em;
	text-align: left;
	padding: 0;
}
div.center_links {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
h3.eng {
	clear: both;
}

input {
	width: 200px;
}

.required {
	color: red;
}
/** End Xonatek styling **/

