/*
--------------------------base--------------------------------------------------
*/

body {
  background-image: url("/static/images/bg.png");
  background-repeat: repeat;
}
.container {
  margin-left: auto;
  margin-right: auto;
  background-color: #eeeeee;
}
#header {
  background-image: url("/static/images/header_bg.png");
  height: 130px;
  width: 950px;
  -moz-border-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
}
#slt {
  position: relative;
  left: 40px;
  top:  20px;
}
#header_txt {
  position: relative;
  left: 100px;
  top: 35px;
}
#menu {
  position: relative;
  top: 53px;
  left: 200px;
}
#sidebar {
  background-color: #232323;
  float: left;
  min-height: 470px;
  -moz-border-radius: 0 5px 5px 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-box-shadow: #bbb 0 0 5px;
  -webkit-box-shadow: #bbb 0 0 5px;
}
#content {
  background-color: #eeeeee;
  margin: 10px;
}
.centered {
    text-align: center;
}
.view_cart {
    margin-top: 213px;
}
#search_keywords {
    width: 150px;
}
#cycle {
  position: relative;
  top: 30px;
  left: -200px;
}
#footer {
  background-color: #32d1ea;
  line-height: 2em;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-box-shadow: #bbb 0 0 5px;
  -webkit-box-shadow: #bbb 0 0 5px;
  clear: both;
}
a {
color: #232323;
text-decoration: none;
}
a:link {
  color: #232323;
}
a:visited {
  color: #232323;
}
a:hover {
  color: #FFFFFF;
}
a:active {
  color: #232323;
}
#footer a:hover {
  color: #FFFFFF;
}
#sidebar {
  color: white;
}
#sidebar li {
  list-style-type :none;
  padding: 1.2em 0;
  background-image: url('/static/images/divider.png');
  background-position: bottom;
  background-repeat:repeat-x;
}
#sidebar a {
  color: white;
  display: block;
}
#sidebar a:link {
  color: white;
}
#sidebar a:visited {
  color: white;
}
#sidebar a:hover {
  color:  #32d1ea;
}
#sidebar a:active {
  color: white;
}
#sidebar h3 {
	color: white;
	margin-bottom: 5px;
}
h1 {
  text-align: left;
}
h3 {
	color: black;
	margin-bottom: 5px;
}
a {
  color: #232323;
  text-decoration: none;
}
a:link {
  color: #232323;
}
a:visited {
  color: #232323;
}
a:hover {
  color: #32d1ea;
}
a:active {
  color: #232323;
}
#family {
  float:left;
  margin: 20px;
}
#cart_amount {
	padding: 7px 0px;
}
ul {
	list-style-type: none;
}
/*
----------------------------forms----------------------------
*/
label {
    width: 10em;
    float: left;
    text-align: left;
    margin-right: 0.5em;
    display: block;
    font-size: 1em;
    line-height: 3em;
}
.submit input {
    margin-left: 8.5em;
}

#birthday {
    font-size: 1.2em;
    font-weight: bold;
}

#birtday a:link, #birthday a:visited, #birthday a:active {
    color: #32d1ea;
}

