/* CSS Document */

body {
	margin:0 auto;
	background-color:#f0f0f0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.cms_image_left{
	padding-right:10px;	
}

.cms_image_right{
	padding-left:10px;	
}

p {
	line-height: 16px;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-top: 0;
	margin-bottom: 0;
}

a {
	color:#333333;
	text-decoration:none;
}

img {
	border:none;
}

a:hover {
	color:#333333;
	text-decoration:underline;
}

#container {
	width:836px;
	margin:0 auto;
	background-image:url(images/content-tile.gif);
	background-repeat:repeat-y;
}

#header {
	width:836px;
	height:127px;
	background-image:url(images/header.gif);
	font-size:10px;
	color:#333333;
	text-align:right;
	line-height: 16px;
}

#header a {
	color:#333333;
	text-decoration:none;
}

#header a:hover {
	text-decoration:underline;
}

#logo {
	padding-left:30px;
	padding-top:40px;
	float:left;
}

#top-content {
	padding-right:30px;
	padding-top:40px;
	float:right;
}

.grey {
	color:#aaaaaa;
}

#menu {
	width:811px;
	padding-right:18px;
	padding-left: 7px;
	height:27px;
	padding-top:5px;
	background-image:url(images/menu.gif);
	text-align:center;
}

#menu a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}

#menu a:hover {
	text-decoration:underline;
}

#menu ul {
	margin:0 auto;
	list-style-type:none;
	text-align:center;
	
}

#menu li {
	padding-left:10px;
	padding-right:10px;
	display:inline;
}
	
#heading {
	width:836px;
	height:26px;
	padding-top:25px;
	background-image:url(images/heading.gif);
}

.left-content {
	width:180px;
	padding-left:30px;
	padding-right:10px;
	font-size:12px;
	color:#666666;
	float:left;
	line-height: 14px;
}

.right-content {
	width:576px;
	font-size:11px;
	color:#333333;
	float:right;
	padding-right:25px;
}
	
#content-container {
	width:836px;
	background-image:url(images/content-tile.gif);
	background-repeat:repeat-y;
	padding-bottom:25px;
	padding-top:15px;
}

#content-container ul {
	padding-top:5px;
	margin-top: 0;
	padding-bottom: 10px;
}

#content-container li {
	padding-top:1px;
	margin-top: 0;
	padding-bottom: 3px;
}

#footer {
	width:836px;
	background-image:url(images/footer.jpg);
	height:59px;
	padding-top:20px;
	text-align:center;
	font-size:10px;
	color:#aaaaaa;
	clear:both;
	margin:0 auto;
}

#footer a {
	color:#aaaaaa;
	font-size:10px;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:0 auto;
	margin-bottom:10px;
	color:#2069b1;
	padding-top: 5px;
}

h3 {
	color: #333333;
}

.h1x {
	background-image:url(/images/point.jpg);
	background-repeat:no-repeat;
	background-position:left;
	text-indent:30px;
}

h3 {
	
}


.warning-text {
	font-size:10px;
	color:#FF0000;
}

.category_box {
	width:149px;
	text-align:center;
	background-color:#eee;
	padding:5px;
}

.category_box_container {
margin-right:20px;
	float:left;

}

.page_box{
	width:220px;
	text-align:center;
	float:left;
	margin:10px;
	border: 5px solid #EEEEEE;
}

.category_box_text a, .page_box_text a{
	color:#333333;
	font-weight:bold;
	display: block;
	background: #EEEEEE;
	padding: 8px 5px 5px 5px;
}

.category_box_text a:hover, .page_box_text a:hover {
	color:#CC3300;
}

.product_thumbs{
	float:left;
}

#menu_horizontal{
	text-align:center;
}

#menu_horizontal ul{
	list-style-type:none;
}

#menu_horizontal ul li{
	display:inline;
	padding-left:10px;
	padding-right:10px;
}

/*--------- contact form css ----------*/
.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label*/
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels.*/
}

.cssform input[type="text"]{ /*width of text boxes.*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
*/

* html .threepxfix{
margin-left: 3px;
}

/*--------- code for menu_side_category and menu_side_links ------------*/

#menu ul{
	padding-left:15px;
	margin-left:0px;
}

.menu_selected{
	background-color:#ccc;
}

/*--------- code for menu_side_js ------------*/

.menu_item_category{
	border:#999999 1px solid;
	width:145px;
}

.menu_sub_container{
	float:none;
	position:relative;
	top:-18px;
	left:135px;
}

.menu_sub_menu{
	position:absolute;
	width:145px;
	border:#999999 1px solid;
	background-color:#FFFFFF;
}


.home_newsitem {
	padding-bottom:2px;
	padding-left: 0px;
	color:#888888;
	font-size:12px;
}
.home_newsitem {
	color: #888888;
	font-size:11px;
}
.home_newsitem a {
	color:#333333;
	text-decoration:none;
}

.home_newsitem_more a {
	color:#0055A7;
	font-size:10px;
	text-decoration:none;
}

.text-small {
	font-size: 10px;
}

#form-layout dl {
	margin: 0;
	font-size: 11px;
	padding: 4px 0 0 2px;
}

#form-layout dt {
    clear: both;
    float: left;
	width:70px;
	font-weight:bold;
	color: #333;
}

#form-layout dt, #form-layout dd {
	padding-bottom:8px;
}

/*Application Form*/

.careers-input {
	width:200px;
	border:none;
	border:1px solid #c8ddf1;
}

.careers-inputtextbox {
	width:270px;
	border:none;
	border:1px solid #c8ddf1;
}

.careers-submit-button:hover {
	cursor:pointer;
}

#error {
	padding:10px;
	color:#cd3e4d;
	border:1px solid #c8ddf1;	
}

#success {
	padding:10px;
	border:1px solid #c8ddf1;
}

.blue-text {
	color:#2069b1;
}

#join-team {
	padding-bottom:10px;
}