/*-------------------------------------------------------------------
Alatus master CSS styles. 
Azure Design
A Graham
Jan 2009
-------------------------------------------------------------------*/

/*-------------------------------------------------------------------
Reset all styles - thanks to Meyerweb and Paul Chaplin
-------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse;	border-spacing: 0; }

/*-------------------------------------------------------------------
Redefine common base styles
-------------------------------------------------------------------*/

img
{
	border: none;
}

h1
{
	font-size: 18px;
	color: #9F9F9F;
}

h2
{
	font-size: 14px;
	color: #9F9F9F;
}

h3
{
	font-size: 13px;
	font-weight: bold;
	color: #9F9F9F;
}

p
{
	margin-top: 0px;
	margin-bottom: 18px;
}

a/*, a:visited*/
{
	color: #646464;
	text-decoration: none;
}

a:hover
{
	color: #333333;
}

.strong
{
	font-weight: bold;
}

object 
{
	/*Firefox 3 outline fix */
	outline:none; 
	/*White space fix */	
	display:block;
}

/*-------------------------------------------------------------------
Common Stuff and helpers
-------------------------------------------------------------------*/

.float-left
{
	float: left;
}

.float-right
{
	float: right;
}

.clear-left
{
	clear: left;
}

.clear-right
{
	clear: right;
}

.clear-both
{
	clear: both;
}

.hide
{
	display: none;
}

.left-image
{
	float: left;
	clear: left;
	margin: 5px 20px 10px 3px;
}

.right-image
{
	float: right;
	clear: right;
	margin: 5px 5px 10px 20px;
}

/*-------------------------------------------------------------------
Outer stuff and body
-------------------------------------------------------------------*/

html { height: 100%; }

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	margin: 0px;
	background-image: url(../images/body-slice.jpg);
	background-repeat: repeat-x;
	background-color: #0c0c0c;
	height: 100%;
	color: #868686;
}

#container-outer
{
	width: 100%;
	height: 100%;
	margin: 0px auto;
	background-image: url(../images/body-outer.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}


#container-inner
{
	width: 960px;
	margin: 0px auto;
}

/*Used on inner pages to push down footer*/
.min-height
{
	height: 388px;
	display: block;
	float: left;
	width: 1px;
	font-size: 1px;
	line-height: 1px;
}

/*-------------------------------------------------------------------
Header Stuff
-------------------------------------------------------------------*/

#header
{
	width: 960px;
	height: 152px;
	margin: 0px auto;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#header-logo
{
	width: 206px;
	height: 91px;
	padding-top: 30px;
	float: left;
}

#header-nav
{
	float: right;
	width: 592px;
	height: 25px;
	margin-top: 108px;
	list-style-type: none;
}

#header-nav li
{
	display: block;
	float: left;
	height: 25px;
}

#header-nav a
{
	display: block;
	background-repeat: no-repeat;
	background-position: top center;
	height: 25px;
}

#header-nav a:hover,
#header-nav a.selected
{
	background-position: bottom center;
}


/*-------------------------------------------------------------------
Nav Styles
-------------------------------------------------------------------*/

#nav-home a { background-image: url(../images/btn-nav-home.jpg); width: 74px; }
#nav-about a { background-image: url(../images/btn-nav-about.jpg); width: 81px; }
#nav-products a { background-image: url(../images/btn-nav-products.jpg); width: 97px; }
#nav-how a { background-image: url(../images/btn-nav-how.jpg); width: 108px; }
#nav-login a { background-image: url(../images/btn-nav-login.jpg); width: 142px; }
#nav-myaccount a { background-image: url(../images/btn-nav-myaccount.jpg); width: 142px; }
#nav-contact a { background-image: url(../images/btn-nav-contact.jpg); width: 90px; }

/*-------------------------------------------------------------------
Home activate bar
-------------------------------------------------------------------*/

#home-activate
{
	width: 100%;
	height: 38px;
	background-image: url(../images/home-full-divider.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-top: 13px;
}

#home-activate a
{
	display: block;
	width: 180px;
	height: 25px;
	background-image: url(../images/btn-home-activate.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

/*-------------------------------------------------------------------
Home Page Flash Area
-------------------------------------------------------------------*/

#home-flash
{
	width: 100%;
	margin: 0px auto;
	height: 350px;
}

#home-flash-left
{
	width: 550px;
	height: 350px;
	float: left;
	background-image: url(../images/home-flash-area.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#home-flash-right
{
	float: left;
	width: 410px;
	background-image: url(../images/home-flash-right-bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#home-flash-right a
{
	font-size: 10px;
	color: #bb4d1d;
	font-weight: bold;
}

#home-flash-right a:hover
{
	color: #cc5e2e;
}

#home-flash-right p
{
	width: 377px;
	margin: 17px 0px 0px 25px;
}

/*-------------------------------------------------------------------
Home Page Boxes
-------------------------------------------------------------------*/

#home-boxes
{
	width: 100%;
	background-image: url(../images/home-box-bg.jpg);
	background-repeat: repeat-y;
	background-position: top center;
}

.home-box
{
	width: 240px;
	float: left;
}

.home-box-inner
{
	width: 192px;
	margin: 23px auto;
}

.home-box-inner a,
.home-box-inner a:visited
{
	font-size: 10px;
	color: #999999;
	font-weight: bold;
}

.home-box-inner a:hover
{
	color: #d5d5d5;
}

.home-box-inner p
{
	margin: 0px auto 23px;
}

/*-------------------------------------------------------------------
Footer Styles
-------------------------------------------------------------------*/

#footer
{
	width: 100%;
	margin: 0px auto;
	padding-bottom: 30px;
	background-image: url(../images/footer-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#footer a
{
	color: #7d7d7d;
}

#footer a.selected,
#footer a.selected:hover
{
	color: #c2c2c2;
}

#footer a:hover
{
	color: #e45d21;
}


#footer-logo
{
	display: block;
	float: left;
	padding-top: 27px;
	margin-left: 19px;
	width: 120px;
	height: 65px;
	margin-bottom: 36px;
}

#footer ul
{
	float: left;
	margin-left: 0px;
	padding-left: 21px;
	margin-top: 45px;
	width: 725px;
	list-style-type: none;
	font-size: 10px;
	display: block;
}

#footer li
{
	display: inline;
	padding-right: 15px;
	padding-left: 0px;
}

#footer-newsletter
{
	width: 179px;
	float: left;
	margin-top: 21px;
}

footer-newsletter h3 img
{
	display: block;
	width: 179px;
	height: 25px;
}

#newsletter-email
{
	width: 146px;
	height: 23px;
	/*width: 151px;
	height: 29px;*/
	float: left;
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
	padding-left: 5px;
	background-image: url(../images/footer-newsletter-input.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	border: 0px;
	color: #505050;
	font-size: 10px;
}

#newsletter-submit
{
	width: 28px;
	height: 29px;
	float: left;
}

#footer-azure
{
	display: block;
	clear: left;
	margin-top: 45px;
	margin-left: 21px;
	margin-bottom: 30px;
	font-size: 10px;
	width: 450px;
}

/*-------------------------------------------------------------------
Inner Page Basics
-------------------------------------------------------------------*/

#inner-nav-col
{
	float: left;
	width: 200px;
	margin-top: 42px;
	padding: 0px;
	margin-bottom: 60px;
}

#inner-nav-col h1
{
	width: 148px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-image: url(../images/list-divider.gif);
	background-position: bottom left;
	background-repeat: repeat-x;	
}

#inner-nav-col a
{
	color: #a3a3a3;
}

#inner-nav-col a.selected
{
	color: #ffffff;
}


#inner-nav-col li
{
	width: 126px; /*166px*/
	padding: 10px 20px;
	background-image: url(../images/list-divider.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}

#inner-content-col
{
	float: left;
	width: 546px;
	padding-bottom: 40px;
	margin-right: 32px;
}

#inner-content-col blockquote
{
	width: 480px;
	margin: 40px 20px;
	border-left: 3px solid;
	padding-left: 15px;
	color: #9f9f9f;
}

#inner-content-col blockquote p
{
	margin: 0px;
}

#inner-content-col p
{
	margin: 20px auto;
}

#inner-content-col h1
{
	margin-bottom: 20px;
	padding-bottom: 5px;
}

#inner-content-col ul
{
	list-style-type: disc;
	margin: 20px 35px;
}

#inner-content-col li
{
	padding: 5px 0px;
}


#inner-content-col p.inner-page-strap
{
	font-size: 14px;
	color: #9a9a9a;
	font-weight: bold;
	margin-top: 0px;
}

#inner-content-col p.inner-page-strap strong
{
	color: #eeeeee;
	text-decoration: underline;
	font-style: italic;
}

#inner-links-col
{
	float: left;
	width: 181px;	
}

#inner-content-col .inner-page-title
{
	color: #aaabab;
	width: 100%;
	background-image: url(../images/inner-title-bborder.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin-top: 42px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border: none;
}

/*-------------------------------------------------------------------
Links col on inner pages
-------------------------------------------------------------------*/

#inner-contact-box
{
	width: 181px;
	height: 119px;
	background-image: url(../images/inner-links-contact-box.jpg);
	background-position: top center;
	background-repeat: no-repeat;	
	margin: 36px auto 17px;
}

#inner-contact-box h2 img
{
	display: block;
	width: 177px;
	height: 71px;
	margin: 0px auto;
}

#inner-contact-box a
{
	display: block;
	width: 127px;
	height: 30px;
	margin: 0px auto;
	background-image: url(../images/btn-inner-contact.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#inner-contact-box a:hover
{
	background-position: bottom center;
}

#inner-btn-activate
{
	display: block;
	width: 180px;
	height: 36px;
	margin: 0px auto 20px;
	background-image: url(../images/btn-inner-activate.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#inner-btn-activate:hover
{
	background-position: bottom center;
}

#inner-btn-login
{
	display: block;
	width: 180px;
	height: 36px;
	margin: 0px auto 20px;
	background-image: url(../images/btn-inner-login.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#inner-btn-login:hover
{
	background-position: bottom center;
}



/*-------------------------------------------------------------------
Contact page 
-------------------------------------------------------------------*/

#contact-page .inner-page-title
{
	margin-top: 42px;
	background-image: url(../images/inner-title-bborder.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#contact-page .input-box
{
	display: block;
	background-image: url(../images/login-input-bg.png);
	background-repeat: repeat;
	background-color: transparent;
	width: 247px;
	height: 25px;
	border: 1px solid #262626;
	color: #a2a2a2;
	padding-top: 9px;
	padding-left: 10px;
	margin: 0px auto 13px;
}

#contact-page .textarea-box
{
	display: block;
	background-image: url(../images/login-input-bg.png);
	background-repeat: repeat;
	background-color: transparent;
	width: 247px;
	height: 146px;
	border: 1px solid #262626;
	color: #a2a2a2;
	padding-top: 9px;
	padding-left: 10px;
	margin: 0px auto 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #A2A2A2;
}

#container-inner .invalid-input,
#contact-page .invalid-input
{
	border: 1px solid #C65420;
}

#contact-errors
{
	font-size: 12px;
	list-style-type: none;
	color: #C65420;
	margin: 0px auto 10px;
	width:247px;
}

#contact-errors li
{
	padding: 4px 0px;
}

#contact-messages
{
	margin-top: 24px;
	margin-bottom: 12px;
}

#inner-contact-left
{
	width: 383px;
	margin-right: 37px;
	float: left;
}

#contact-map-outer
{
	display: block;
	text-align: center;
	width: 380px;
	height: 378px;
	border: 1px solid #2c2d2d; /*#1c1c1c;*/
	overflow: hidden;
	margin-top: 30px; /*17*/
}

#contact-map
{
	display: block;
	text-align: center;
	width: 376px; 
	height: 374px;
	margin: 2px auto;
	overflow: hidden;
	font-size: 10px;
}

#inner-contact-right
{
	width: 530px;
	float: left;
}

#inner-contact-text-col
{
	width: 210px;
	margin-top: 7px;
	margin-right: 20px;
	float: left;
}

#inner-contact-form-col
{
	width: 296px;
	float: left;
	margin-top: 7px;
	border: 1px solid #2c2d2d;
	background-image: url(../images/contact-box-bg.png);	
	background-repeat: repeat;
	padding-top: 20px;
	margin-bottom: 40px;
}

#inner-contact-form-col .contact-success
{
	width: 247px;
	margin: 0px auto;
	color: #006600;
	font-weight: bold;
	margin-bottom: 30px;
}

#contact-btn-submit
{
	height: 30px;
	width: 80px;
	float: right;
	margin: 0px 18px 20px 0px;
	background-image: url(../images/contact-submit.gif);	
	background-position: top center;
	background-repeat: no-repeat;
}

#contact-btn-submit:hover
{
	background-position: bottom center;
}

/*-------------------------------------------------------------------
Newsletter Page
-------------------------------------------------------------------*/

#inner-content-col #newsletter-errors
{
	font-size: 12px;
	list-style-type: none;
	color: #C65420;
	margin: 0px auto 10px;
}

#newsletter-errors li
{
	padding: 4px 0px;
}

#newsletter-success
{
	margin: 0px auto;
	color: #006600;
	font-weight: bold;
	margin-bottom: 30px;
}

/*-------------------------------------------------------------------
Alatus Colors (leave at bottom to maintain cascade)
-------------------------------------------------------------------*/

.plant, #container-inner .plant-hover:hover { color: #ffd503; }
.automotive, #container-inner .automotive-hover:hover { color: #9aa455; }
.caravan, #container-inner .caravan-hover:hover { color: #2b779a; }
.security, #container-inner .security-hover:hover { color: #d01927; }

/*Maintain select color on products list*/
#inner-nav-col .selected:hover { color: #FFFFFF; }

.plant-bg { background-color: #ffd503; }
.automotive-bg { background-color: #9aa455; }
.caravan-bg { background-color: #2b779a; }
.security-bg { background-color: #d01927; }

#plant-page blockquote { border-color: #ffd503; }
#automotive-page blockquote { border-color: #9aa455; }
#caravan-page blockquote { border-color: #2b779a; }
#security-page blockquote { border-color: #d01927; }

