/* ===== BEGIN STYLE.CSS HERE ===== */
/* Normalizes margin, padding */
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { 
	margin : 0; 
	padding : 0;
}
html {
	background-color: #083150;
}
a {
	color: #083150;
}

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var{ 
	font-style : normal; 
	font-weight : normal; 
}
/* Removes list-style from lists */
table { 
	border-collapse : collapse; 
	border-spacing : 0; 
}
/* Removes border from fieldset and img */
fieldset,img { 
	border : 0; 
}
/* Left-aligns text in caption and th */
caption,th { 
	text-align : left; 
}
/* Removes quotation marks from q */
q:before, q:after { 
	content :''; 
}
h1,h2,h3,h4,h5,h6,p,li,td,div{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif !important;
	font-weight: normal;
}
h1{font-size: 2.0em;}
h2{font-size: 1.0em;}
h3{font-size: 0.8em;}
h4{font-size: 0.7em;}
h5{font-size: 1.0em;}
h6{font-size: 1.0em;}

html{
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body{
	text-align: center;
	/*width: 872px;*/
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	background: #FFF;
	color: Black;
}
/* ===== BRANDING ===== */

div#branding{
	height: 100px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 30px;
}

div#branding div#logo {
	background: url(../images/logo.jpg) no-repeat top left;
	float: left;
	width: 160px;
}

div#branding div#logo a{
	text-decoration: none;
	line-height: 62px;
	height: 62px;
	padding-top: 40px;
	padding-bottom: 10px;
	padding-left: 60px;
	padding-right: 90px;
}

div#branding div#x4logo img {
	float: left;
	width: 51px;
	margin-top: 6px;
}

div#branding div#navigation {
	float: right;
	text-align: right;
	margin-bottom: 20px;
}
/***************************************************
Header Menu
***************************************************/
#menu_wrapper {
	text-align: center;
}

#menu_ul {
	/*width: 95%;*/
	margin: 0 auto;
	text-align: center;
}


/* ----- Separator ------- */
div#separator {
	background-image: url('../images/separator.jpg');
	background-repeat: repeat-x;
	background-position: left;
	line-height: 6px;
	clear: both;
}


#menu_ul li {
	width: auto;
	float: left;
	list-style: none;
	text-align: right;
	text-transform: uppercase;
	font-size: 16px;
	color: black;
}

#menu_ul li {
	background-image: url('../images/left_inactive.jpg');
	background-repeat: no-repeat;
	background-position: left;
}

#menu_ul  a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	color: #09395D;
	padding-right: 23px;
	padding-left: 12px;
	padding-bottom: 12px;
	padding-top: 11px;
	line-height: 27px;
}

#menu_ul ul li a:hover, #menu ul li a.active {
	color: red;
}

#menu_ul li.active {
	background-image: url('../images/mid_left_active.jpg');
	background-repeat: no-repeat;
	background-position: left;
	margin-left: -9px;
}

#menu_ul li.first {
	margin-left: 19px;
}

#menu_ul li.first_active {
	background-image: url('../images/first_active.jpg');
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 9px;
}

#menu_ul li a{
	background-image: url('../images/right_inactive.jpg');
	background-repeat: no-repeat;
	background-position: right;
	margin-left: 8px;
}
#menu_ul li.active  a{
	background-image: url('../images/right_active.jpg');
	background-repeat: no-repeat;
	background-position: right;
	margin-left: 24px;
}


/* ===== CONTENT ===== */
div#content-main{
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	/*width: 800px;*/
	background-color: white;
}


div#content-main h2{
	text-transform: uppercase;
	color: orange;
	text-align: left;
	padding-left: 90px;
	margin-bottom: 10px;
	background-image: url('../images/rinax.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1.7em;
}


div#content-main h3 {
	text-transform:uppercase;
	text-align:left;
	font-size: 0.8em;
	color: #09395D;
}


div#content-main h5{
	/*
	text-transform: uppercase;
	color: orange;
	*/
	/* text-align: left; */
	/* padding-left: 90px; */
	/* margin-bottom: 10px; */
	/*
	background-image: url('../images/rinax.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	*/
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1.7em;
}


div#content-main h6{
	/* text-transform: uppercase; */
	color: orange;
	/* text-align: left; */
	/* padding-left: 90px; */
	/* margin-bottom: 10px; */
	/*
	background-image: url('../images/rinax.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	*/
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1.7em;
}


div#content-main p{
	margin:0;
	padding:5px 8px 15px;
}
div#content-main ul {
	list-style: none;
}

div#content-main li {
	margin:0px;
	padding: 5px 0px 5px 30px;
	background-image: url('../images/bullet.jpg');
	background-repeat:no-repeat;
	background-position: 0px -3px;
}

a.standout {
	font-size: 1.1em;
	font-weight: bold;
	color: #0070C0;
}

ul li a.standout {
	font-size: 1.1em;
	color: #0070C0;
}

ul.links a {
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1.8em;
	display: block;
}
/*
ul.links { 
	margin-left: 80px;
}
*/

/* ===== comments ===== */
div.comments div{
	background: #EEEEEE;
	padding: 4px 3px;
	margin-bottom:10px;
}

div.comments div.odd{
	background:#E7EEF8;
}

div.comments p{
	padding: 10px;
	margin:0;
}

/* =====================================================
div#content-main-title div,div#content-sub-title div{
border:2px solid #1FA8EF;
} ====================================================*/

/* ===== Site Info ===== */
div#site-info{
	clear:both;
	width: 100%;
	padding:15px 0;
	line-height: 20px;
	text-align:center;
}

div#site-info p{
/*font-size: 0.6em;*/
}

/* ===== navbar ===== */
#navbar {
	margin-top: 10px;
}

/* ===== Breadcrumbs ===== */
#breadcrumb {
	width: auto;
	height: 1.5em;
	font-size: .6em;
	color: Black;
}

.banner {
}


/*
.wholesale-and-retail {
	width:870px;
	height:240px;
	background:url('../images/wholesale-and-retail.jpg');
}

.auto-parts {
	width:870px;
	height:240px;
	background:url('../images/auto-parts.jpg');
}

.Distribution-Management {
	width:870px;
	height:240px;
	background:url('../images/header-Distribution-Management.jpg');
}

.industrial-distribution {
	width:870px;
	height:240px;
	background:url('../images/header-industrial.jpg');
}

.oilfield-supply {
	width:870px;
	height:240px;
	background:url('../images/header-oilfield.jpg');
}
*/

IMG.thumb-image {
	width:150px;	
	float:left;
	padding:10px;
}

IMG.thumb-image:hover {
	cursor:pointer;
}

/* Template
font.heading {
	text-transform: uppercase;
	color: orange;
	text-align: center;
	padding-left: 90px;
	margin-bottom: 10px;
	background-image: url('../images/rinax.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1.2em;
}
*/

font.heading2 {
	margin-bottom: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1.2em;
	padding-left: 8px;
}

font.heading3 {
	margin-bottom: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1.3em;
	padding-left: 8px;
}



/*
font.heading-orange {
	color: orange;
	font-family: Verdana, Arial, Sans-Serif;
}
*/

div.padding1 {
	margin:0;
	padding:0px 8px;
}

div.padding2 {
	margin: 0;
	padding: 0px 0px 0px 15px;
}

td.padding1 {
	margin:0;
	padding:0px 10px;
}



/************ Responsive web design ************/

@media screen and (max-width: 600px) {
	body { padding: 10px; }

	#navigation { width: 150px }

	#menu_ul {
		width: 100%;
		margin: 0 auto;
	}
}

@media screen and (min-width: 600px) {
	#menu_ul {
		width: 600px;
	}

	div#content-main {
		width: 550px;
	}
}

@media screen and (min-width: 768px) {
	#menu_ul {
		width: 768px;
	}

	div#content-main {
		width: 718px;
	}
}

@media screen and (min-width: 992px) {
	#menu_ul {
		width: 768px;
	}

	div#content-main {
		width: 942px;
	}
}

@media screen and (min-width: 1300px) {
	#menu_ul {
		width: 768px;
	}

	div#content-main {
		width: 1250px;
	}
}

@media screen and (min-width: 1700px) {
	body {
		width: 1700px;
	}

	#menu_ul {
		width: 768px;
	}

	div#content-main {
		width: 1600px;
	}
}

.banner-img {
	width: 100%;
}


/* ========== End of CSS Styling ========== */