/* beandogscafe
this design (expect logo) by Courtnie Croft - courtniecroft@gmail.com
designed and coded November 2007
*/

body {
	margin: 0;
	padding: 0;
	background: #fff url(../images/main_background.gif) top left repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #353735;
}

h2 {
  font-size: 18px;
  margin: 10px 0;
  width: 100%;
  border-bottom: 1px solid #481F71;
  text-transform: uppercase;
}

h2 {
	font-size: 16px;
}

a, a:link, a:active, a:visited, a:hover {
	color: #10ADFD;
}

#logo {
	position: absolute;
	left: 5px;
	top: 20px;
}

#logo img {
	border: 0;
}

ul.list {
	list-style-type: none;
}

ul.list li {
	background: url(../images/bullet.gif) 0px 4px no-repeat;
	padding-left: 14px;
}

/* header * shopping cart box * seach box */

#header {
	min-width: 980px;
	width: 100%;
	height: 122px;
	background: #fff url(../images/header_background.gif) top left repeat-x;
}

#shopping_cart_box {
	position: relative;
	top: 20px;
	left: 791px;
	width: 192px;
	height: 30px;
	background: url(../images/cart_background.gif) top left no-repeat;
}

#shopping_cart_box img {
	float: left;
	padding: 4px 0 0 15px;
	border: 0px;
}

#search_box {
	position: relative;
	top: 24px;
	left: 715px;
	width: 271px;
	height: 64px;
	background: url(../images/search_background.gif) top left no-repeat;
}

/* top navigation */

#top_navigation_wrapper {
	min-width: 980px;
	width: 100%;
	height: 58px;
	background: #fff url(../images/navigation_background1.jpg) top left repeat-x;

}

#top_navigation {
	margin-left: 32px;
	width: 950px;
	height: 58px;
	background: #fff url(../images/navigation_background2.jpg) top left repeat-x;
}

#top_navigation ul {
	position: relative;
  left: 310px;
  margin: 0;
  padding: 0px;
	width: 930px;
	list-style-type: none;
}

#top_navigation ul li {
	line-height: 30px;
	float: left;
	margin: 10px 0;
	padding: 0 20px;
	border-left: 1px solid #70538C;
}

#top_navigation ul li#first {
	border-left: 0px;
}

#top_navigation ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
  font-weight: bold;
}

/* page content */
#content {
	margin-left: 62px;
	width: 930px;
}

/* left * navigation * donation box * contact box * tracking box */

#left {
	margin: 122px 0 0 0;
	width: 200px;
	float: left;
}

#navigation {
	width: 187px;
	background: #481F71 url(../images/side_navigation_background.gif) top left repeat-y;
	
}

#navigation div {
	color: #fff;
	margin-left: 15px;
	padding: 10px 0;
}

#navigation div a {
	height: 22px;
	line-height: 22px;
	padding-left: 22px;
	color: #fff;
	text-decoration: none;
	background: url(../images/cup.gif) top left no-repeat;
}

#navigation_bottom {
	display: block;
	width: 187px;
	height: 12px;
	background: url(../images/side_navigation_bottom.gif) top left no-repeat;
}

#donate_box {
  margin-top: 10px;
	width: 187px;
	height: 108px;
	background: #10ADFD url(../images/donate_box.gif) top left no-repeat;
}

#donate_box p {
	visibility: hidden;
}

#contact_box {
	margin-top: 10px;
	width: 187px;
	height: 108px;
	background: #CCFF66 url(../images/contact_box.gif) top left no-repeat;
}

#contact_box p {
	margin: 0;
	text-align: center;
	padding: 45px 0 0 0;
}

#contact_box a {
	color: #353735;
}

#track_package_box {
  position: relative;
	margin-top: 10px;
	width: 187px;
	height: 108px;
	background: #A5E0FF url(../images/track_package_box.gif) top left no-repeat;
}

#main_content {
	width: 620px;
	float: left;
	margin-left: 50px;
	position: relative;
}

/* footer */

#footer_wrapper {
	min-width: 980px;
	width: 100%;
	height: 78px;
	background: #481F71 url(../images/footer_background.gif) top left repeat-x;
}

#footer {
	width: 920px;
	margin-left: 50px;
	padding-top: 10px;
	color: #fff;
	font-size: 11px;
}

#footer a {
	color: #fff;
}

#footer .left {
	float: left;
}

#footer .right {
	float: right;
	text-transform: lowercase;
}

/* forms - seach and track package */
#search_box form, #search_box input {
	padding: 0; margin: 0;
}

#search_box input.search_text {
	border: 1px solid #10ADFD; height: 23px; width: 138px; margin: 20px 0 0 20px;
}

#search_box input.search_button {
	margin: 0; padding: 0; position: absolute; top: 17px; left: 170px;
}

#track_package_box form {
	margin: 0 0 0 15px;
}

#track_package_box input {
	margin: 0;
	padding: 0;
}

#track_package_box input.track_text {
	border: 1px solid #10ADFD; height: 23px; margin-top: 10px; width: 100px;
}

#track_package_box input.track_button {
	margin: 10px 0 0 0; padding: 0; position: absolute; top: 41px; left: 128px;
}

tr.tablerowbackgroundcolor1 td, tr.tablerowbackgroundcolor2 td {
	padding: 6px 0;
}

table.special_table tr.tablerowbackgroundcolor1 td, table.special_table tr.tablerowbackgroundcolor2 td {
	border-bottom: 1px solid #481F71;
	padding: 10px 0;
}


.categorylinkon, .categorylinkoff {
	text-decoration: none;
	font-size: 13px;
}