/**
* The stylesheet for FULL style layout.
*
* @package WordPress
* @subpackage WPFlexiShop_Two
* @since WP FlexiShop Two 1.0
*/

body {
  background:#FFF;
}

#container{
  padding:0;
}

#container .containerInner {
  width:100%;
  margin:0 auto;
  position:relative;
  border-top:5px solid #d35147;
}

.margin{
  width:1024px;
  margin:0 auto;
}

#topnav {
  background:#FFF;
  border-bottom: 1px solid #eee;
}

nav#primary{
  background:#FFF;
  clear: both;
}

#header {
  background: #F5F7FA;
  box-shadow: inset 0 -15px 15px rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0 -15px 15px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 -15px 15px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 -15px 15px rgba(0, 0, 0, 0.05);
}

#header  #headersearchform input.searchinput{
  border:none;
  box-shadow:inset 0 1px 0 rgba(0, 0, 0, 0.3), 0 0px 1px rgba(0, 0, 0, 0.1);
  -o-box-shadow:inset 0 1px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow:inset 0 1px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow:inset 0 1px 0 rgba(0, 0, 0, 0.3);
}

#headersubcategories{
  width:1024px;
  margin:0 auto;
  border-top:1px dashed #bbb;
  border-left:1px dashed #bbb;
  border-right:1px dashed #bbb;
}

#headersubcategories ul{
  padding-left:15px;
  padding-right:15px;
}

#header #headercustom {
	padding: 0;
}

#footertop, #footerbottom {
  background: #f6f6f6;
}

#footertop, #footerbottom, #footercredits {
  border-top: 1px solid #eee;
}



/************* Contact Form *****************/
input[type="submit"]{
background: #f5f5f5;
background: -moz-linear-gradient(top, #f9f9f9 0%, #f0f0f0 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#f0f0f0));
background: -webkit-linear-gradient(top, #f9f9f9 0%,#f0f0f0 100%);
background: -o-linear-gradient(top, #f9f9f9 0%,#f0f0f0 100%);
background: -ms-linear-gradient(top, #f9f9f9 0%,#f0f0f0 100%);
background: linear-gradient(top, #f9f9f9 0%,#f0f0f0 100%);
-pie-background: linear-gradient(#f9f9f9, #f0f0f0);
border: 1px solid #E7E7E7;
color: #999 !important;
text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
font-size: 11px;
font-weight: bold;
height: 28px !important;
padding: 0 15px;
line-height: 28px !important;
margin: 4px 2px 0 2px;
display: inline-block;
font-size: 12px;
width: auto;
vertical-align: middle;
text-align: center;
text-decoration: none;
cursor: pointer;
-webkit-border-radius: 35px;
-moz-border-radius: 35px;
border-radius: 35px;
position: relative;
-webkit-appearance: none;
box-shadow: 0 1px 0px #ccc, 0 0 1px #eee;
-o-box-shadow: 0 1px 0px #ccc, 0 0 1px #eee;
-moz-box-shadow: 0 1px 0px #ccc, 0 0 1px #eee;
-webkit-box-shadow: 0 1px 0px #ccc, 0 0 1px #eee;
text-indent: 0;}