a img { border:none; }

body { background:#4a4aa5 url(images/background.png) repeat-x; margin:0; 
	font-family:Arial, Helvetica, sans-serif; }

#wrapper-container { background:url(images/wrapper-bg.png) repeat-y top center; }
#wrapper { width:950px; margin:0 auto; background-color:white; border-left:1px solid #343a9b; border-right:1px solid #343a9b; }
#header { height:145px; margin:0 10px; }
#header #logo { float:left; }
#header #header-info { float:right; }

#menu { height:44px; padding:0; background:url(images/menu-bg.png) repeat-x; margin:0 10px; position:relative; }
#menu ul { float:left; margin:0; padding:0; }
#menu li { float:left; display:block; height:40px; line-height:40px; font-size:18px; padding:0 20px; border-right:0px solid white; }
#menu li.last { border:none; }
#menu a { color:white; text-decoration:none; }
#menu a:hover { text-decoration:underline; }
#menu #menu-callout { position:absolute; top:0; right:0; width:340px; height:44px; background:url(images/menu-callout.png) no-repeat; }

#content { background:url(images/content-bg.png) repeat-y top center; margin:0 10px 10px 10px; position:relative; }
#content-right { min-height:420px; width:730px; padding-top:10px; float:right; position:relative; }
#content-left { width:174px; height:400px; position:absolute; top:20px; left:5px; font-size:12px; }
#content-left h3 { text-align:center; font-size:16px; margin:0; border-bottom:1px solid #b5b7b9; }

#order-callout { /*background-color:#f3f3f3; border:1px solid #ccc;*/ padding:0 5px;  }

#footer { height:70px; background-color:#4a4aa5; }
#footer a { color:white; }

#sidebar-shadow { position:absolute; top:0; left:0; height:20px; width:185px; background:url(images/sidebar-shadow.png) no-repeat; }

#village-drug { float:left; padding:10px 0 0 10px; }
#social { float:right; padding:15px 20px 0 0; }
#copyright { float:right; color:white; font-size:13px; padding:25px 20px 0 0; }

.index #content-right { background:url(images/home-bg.jpg) no-repeat bottom left; }

#home-welcome { width:400px; position:absolute; top:70px; left:50px; font-size:16px; }
#our-products-paw { /*position:absolute; top:220px; left:-100px;*/ margin-top:50px; }

#contact-info { font-size:12px; }

/* Form stuff */
.form-input { width:200px; }
.form-textarea { height:120px; }

form fieldset { margin-bottom: 10px; }
form legend { padding: 0 2px; font-weight: bold; }
form label { display:inline-block; line-height:1.8; vertical-align:top; width:140px; }
form label.right { padding-left:10px; width:auto; }
form p { position:relative; }

#content-right form { padding-right:10px; }

/* Flash messages */
.flash-message { padding:10px; background-color:green; color:white; margin-bottom:10px; font-weight:bold; }
.flash-message p { margin:2px 0; }
.flash-error { background-color:red !important; }
.flash-info { background-color:yellow; color:black; font-weight:normal; }
