/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../Images/Backgrounds/Seamless-Paper-Cream.png);
	background-repeat:repeat;
	color:#333333;
	font-size:12px;
	font-family: 'Julius Sans One', sans-serif;
}

html {
	height:100%;
}

.lgcontentcontainer { 
    position: relative;
    margin: 0 auto;
    width: 100%;
	min-width:1000px;
}

h1,h2,h3,h4,h5,h6 {
	display: inline;
}

Nav {
	position: absolute;
	left: 0px;
	width: 100%;
	top: 213px;
	box-shadow: 0px 1px 1px #333333;
	z-index: 999;
	background-image: url(../Images/triangles.png);
	background-position: 50% 0px;
	background-repeat: repeat-x;
	content: '';
	height: 260px;
	overflow:hidden;
}
.Navcontentback {
	background-color:#ed2086;
	position:relative;
	height:100%;
	min-height:246px;
	margin-top:15px;
}

lgcontent {
	position:absolute;
	top:425px;
	width:960px;
	left:50%;
	margin-left:-480px;
}

.catagories1 {
	font-family: 'Lobster Two', cursive;
	line-height: 45px;
	font-size: 36px;
	color: #FFF;
	font-weight: bold;
	background-color: #ED2086;
	box-shadow: 2px 2px 5px #333333;
}

.bestseller {
	position:inherit;
	width:200px;
	height:300px;
	border-radius:10px;
	box-shadow:0px 0px 5px #333;
}

.smallmenupic {
	position:inherit;
	top:0px;
	background-image:url(../Images/Best%20Sellers/m&m.png);
	width:200px;
	height:108px;
	overflow:hidden;
	box-shadow: 0px 2px 3px #333333;
	border-radius:10px;
	z-index:99;
}

.prices {
	background-image:url(../Images/ribbon.png);
	float:left;
	margin-left:15px;
	background-repeat:no-repeat;
	width:70px;
	height:51px;
	padding-top:5px;
	font-size:24px;
	font-style:italic;
	text-shadow: 2px 2px 2px #333333;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	z-index:999;
}

.orderbtn {
	height:34px;
	width:70px;
	overflow:hidden;
	background-image:url(../Images/orderbtn.jpg);
}

.orderbtn:hover {
	box-shadow: 2px 2px 5px #333333;
}

.bestsellertitle {
	border-style:solid;
	border-color:#666;
	border-width:1px;
	border-left:none; 
	border-right:none; 
	border-top:1px single; 
	border-bottom:1px single; 
	height:41px; 
	padding-top:7px; 
	padding-bottom:10px;
	width:160px;  
	text-height:24px;
	font-family: 'Lobster Two', cursive;
	font-size:18px;
	font-weight:bold;
}

.img-circle {
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

footer {
	background-color:rgba(255,255,255,.5); 
	width:960px; 
	display:block; 
	overflow:hidden;"
}

.productdescriptionsright {
	float:right;
	width:430px;
	text-align:left;
	
}

.productdescriptionsleft {
	float:left;
	text-align:left;
	width:430px;
	
}

input[type=text] {padding:5px; border:2px solid #ccc; 
-webkit-border-radius: 5px;
border-radius: 5px;
}
input[type=text]:focus {border-color:#333; }

input[type=button] {padding:5px 15px; background:#D91690; border:0 none;
cursor:pointer;
-webkit-border-radius: 5px;
border-radius: 5px; 
color:#FFFFFF;
font-family: 'Julius Sans One', sans-serif;
}

.shipping {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size:10px !important;
	line-height:-10px !important;
}

.noshow {
	display:none;
}

.paypal {
	z-index:999999;
	position:fixed;
	top:0px;
}

select {
   border-radius: 6px;
   margin:4px;
   height:30px;
   }