/* - - - - - - - - - - - - - - - - - - - - -

Title : SMC Pneumatics Australia
Description : full site styles

- - - - - - - - - - - - - - - - - - - - - */

/*
----------------------------------------------------------------------------- 
RESET STYLES
-----------------------------------------------------------------------------*/

html,body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,#footer p { 
	margin: 0;
	padding: 0;
	}

body {
	font: 11px/14px arial, helvetica, verdana, sans-serif;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
	}

#headerPhoto ul {
	list-style: none;
	}

img {
	border: 0;
	}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	}

small {
	color: #9a9a9a;
	line-height: 12px;
	}

input {
	font-size:11px;
	}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0
	}


/*
----------------------------------------------------------------------------- 
LAYOUTS AND WRAPPERS
-----------------------------------------------------------------------------*/

#wrapper {
	background: url("/common/template_images/top.jpg") no-repeat;    
    background-color: #fff;
	width: 930px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
    border: #000 1px solid;
    margin-top: 15px;
	}


.home {
    background-color: #f4f3ff;

}


#header {
	width: 930px;
	}
	#logo {
		float: left;
		width: 300px;
		}
		#logo img {
			display: block;
			}
	#slogan {
	    margin-top: 25px;
        float: right;
		width: 575px;
		
		}
		#slogan img {
			display: block;
						}

	
#content {
	width: 930px;
	}



    #contentTop {
        margin-left: 10px;
        width: 850px;
        min-height: 90px;

        }
    /* for Internet Explorer  */
    /* THIS IS BECAUSE IT DOESN'T COMPLY WITH THE min-height DIRECTIVE*/
    * html #contentTop {
        height: 80px;
    }
    /**/

    #contentBody {
        background-color:#fff;
        min-height: 350px;
        }
    /* for Internet Explorer  */
    /* THIS IS BECAUSE IT DOESN'T COMPLY WITH THE min-height DIRECTIVE*/
    * html #contentBody {
    height: 350px;
    }
    /**/

#right {
	float: left;
	width: 169px;
	margin-left: 5px;
	}
	
#footer {
	width: 905px;
	padding-left: 25px;
	height: 90px;
	font: 11px/18px arial, helvetica, verdana, sans-serif;
	color: #000;
	clear: both;
    background-color:#fff;
	}
	#footer p.ftrMap {
		float: left;
		margin: 0 18px 0 0;
		}
	#address {
		margin-top: 18px;
		float: left;
		width: 440px;
		}
	#copyright {
		margin-top: 18px;
		margin-left: 90px;
		float: left;
		width: 350px;
		}

/*
----------------------------------------------------------------------------- 
NAVIGATION - Main Site
-----------------------------------------------------------------------------*/
#topNav,#topNav ul {
	margin: 0;
	padding: 0;
	display: block;
	width: 930px;
	}
	
#topNav li {
	padding: 0;
	display: block;
	float: left;
	margin: 7px 0 0 30px;
	
	}
	
#topNav li a {
	display: block;
	padding: 4px ;
	font: bold 12px arial,helvetica,verdana,sans-serif;
	color: #fff;
	text-decoration: none;
	}
#topNav li a:hover {
	color: #00426c;
    background: #FFFFFF;
	}
 #topNav li.selected a {
	color: #faa61a;
	}

#topNav li.selected { 
	background: url(../imgs/bgSelected.gif) repeat-x left bottom;
	}

/* BOTTOM MENU */
#bottomNav,#bottomNav ul {
	margin: 0;
	float: left;
	padding: 0;
	display: block;
	height: 16px;
	width: 930px;
    background-color: #00426C;
	}

#bottomNav li {
	display: block;
	float: left;
	margin: 0px 20px 0 40px;
	
	}
	
#bottomNav li a {
	display: block;
	font: normal 12px arial,helvetica,verdana,sans-serif;
	color: #fff;
	text-decoration: none;
	}
#bottomNav li a:hover {
	text-decoration: underline;
	}
#bottomNav li.selected a {
	color: #faa61a;
	}


/* Side Menu */

ul#sideNav,  ul#sideNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

ul#sideNav li a {
	text-decoration: none;
	font-size: 14px;
	color: #616161;
	border-bottom: 2px solid #ededed;
	display: block;
	padding: 10px 0;
	}
ul#sideNav li a:hover {
	color: #ccc;
	}
	
ul#sideNav li li {
	background: url(../imgs/bulletSideNav.gif) no-repeat center left;
	padding-left: 14px;
	}
	ul#sideNav li li a {
		text-decoration: underline;
		font-size: 11px;
		padding: 3px 0;
		color: #1c8543;
		border: 0;
		}
	
	ul#sideNav li li.selected a {
	
		}

/*
----------------------------------------------------------------------------- 
HEADINGS
-----------------------------------------------------------------------------*/

h1 {
	display: block;
	background: #01426c url(../imgs/bgHeading.gif) no-repeat 0 0;
	font: bold 11px/18px arial,helvetica,verdana,sans-serif;
	margin: 0 0 1.5em 0;
	padding-left: 10px;
	color: #fff;
	text-transform: uppercase;
	}
#headerPhotoTemplate h1 {
	font: normal 24px/24px arial,helvetica,verdana,sans-serif;
	z-index:99;
	background: none;
	color: #fff;
	position: absolute;
	right: 10px;
	top: 70px;
	}
h2 {
	font: bold 14px/18px arial, helvetica, verdana, sans-serif;
	color: #00426C;
	}
	
h3,h4 {
	font: bold 14px/16px "Tahoma", arial, helvetica, verdana, sans-serif;
	color: #494949;
	}
	#tabs h3 {
		margin-bottom: 10px;
		padding: 0;
		}

/*
----------------------------------------------------------------------------- 
MISC
-----------------------------------------------------------------------------*/

/* Homepage Tabs */

#tabs {
	color: #6f4c02;
	background: url(../imgs/bgTabs.gif) no-repeat 0 0;
	float: left;
	margin: 0;
	padding: 0;
	width: 930px;
	}
	
#tabs ul {
	margin: 0;
	padding: 0;
	display:block;
	height: 90px;
	width: 100%;
	}

#tabs li {
	margin: 0;
	padding: 0;
  padding: 8px 0 8px 10px;
	border-right: 1px solid #fcb22a;
	display: block;
	list-style: none;
	float:left;
	width: 223px;
	height: 74px;
	}
	#tabs li.last {
		width: 218px;
		height:90px;
		border-right:0;
		background: url(../imgs/capTab.gif) no-repeat right top;
		}
		
#tabs p {
	margin:0;
	}

/* Homepage fading photos */

ul#fadePhotos {
	margin: 0;
	padding: 0;
	}

#fadePhotos li {
	display:block;
	width:930px;
	height:300px;
	}
#headerPhotoTemplate #fadePhotos li {
	height: 100px;
	}

.thumb {
	padding: 1px;
	border: 4px solid #ededed;
	}

/* Custom List */

ul#customList {
	border-top: 1px solid #ededed;
	margin:0;
	padding:0;
	list-style: none;
	}
ul#customList li {
	background: url(../imgs/bullet.gif) no-repeat center left;
	border-bottom: 1px solid #ededed;
	padding: 10px 40px;
	font: bold 14px/18px arial, helvetica, verdana, sans-serif;
	color: #1b8443;
	}

/*
----------------------------------------------------------------------------- 
LINKS
-----------------------------------------------------------------------------*/

a {
	color: #00426c;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}

h3 a {
	text-decoration: none;
	color: #fff;
	}
h3 a:hover {
	text-decoration: underline;
	color: #ccc;
	}
	
#footer a {
	color: #00426C;
	}
#footer a:hover {
	color: #000;
	}


/*
----------------------------------------------------------------------------- 
FORMS
-----------------------------------------------------------------------------*/

fieldset {
	border: 0;
	}

#frm_name, #frm_email, #frm_message {
	font-family: Arial, Helvetica, sans-serif;
	color: #00426C;
	padding: 3px;
	}
	#frm_name, #frm_email {
		margin-right: 20px;
		width: 120px;
		}
	#frm_message {
		width: 380px;
		}

#frm_name:focus, #frm_email:focus, #frm_message:focus {
	background: #CECECE;
	}

.required {	
	color: #f68d24;
	}

div.errors {
	display: none;
	margin-bottom: 10px;
	color: red;
	font-style: italic;
	font-size: 11px;
	}



.homeHeader td{
    background-color: #007bc2;
}

.homeHeaderClear td,table{
    background-color: #fff;
}

.homeProdMenu td{
    background-color: #00426c;
}

.homeAltMenu td{
    background-color: #faa61a;
}

.productsMenu td{
    background-color: #00426c;
    padding: 3px;
    color: #faa61a;
}

.productsMenu a.child{
    padding:0 0 0 10px;
    background-color: #00426c;
    color: #fff;
}
#productsMenu a{
    background-color: #00426c;
    color: #faa61a;
}
#productsMenu a.child{
    color: #fff;
}

.contactForm {
    color: #fff;
}

.imgBorder {
    border:1px solid #00426c;
    padding:1px;
}
.button {
    background-color:#00426c;
    color:#fff;
}
