@charset "utf-8";
/* CSS Document */

@charset "utf-8";

/* CSS Document */
html {
	height: 100%;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #e6e6e6;
}

img {
	border: 0;
}
#container {
	background-color: #FFF;
	background-image: url(../images/background-shadow.png);
	width: 965px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	height: auto;
	min-height: 100%;
	background-repeat: repeat-y;
	position: relative;
}
 /*Header Start */
#banner {
	height: 160px;
	width: 965px;
	background-image: url(../images/bannerbg.png);
	background-repeat: repeat-x;
	position: relative;
}
#logo {
	width: 150px;
	height: 150px;
	position:relative;
	margin-left: 10px;
	padding-top: 5px;
	float: left;
}
#header {
	height: 160px;
	width: 500px;
	float: left;
	position: relative;
}
#name {
	font-family: "Cooper Black", "Arial Black", Sans-Serif;
	font-size: 40px;
	color: #FFF;
	position: relative;
	height: 45px;
	width: 440px;
	margin-top: 70px;
	margin-left: 50px;
}
#basket {
	width: 110px;
	height: 77px;
	background: #FFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	position: absolute;
	right: 30px;
	bottom: 25px;
	padding: 12px;
	border: 2px solid #999;
}
#basket:hover {
	border-color: #F20D0D;
}
#basket img {
	padding-top: 5px;
	padding-left: 5px;
}
#menubar {
	width: 965px;
	height: 55px;
	background: #FFF;
}
#bar {
	width: 910px;
	height: 35px;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 5px;
	maring-right: 5px;
	padding-left: 40px;
	background: #034191;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	position: relative;
}
#bar a:link {
	text-decoration:none;
}
.menubutton {
	cursor:pointer;
	height: 25px;
	font-weight: 400;
	color: #FFF;
	font-size: 18px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFF;
	width: auto;
	float: left;
	vertical-align: middle;
}
.menubutton:hover {
	background: #FFF;
	color: #000;
}
.menubuttonend {
	cursor:pointer;
	height: 25px;
	font-weight: 400;
	color: #FFF;
	font-size: 18px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFF;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
	width: auto;
	float: left;
	vertical-align: middle;
}
.menubuttonend:hover {
	background: #FFF;
	color: #000;
}
#phone1 {
	font-family: Myriad Pro, Trebuchet MS, Arial, Sans-Serif;
	height: 25px;
	padding: 5px;
	position: absolute;
	right: 10px;
	font-size: 20px;
	color: #FFF;
	width: 250px;
	text-align:right;
	vertical-align: middle;
	letter-spacing: .15em;
}
#phone1 a:link {
	color: #FFF;
}
#phone1 a:visited {
	color: #FFF;
}
#hr1 {
	width: 955px;
	height: 7px;
	margin-left: auto;
	margin-right: auto;
	background: #02306b;
}
 /*Catagories Start */
#categories {
	width: 135px;
	float: left;
	padding-left: 10px;
	padding-top: 30px;
	margin-right:10px;
}
 /*Catagories End */
#main {
	float: left;
	width: 795px;
	margin-bottom: 10px;
}

/* Footer Style */
#footer {
	height: 130px;
	clear: both;
	text-align: center;
}

#phone_wrapper {
	height: 45px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	border-top-style: solid;
	border-bottom-style: solid;
}
#phone {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 30px;
	float: left;
	width: 470px;
	margin: 4px;
	text-align: center;
	color: #000;
}
.phone {
	font-family: "Lucida Console", Monaco, monospace;
	color: #06C;
}
#address {
	width: 470px;
	float: right;
	font-family: Tahoma, Geneva, Sans-Serif;
	font-size: 14px;
	margin: 4px;
	text-align: center;
	color: #000;
	letter-spacing: 0.12em;

}
#cards_wrapper {
	width: 965px;	
	clear:both;
	margin: 0 auto 0 auto;
}
#legal {
	font-size: small;
}
#legal a:link {
	color: #010d33;
	text-decoration: none;
}
#legal a:visited {
	color: #010d33;
	text-decoration: none;
}
#terms {
	float : left;
	width: 400px;
}
.cards {
	width: 520px;	
	height: 35px;
	margin-top: 5px;
	float: right;
	position: relative;
	text-align:right;
	padding-right: 10px;
}
.Copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #666;
	clear: both;
}
