/* CSS Document */
/*
    Gascom
    by Marko Trkulja
    developed for gascom by studio90.biz
*/

body  {
    font-family: Arial, Helvetica, sans-serif;   /* default page font */
    background: #030303 url(../graphics/background.jpg) repeat-x top;
    margin: 0;          /* shorthand for all margins = 0 */
    padding: 0;         /* no padding */
}



/* outerDiv wraps around the rest of the page */
div#outerDiv {
    width: 960px;       /* sets the content width */
    margin:20px auto 0 auto;    /* no top/bottom margin, centered horizontally */
/*    background: #fff;       /* white content background, header image */
}

div#header {
    width: 960px;
	height: 89px;      /* set size equal to banner image */
	background: url(../graphics/bgheader.png) no-repeat;
    position: relative;
}

div#midBanner {
    width: 954px;
	height: 52px;
	background-color: #fff; 
}


div#searchBanner {
    width: 873px;
	height: 40px;
	padding:0px 0px 0px 87px;
	background: #fff url(../graphics/search.jpg) no-repeat; 
}
div#content {
    width: 960px;
	background-color: #fff;
    padding: 0px;
}
.relatedProductContent {
	width: 960px;
	background: #fff;
    margin:0 auto; 
	padding: 0px;
}
#relatedProductContent div#relProdMain {
    float: right;
    width: 725px;
    margin: 0 0;
    padding: 0 0 0 0px;
	background: #fff;
	/*background: #333;*/
}

#relatedProductContent div#relProdSide {
    float: left;
    width: 210px;
    padding: 0 10px;
    margin: 0;
	background: #333;
    border-left: solid #aaa 1px;
}


/* ===== logo ===== */
#outerDiv #logo {
    position: absolute;
    left: 5px;
    top: 10px;
}


/* ================== Phone Number ================== */

#header #phone {
	position: absolute;
	right: 320px;
	top: 46px;
	
}
#phone p{
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 24pt;
	font-weight:bold;
	color: #327DD7;

}

/* ================== Basket Shade ================== */
#header #basketShade {
	position: absolute;
	right: 0px;
	top: 31px;
	height: 58px;
    width: 220px;
	background: url(../graphics/bg_basketshade.jpg) no-repeat left top;

}

#basketShade p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 2px 10px 10px 10px;
	margin-right: 5px;
	line-height:16px;
}
	
	
#basketShade a:link, #basketShade a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	color: #327DD7;
	text-decoration: none;
	border: 0;

}
#basketShade a:hover, #basketShade a:active {
	color: #327DD7;
	text-decoration: underline;
}

/* ================== Header Link Menu ================== */

#header #linkMenu {
	position: absolute;
	left: 330px;
	top: 10px;
}
#linkMenu ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0;
}

#linkMenu li {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#linkMenu a:link, #linkMenu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight:bold;
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 0 4px 0px 4px;
	margin-right: 5px;
	line-height:16px;
	border: 0;

}
#linkMenu a:hover, #linkMenu a:active {
	color: #FFF;
	text-decoration: underline;
}
/* ===== shopping basket ===== */

#outerDiv #shoppingButton {
    position: absolute;
    right: 0px;
    top: 0px;
}

#shoppingButton a:link, #shoppingButton a:visited{
    height: 33px;
    width: 220px;
    display: block;         /* make it a block element */
    text-indent: -3000em;   /* keep the text out of the display */
    background: url(../graphics/shoppingbasket2.png) no-repeat left top;
    border: none;           /* don't display a border */
}

#shoppingButton a:hover, #shoppingButton a:active{
    background-position: left bottom;   /* relocate the image to show the rollover image */
}

/* ===== main navigation links ===== */

#header #mainMenu {          /* set the position for the nav elements */
    position: absolute;
    bottom: 0px;
}


/* ====- main content ===== */

#content div#mainContent {
    float: right;
    width: 725px;
    margin: 0 0;
    padding: 0 0 0 0px;
	background-color: #fff;
	/*background: #333;*/
}

div#mainContentHeader{
    position:absolute;
	width: 725px;
	height: 80px;
    margin: 0 0;
    padding: 0 0 0 0px;
	background-color: #eee;
	/*background: #333;*/
}

#mainContent p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.4em;
    color: #333;
    margin: 0ex 0;
}
#mainContent p.sale {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-weight:bold;
    line-height: 1.4em;
    color: #FF090E;
    margin: 0ex 0;
}

#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4 {
    font-family: Arial, Helvetica, sans-serif;
}

#mainContent h1 {
    font-size: 1.6em;
    font-weight: bold;
    color: #266EC5;
    margin: 0 0 .4ex 0;
}

#mainContent h2 {
    font-size: 1.2em;
    color: #666666;
    margin: .4ex 0;
}

#mainContent h4 {
    font-size: 1.1em;
    font-weight: bold;
    color: #666;
    margin: 1ex 0 -.2ex 0;
}

#mainContent ul {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    margin: 0 0 1.4ex 0;
}

/* ====== main content right header ====== */
#main_header{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
	font-weight:bold;
    color: #666666;
	padding:5px 10px 5px 10px;
	border:0px solid #ccc;
	height:20px;
	background:#eee;
    text-align: left;
    margin: 0.1ex 0 0.5ex 0;
}

div #dropsort{
	float:right;
	margin:-2px 0px 0px 0px;
	padding:0px 5px 0px 0px;
}
div #headertext{
	width:350px;
	float:left;
}


#headertext a:link, #headertext a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight:bold;
	color: #666666;
	text-decoration: none;
	padding: 0 4px 0px 4px;
	margin-right: 5px;
	line-height:16px;
	border: 0;

}
#headertext a:hover, #headertext a:active {
	color: #666666;
	text-decoration: underline;
}

#main_subheader{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
	font-weight:bold;
	color: #666666;
	padding:5px 10px 5px 0px;
	border:0px solid #ccc;
	height:20px;
	background:#fff;
    text-align: left;
    margin: 0.1ex 0 0.5ex 0;
}
.quicknav{
	float:right;
	margin:0px 20px 0px 0px;
}
/* ====== main content left menu ====== */

#mainContent p.leftMenu {
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0;
}

#mainContent p.leftMenu a {
    color: #566440;
}

#mainContent p.leftMenu a:hover {
    color: #b36b00;
    border: none;
}

/* ===== sidebar ===== */

#content div#sideBar {
    float: left;
    width: 210px;
    padding: 0 10px;
    margin: 0;
	background: #EEE;
    border-left: solid #aaa 1px;
}

#sideBar p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    line-height: 1.2em;
    color: #666;
    margin: 0 0 0 0;
}

#sideBar h3 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
	font-weight:bold;
    color: #666666;
	padding:0 auto;
	height:20px;
    text-align: left;
    margin: 0.1ex 0 0.5ex 0;
}


#sideBar img {
    margin: 0 0px;
}

#sideBar img.photo {
    padding: 0px;
    border: 1px solid #999;
}


#navlist
{
color: #327DD7;
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid #CCC;
width: 200px;
}

#navlist li
{
font-size: 10pt;
color: #327DD7;
list-style: none;
margin: 0;
padding: 0.25em 1em;
border-top: 1px solid #CCC;
}


#navlist li a { text-decoration: none; }

#navlist li a:hover {

color: #327DD7;
text-decoration: underline}

#navSublist
{
padding-left: 0;
margin-left: 20px;
width: 180px;
}

#navSublist li
{
font-size: 10pt;
color: #333;
list-style: none;
margin: 0;
padding: 0.25em 1em;
background: #fff;
}

#navSublist li a { text-decoration: none; }

#navSublist li a:hover {
color: #327DD7;
text-decoration: underline}

#navSublist li a.last{  /* different look for "last" link */
    border-bottom: 0px solid #CCC;
	border-top: 0px solid #CCC;
}
#navSublist li a.first{  /* different look for "first" link */
    border: 0px solid #CCC;
}



/* ===== miscellaneous styles ===== */

.clear { clear: both }

/* FOOTER BEGIN */

.footer{
	width:920px;
	height: 480px;
	margin:0px auto 20px auto;
	background: #fff url(../graphics/footer.jpg) center no-repeat;
	padding: 20px;
	color: white;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}

.footer h1{
	padding-top: 25px;
	float: right;
	padding-right: 20px;
	color: white;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: rgb(31, 25, 19) 0px -1px 0px;
}
.footer h2{
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 25px;
	float: left;
	padding-left:0;
	color: white;
	font-size: 24px;
	text-shadow: rgb(31, 25, 19) 0px -1px 0px;
}
.footer p{
	font-family: Arial, Helvetica, sans-serif;
	padding-left:0;
	color: #333;
	font-size: 12px;
}

.footer a{
	color: #44413a;
	text-decoration: none;
}

.footer a:hover{
	color: #0D3394;
	text-decoration: underline;
}

.email{
	float:left;
	color: #999;
}
.email a{
	color: #ccc;
}
.email a:hover{
	color: #fff;
	text-decoration: underline;
}

.towability{
	float:right;
	display:inline;
}

.towability a{
	color: #ccc;
}
.towability a:hover{
	color: #fff;
	text-decoration: underline;
}
.footer ul{
	color: #333;
}
/* FOOTER END */
/*SITE MAP FOOTER */
.hpDirBG
{
float: left;
width: 946px;
height: 32em;
}


#hpDirectory div.column

{

float: left;
width: 300px;
margin-top: 10px;
margin-right: 0pt;
margin-bottom: 14px;
margin-left: 14px;
}

#hpDirectory div.hpDirA, #hpDirectory div.hpDirB
{
border-right-width-value: 1px;
border-right-style-value: solid;
border-right-color-value: #e0e0e0;
border-right-width-ltr-source: physical;
border-right-width-rtl-source: physical;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
position: relative;
z-index: 100;
}

h3
{
font-size: 1.4em;
padding-top:20px;

}

h3
{
clear: both;
margin-top: 0px;
margin-right: 0pt;
margin-bottom: 0pt;
margin-left: 0pt;
position: relative;
}

#hpDirectory h3
{
position: static;
font-size: 1.3em;
color: #4d4d4d;

}
#hpDirectory h2
{
float:left;
font-size: 1.3em;
color: #666;

}
.inlineList{
list-style:none;
float:left;
}
.inlineList li{
float:left
;margin-right:3px;
}



/*FORM ELEMENT............................

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.cssform p{
width: auto;
clear: left;
margin: 0;
padding: 5px 20px 8px 20px;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 320px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}