/* 
  ----------------------------------------------------------------
  Accent Awnings Company NV - Layout CSS
  by Zee Designs
  www.zeedesigns.com
  custom site style - ZD-CMS™ integrated with Website Pages Module
  ----------------------------------------------------------------
*/

#content {
	width: 750px;
	margin: 10px auto 0 auto;
	background: url(images/bkgd.gif) repeat-y;
	text-align: left;
}
#search-container {
    margin: 20px auto 0 auto;
    height: 20px;
    width: 750px;
}
#search-form {
    float: right;
}
/* style the form field we type text in to search on */
#search-query {
    font-size: 11px;
    width: 150px;
    color: #000;
    background-color: #fff;
    padding: 2px;
    border: none;
}
/* style the "go" button */
#submit-button {
    font-size: 11px;
    color: #fff;
    background-color: #246;
    border: 1px solid #fff;
}
#header {
    clear: right;
	float: left;
	height: 86px;
}

/* BEGIN replace text with logo image, make logo art appear as if it is a hyperlink, move header text off screen */
#logo {
	padding: 20px 0 0 20px;
	background: url(images/aacnv-logo.jpg) no-repeat 20px 20px;
	width: 246px;
	height: 66px;
	float: left;
}
#logo a {
	width: 246px;
	height: 66px;
	display: block;
	text-indent: -9999px;
}
/* END replace text with logo image */

/* BEGIN navigation for the products.phtml and related pages only */
#top-nav {
	float: right;
	color: #6C9541;
	font-weight: bold;
	padding: 20px 20px 0 0;
}
#top-nav a {
	color: #6C9541;
}
#top-nav a:hover {
	color: #C60;
	text-decoration: underline;
}
/* END top-right navigation */


/* BEGIN full category navigation for products gallery */
/*#nav-gallery {
  margin: 0px 0px 0px 20px;
  width: 260px;
}
#nav-gallery ul
{
  padding: 0;
  margin: 20px 0 0 0;
  list-style-type: circle;
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 11px;
}

#nav-gallery a:link, #nav-gallery a:visited
{
  color: #6C9541;
  font-weight: bold;
  text-decoration: none;
}

#nav-gallery a:hover
{
  color: #E2DCCE;
  text-decoration: underline;
}

#nav-gallery a.zd-nav-current:link, #zd-nav-container a.zd-nav-current:visited {
  color: #C60;
}
#nav-gallery a.zd-nav-current:hover {
  color: #6C9541;
  text-decoration: none;
}
/* END full category navigation for products gallery */

#phone {
	float: right;
	padding: 20px 20px 0 0;
}
#tag {
	padding: 20px 0 0 20px;
	margin-bottom: 50px;
}
#middle {
	width: 750px;
	float: right;
}
#primary {
	background: url(images/solutions.jpg) no-repeat bottom;
	width: 430px;
	float: right;
	padding: 20px 20px 65px 20px;
	margin-bottom: 20px;
}
#secondary {
	width: 280px;
	height: 500px;
	float: left;
	background: url(images/shade.jpg) no-repeat right;
}

/* BEGIN Footer */
#footer {
	clear: both;
	zoom: 1; /* IE fix */
	background: #001244;
	color: #FFFFFF;
	padding: 20px 0px 0px 0px;
	height: 100px;
	font-size: x-small;
}

#footer a, #footer a:link, #footer a:visited {
	color: #00FF00;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:active {
	color: #CC6600;
}
#copyright {
	float: left;
	width: 45%;
	text-align: left;
}

#contact-info {
	float: right;
	width: 50%;
	text-align: right;
}

#copyright p, #contact-info p, #authorship-info p {
	margin: 0;
}

#authorship-info {
	clear: both;
	background-color: #001244;
	margin: 0 auto 0 auto;
	padding: 10px 0 0 0;
	height: 35px;
	color: #FFFFFF;
	font-size: x-small;
}

/* BEGIN icons */

#ar-icon {
	background: url(images/icon-acroreader.gif) no-repeat;
	float: right;
}

#flash-icon {
	background: url(images/icon-flash.gif) no-repeat;
	float: right
}

#zd-icon {
	background: url(images/icon-zd.gif) no-repeat;
	float: right;
}

#ar-icon a, #flash-icon a, #zd-icon a {
	display: block;
	margin: 0;
	padding: 0 0 0 5px;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
}
/* END icons */
/* END Footer */

