/*************************************
CSS for California Accessories
Chad Johns
October 2008
*************************************/

/*
Page setup
*/
body {
	background-color: #445a80;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/background.png);
	background-position: center top;
	background-repeat: no-repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#divContainer {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/*
Header including the Logo and Mailing List
*/
#divHeader {
	height: 124px;
	width: 915px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
}
#mailingList {
	background-image: url(../images/mailingList.jpg);
	background-repeat: no-repeat;
	height: 72px;
	width: 156px;
	float: right;
	margin-top: 0px;
	margin-right: 27px;
	text-decoration: none;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #445a80;
}
#mailingList:hover{
	color:#f4ac15;
}
#mailingList span {
	font-size: 18px;
}
#Logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 84px;
	width: 148px;
	float: left;
	margin-top: 14px;
	margin-left: 27px;
}
#reglog {
	float: right;
	margin-top: 95px;
	margin-right: -28px;
}
#reglog a {
	text-decoration: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #445a80;
	font-size: 15px;
	padding-left: 5px;
	padding-right: 5px;
}
#reglog a:hover {
	color: #f4ac15;
}
#aREG {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #445a80;
}
/*
Main Navigation
*/
#menubar {
	list-style: none;
	padding-top: 13px;
	padding-right: 0px;
	padding-left: 27px;
	height: 24px;
	width: 915px;
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
	margin-top: 16px;
}
#menubar ul {
	list-style: none;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin-left: -9px;
	padding-top: 8px;
}
#menubar a {
	display: block;
	text-decoration: none;
	font-size: 15px;
	text-transform: uppercase;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #445a80;
	padding-right: 35px;
}
#menubar li {
	float: left;
	width: auto;
}
/*
Sets width for Sub-Menu box and the List Items inside - in proportional em units. 
This allows the sub-menu width to expand if users resize the text in their browsers.
*/
#menubar li ul, #menubar ul li  {
	width: 127px;
}

#menubar ul li a  {
	color: #445a80;
	border-right: 0;
	text-transform: capitalize;
	font-size: 10px;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 9px;
}
/*
Sub-Menu Unordered Lists describes each dropdown sub-menu grouping. 
Positioned Absolutely to allow them to appear below their root trigger.
Set to display none to hide them until trigger is moused over.
Background Color must be set or problems will be encountered in MSIE.
Right and bottom borders are set to simulate a raised look.
A gradient background image is assigned.
*/
#menubar li ul {
	position: absolute;
	display: none;	
	background-image: url(../images/dropdown.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
/*
Changes the Text color and background color when the Root-Level
menu items are moused over. The second selector sets color and background
when Root-Level items are accessed with the keyboard tab key. The third
selector sets an active state to support keyboard access in MSIE. The fourth 
selector is assigned to IE5 and IE6 Windows via the P7_ExpMenu script.
Note that IE7 supports hover on elements other than links and so behaves
like Firefox, Opera, and Safari - making the menu operable even if JavaScript
is not enabled.
*/
#menubar li:hover a, #menubar a:focus,
#menubar a:active, #menubar li.p7hvr a {
	color: #f4ac15;
}
/*
Set the Sub-Menu UL to be visible when its associated
Root-Level link is moused over. The second selector is 
assigned to IE5 and IE6 via the P7_ExpMenu script.
*/
#menubar li:hover ul, #menubar li.p7hvr ul {
	display: block;
}
/*
Sets the Text color of the Sub-Level links when the Root-Level
menu items are moused over. The second selector is 
assigned to IE5 and IE6 via the P7_ExpMenu script.
The color set should march the normal Sub-Level link color
in the rule: #p7menubar ul li a. The background color must be
transparent to allow the underlying gradient background on the UL
to show through.
*/
#menubar li:hover ul a, #menubar li.p7hvr ul a {
	color: #445a80;
	background-color: transperant;
}
/*
The normal hover class for Sub-Level links. The Important directive
is required for older browsers. We set a background color, which shows
over the gradient background. We set text color to white.
*/
#menubar ul a:hover {
	color: #f4ac15!important;
}
/*
Content including the text for index like pages (not product pages) and picture
*/
#divContent {
	background-image: url(../images/content_strip.png);
	background-repeat: repeat-y;
	height: 552px;
	width: 915px;
}
#divText {
	color: #445A80;
	width: 385px;
	float: left;
	margin: 0px;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	line-height: 16px;
}
.imgPic {
	height: 512px;
	width: 527px;
	float: right;
	margin-top: -2px;
	margin-right: -35px;
}
/*
For the index page
*/
#caIndex {
	font-size:14px;
	text-transform: uppercase;
}
#divText p {
	margin-top: 6px;
	margin-bottom: 6px;
	word-spacing: 1px;
}
.italic {
	font-style:italic;
	font-size: 13px;
}
/*
Text for product pages
*/
#divProductText {
	color: #445A80;
	width: 290px;
	float: left;
	padding-left: 10px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	line-height: 16px;
	word-spacing: 1px;
}
#divProductText  p {
	margin-top: 6px;
	margin-bottom: 6px;
}
/*
Side secondary Navigation for product pages
*/
#divSidebar {
	width: 101px;
	float: left;
	background-image: url(../images/sidebar.png);
	background-repeat: no-repeat;
	height: 274px;
	margin-top: 25px;
	margin-left: 15px;
	font-family: tahoma;
	display: inline;
}
#divSidebar ul {
	list-style: none;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#divSidebar li {
	padding-top: 11px;
	padding-left: 8px;
}
#divSidebar a {
	text-decoration: none;
	color: #445a80;
	font-size: 10px;
}
#divSidebar a:hover {
	color: #f4ac15;
}
/*
Footer
*/
#divFooter {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	height: 37px;
	width: 915px;
}
#divFooter p {
	font-size: 12px;
	float: left;
	margin-left: 27px;
	color: #445A80;
	margin-top: 10px;
	display: inline;
}
#divFooter span {
	font-weight: bold;
	padding-left: 5px;
}
#divFooter ul {
	float: right;
	margin-right: 27px;
	margin-top: 10px;
}
#divFooter li {
	display: inline;
	font-size: 10px;
	color: #445A80;
}
#divFooter a {
	text-decoration: none;
	color: #445A80;
}
#divFooter a:hover {
	text-decoration: none;
	color: #F59F10;
}
/*
Coordinates page which contains google maps
*/
#divCoText {
	color: #445A80;
	width: 385px;
	float: left;
	margin: 0px;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#divCoText p {
	margin-top: 1px;
	margin-bottom: 1px;
	line-height: 16px;
}
h2 {
	font-size: 14px;
	font-weight: normal;
	color: #F59F10;
	margin-top: 1px;
	margin-bottom: 1px;
}
#map {
	float: left;
	height: 200px;
	width: 450px;
	margin-top: 45px;
	border: medium solid #445a80;
}
#map1 {
	height: 200px;
	width: 450px;
	margin-top: 51px;
	float: left;
	border: medium solid #445a80;
}
/*
Contact form page -- also check SprtyValidationFieldText.css
*/
#contactfillertext {
	word-spacing: 1px;
	text-align: left;
	width: 850px;
	margin-bottom: 20px;
	color: #f4ac15;
}
#form1 label {
	font-size: 14px;
	color: #445a80;
	vertical-align: middle;
}
.textInput{
	width:250px;
}
.warning {
	color:#FF3333;
}
h1 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 6px;
	margin-bottom: 6px;
}
#divContact strong {
	color: #f4ac15;
	font-style: italic;
}
fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#fieldsetContact1 {
	width: 280px;
	float: left;
	margin-top: 30px;
	padding-left: 15px;
	border: thin solid #445a80;
	padding-bottom: 10px;
	padding-top: 10px;
}
#fieldset1 {
	margin-bottom: 20px;
}
#send {
	float: left;
	margin-left: 50px;
	margin-top: 75px;
}

#form1 #companyInfo {
	margin-top: 30px;
	padding-left: 15px;
	float: left;
	width: 280px;
	display: block;
	border: thin solid #445a80;
	margin-left: 50px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#form1 #suggestions {
	clear: both;
	width: 800px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 30px;
}
#comments {
	float: left;
	height: 100px;
	width: 400px;
}

/*
Login page -- also check thickbox.css
*/
#divLogin {
	height: 293px;
	width: 301px;
	background-image: url(../images/loginbox.png);
	background-repeat: no-repeat;
}
#divLoginContent {
	padding-left: 35px;
	padding-top: 38px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#login {
	background-image: url(../images/loginButton.jpg);
	height: 16px;
	width: 54px;
	font-size: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#login:hover {
	border: thin solid #000000;
}
.loginTextInput{
	height: 20px;
	width:	140px;
	font-size: 14px;
	margin-top: 8px;
	background-color: #FFFFFF;
	margin-bottom: 8px;
}
.loginTextInput2{
	height: 20px;
	width:	160px;
	font-size: 14px;
	margin-top: 1px;
	background-color: #FFFFFF;
	margin-bottom: 1px;
	padding-top: 4px;
}
h3 {
	font-size: 10px;
	font-weight: normal;
	color: #445a80;
	margin-top: 1px;
	margin-bottom: 1px;
}

#form1 #pLogin {
	padding: 0px;
}
.checkBoxes {
	float: left;
	margin-bottom: 8px;
	display: inline;
}
#divRegisterContent p {
	font-size: 10px;
}

#divRegister #form1 #divRegisterContent .checkBoxes label {
	font-size: 9px;
}

.clearIt {
clear:both;
}
/*select {
margin:5px 0 8px 30px;
}*/
/*
Thumbnails for menuAfterLogin.php
*/
#divCatalogThumb {
	margin-left: 55px;
	float: left;
	margin-top: 20px;
}
#divCatalog2Thumb {
	margin-left: 60px;
	float: left;
	margin-top: 20px;
}
#divCatalog3Thumb {
	margin-left: 60px;
	float: left;
	margin-top: 20px;
}
#divreadercatalogThumb {
	margin-left: 55px;
	float: left;
	margin-top: 30px;
}

#divCatalogThumb a, #divreadercatalogThumb a, #divCatalog2Thumb a, #divCatalog3Thumb a {
	font-size: 14px;
	color: #445a80;
	text-decoration: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#divcatalogTitle {
	font-size: 14px;
	float: left;
	color: #445a80;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-top: 20px;
	margin-left: 27px;
}
#divreadercatalogTitle {
	font-size: 14px;
	float: left;
	color: #445a80;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-top: 30px;
	margin-left: 27px;
}

#divRegister {
	background-image: url(../images/register.png);
	background-repeat: no-repeat;
	height: 580px;
	width: 432px;
}
#divRegisterContent {
	padding-top: 35px;
	padding-left: 55px;
	color: #445A80;
}
#textTopReg {
	width: 200px;
	font-size: 9px;
	color: #445a80;
	margin: 0px;
	line-height: 13px;
}
#textBottomReg {
	font-size: 9px;
	color: #445a80;
	margin: 0px;
	line-height: 13px;
}
#textREGRequired {
	font-size: 9px;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 4px;
	text-transform: none;
}
#textRegister {
	margin-top: 25px;
	margin-bottom: 0px;
}

#divtextLogin {
	font-size: 12px;
	color: #445a80;
	margin-bottom: 5px;
}
#divtextLogin p {
	line-height: 12px;
	
}
#divLoginInput {
	margin-bottom: 5px
}
#divContact {
	float: left;
	margin-top: 15px;
	padding-left: 35px;
	color: #445a80;
}
#divChgPwd #form1 strong {
	font-size: 14px;
}

#companyInfo label {
	display: block;
}


#divTrouble {
	font-size: 11px;
	color: #445a80;
	margin-bottom: 10px;
	margin-top: 10px;
}

#divTrouble p {
	line-height: 12px;
	
}
#fieldsetContact1 legend {
	text-transform: uppercase;
}
#companyInfo legend {
	text-transform: uppercase;
}
#divContact #form1 label {
	font-size: 12px;
}
#form1 #labelSelectTopic {
	text-transform: uppercase;
}
#form1 #suggestions label {
	text-transform: uppercase;
}

#divLogin #divLoginContent #form1 a {
	font-size: 10px;
	color: #445a80;	
}
#divLogin #divLoginContent #form1 a:hover {
	color: #f4ac15;	
}
#bodyRegister, #bodyLogin {
	background: none;
}
#form1 a {
	color: #445a80;
}
#form1 a:hover {
	color: #f4ac15;
}
#divprivacyPolicy {
	color: #445A80;
	float: left;
	margin: 0px;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 0px;
	line-height: 16px;
}
#divPPContent {
	background-image: url(../images/content_strip.png);
	background-repeat: repeat-y;
	width: 915px;
	height: 1100px;
}

#textTopReg strong {
	font-size: 14px;
	font-weight: bold;
}
#divChgPwd {
	padding-top: 25px;
	padding-left: 28px;
	color: #445a80;
}
#divChangeContent span {
	font-size: 14px;
	font-weight: bold;
}
#menubar #aChangePassword {
	font-size: 9px;
	text-transform: lowercase;
	margin-left: 170px;
}
