
p {
	line-height:20px;
	padding-bottom:10px;
}
a:active {
	outline: none;
} /* for firefox, remove border around links during on click */
a:focus {
	-moz-outline-style: none;
}/* for firefox, remove border around links during on click */
a {
	outline:none;
	text-decoration:none;
	color:#ccd9ff;
}
a:hover {
	color:#faa200;
	cursor:pointer;
}
img {
	border:none;
}
.spacer {
	padding-top:20px;
}

.clear-both{
	clear: both;
}

.margin-auto{
	margin: 0px auto;
}

/*****************Containers********************/

.container, #container_header, #container_content, #container_footerwidth {
	width:1000px;
	margin:0px auto;
	left: 64px;
}
#container_top {
	width:auto;
	height:35px;
	background:#043255 url(/theme/includes/menu/images/container_top_bg.jpg) repeat-x center top;
	color:#ccd7ed;
}
#container_header {
	height:103px;
	border-bottom: 1px solid #B3B3B3;
}

/* ############ Header ############ */

#logo {
	float: left;
    height: 78px;
    padding: 25px 0 0;
    width: 283px;
}
#logo img{
	 border:0px; 
}
#logo .tag-line {
    float: right;
    font-size: 15px;
}
#logo .orange {
    color: #FCA911;
}
#logo .blue {
    color: #005595;
}
.navigationmenu {
	width:700px;	
	margin-top:15px;
	float: right;
}
#partners {
	font-family: 'Titillium Web', sans-serif;
	float:right;
	height:28px;
	padding-right:20px;
	padding-top:7px;
	color:#f5f7f8;
	padding-left:20px;
	/* background-color:#0d2847; */
	font-size:14px;
}
.top_links {
	font-family: 'Titillium Web', sans-serif;
	float:right;
	height:28px;
	padding-right:20px;
	padding-top:7px;
	color:#ccd7ed;
	font-size:14px;
}
.top_links a, #partners a{
	color:#FFFFFF;
}
.top_links a:hover, #partners a:hover{
	color:#FAA200;
}
.header_icon {
	height:35px;
	width:18px;
	float:right;
	padding-right:6px;
	margin-left:16px;
}
.dealer_locator {
	background:url(/theme/includes/menu/images/dealer_locator.png) no-repeat left;
}
.service_center {
	background:url(/theme/includes/menu/images/service_centers.png) no-repeat left;
}
.trimble_worldwide {
	background:url(/theme/includes/menu/images/trimble_worldwide.png) no-repeat left;
}


/******************Search Box*********************/
.topsearch {
	width:200px;
	margin-top:0;
	float: right;
}
.topsearch .form {
	background:url(/theme/includes/menu/images/searchbg.jpg) center top no-repeat;
	width:200px;
	height:36px;
	line-height:36px;
	border:0;
	z-index:0;
	color:#999999;
	font-size:16px;
	font-family:'Titillium Web', Arial, Helvetica, sans-serif;
	margin-top:0;
}
.topsearch input {
	width:160px;
	z-index:99999;
	outline:none;
	border:0;
	color:#999999;
	font-size:16px;
	font-family:'Titillium Web', Arial, Helvetica, sans-serif;
}
.topsearch .button {
	text-indent:-5000px;
	background:url(/theme/includes/menu/images/searchicon.png) right top no-repeat;
	width:30px;
	line-height:19px;
	border:0;
	margin-top:0px;
	z-index:9999;
	cursor:pointer;
}
/****************** End of Search Box*********************/


/******************END OF CSS*********************/
