@charset "utf-8";
html, body {	
	font: 100%/1.4 Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	height:100%;
	width:100%;
	min-width:1024px;
	min-height:768px;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */

}

li {
	list-style-type:none;
}

h1, h2, h3 {
	font-family:'oswaldlight';
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */

}

h1 {
	padding-top:10px;
	color:black;
 	font-size:27px;
	text-align:center;
	font-weight:100;
	text-transform:uppercase;
}

h2 {
	font-size:20px;
}

h3 {
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;	
	font-size:16px;
}

h4 {
	display:inline-block;
	font-family:'oswaldlight';
	text-transform:uppercase;
 	font-size:40px;
	text-align:left;
	letter-spacing:2px;
	font-weight:500;
	float:none;
}

p {
	font-size:19px;
	color:grey;
	padding:0 20px;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:white;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

.address1 {
	color:white;
	font-family:'oswaldlight';
	font-size:1em;
	text-shadow:none;
	text-align:center;
	text-transform:uppercase;
}

.address2 {
	color:black;
	font-family:'oswaldlight';
	font-size:1em;
	text-shadow:none;
	text-align:center;
	text-transform:uppercase;
}

p.phone {
	font-family: 'Oswald', sans-serif;
	font-size:25px;
	font-weight:bold;
	line-height:20px;
	text-align:center;
	margin:10px 0;
	padding:0;
	color:white;
	font-size:1em;
}

p.phone2 {
	color:black;
	text-shadow:none;
	width:120px;
	font-size:20px;
}

.toplinkswrap {
	background:#222;
	position:relative;
	z-index:3;
	width:100%;
	min-width:1024px;
	padding:30px 0;
	/*background:rgba(0,0,0,0.5);*/
	height:auto;
	min-height:40px;
	border-bottom:3px solid white;
}

.toplinkswrapinner {
	width:740px;
	margin:0 auto;
}

.toplinkswrapinner a:visited {
	color:white;
}

.toplinks {
	width:100%;
	margin:0 auto;
	padding:6px 0 6px 0;
	color:white;
}

.toplinks a, a:visited {
    font-family:"oswaldlight";
	text-transform:uppercase;
	font-size:16px;
	padding:20px 8px 20px 8px;
	text-decoration:none;
}

.toplinks a:hover {
 /* background: -webkit-linear-gradient(grey, black); /* For Safari 5.1 to 6.0 */
  /*background: -o-linear-gradient(grey, black); /* For Opera 11.1 to 12.0 */
  /*background: -moz-linear-gradient(grey, black); /* For Firefox 3.6 to 15 */
  /*background: linear-gradient(grey, black); /* Standard syntax */
  background:white;
  -webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;	
	color:darkblue;
}

.toplinks img {
	width:25px;
	height:auto;
}


.specialsbox {
	font-family:'oswaldlight';
	padding:0px 5px 0px 5px;
	/*border:1px solid #f5c635;*/
	color:#fff;
	line-height:1.5;
	margin-top:25px;
	overflow:visible;
	border-radius:20px;
	width:375px;
	text-align:center;
}

.specialsbox h1 {
	margin:0;
	font-family:'oswaldlight';
	font-size:40px;
}

.specialsbox h2 {
	margin:0;
	font-size:35px;
}

.specialsbox h3 {
	font-family:'oswaldlight';
	font-size:30px;
}

.mainwrap {
	background:#222;
	display:block;
	height:100%;
	min-width:1024px;
	min-height:768px;
}

.mainwrap2 {
	background:white;
}

.gradient1 {
	display:none;
	position:absolute;
	z-index:1;
	width:100%;
	min-width:1024px;
	height:170px;
  	background: -webkit-linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0)); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0)); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0)); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0)); /* Standard syntax */	
	}
	
.gradientleft {
	position:fixed;
	z-index:1;
	top:0;
	float:left;
	width:20%;
	height:100%;
  	background: -webkit-linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0)); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0)); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0)); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0)); /* Standard syntax */	
 	font-size:140%; 
	}	

.background1 {
	margin-top:4%;
	background:rgba(0,0,0,0.8);
	width:100%;
	height:auto;
	padding:0 0 20px 0;
	float:left;
}


.container {
	background:white;
	clear:both;
	display:inline-block;
	width:100%;
	min-width:1024px;
	margin:0 auto;
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
.content {
	position:relative;
	z-index:1;
	margin:2% auto 0 auto;
	width:100%;
	min-width:985px;
	color:white;
	/*border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;*/
	height:100%;
}

@media only screen and (max-height: 800px) {
.content {
	min-height:450px;
}
}

.content2 {
	position:relative;
	z-index:1;
	margin:220px auto 320px auto;
	width:65%;
	min-width:700px;
	color:black;
	/*border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;*/
	box-shadow:0 0 14px grey;
	border-radius:20px;
}

.content3 {
	position:relative;
	z-index:1;
	margin:3% auto 320px auto;
	width:1024px;
	color:black;
	/*border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;*/
	border-radius:20px;
}

.content4 {
	position:relative;
	z-index:1;
	margin:2% auto 0 auto;
	width:100%;
	height:100%;
	min-width:985px;
	color:white;
	/*border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;*/
	border-radius:20px;
}

.contenttext1 {
	padding:10px 20px 0 20px;
	color:#666;
	clear:both;
	border-bottom-left-radius:20px;
	-moz-border-bottom-left-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	-moz-border-bottom-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;	
}

.contenttext1 p {
	font-size:15px;
}


.logo {
	position:absolute;
	width:200px;
	height:auto;
	top:11px;
	left:65px;
}

.logo img {

}

.logo2 {
	position:relative;
	z-index:100;
	float:left;
	margin:3% 0 0 2%;
	width:120px;
	text-shadow:1px 1px 1px black;
}

.logo2 img {
	width:100%;
}

.logo3 {
	margin:0;
}


.logocontainer {
	position:absolute;
	z-index:2;
	margin: 70px auto; /* the auto value on the sides, coupled with the width, centers the layout */
	width: 100%;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.header1 {
	color:black;
	margin-top:-20px;
	margin-bottom:30px;
	text-align:center;
	font-family:"Arial Rounded", Arial;
	font-size:30px;
}

.header2 {
	color:pink;
	text-align:center;
	font-family:"Arial Rounded", Arial;
	font-size:27px;	
}

.header3 {
	color:pink;
	text-align:center;
	font-family:"Arial Rounded", Arial;
	font-size:20px;	
}

.button1 {
	margin:0 auto;
	padding:10px 20px 10px 20px;
	background:darkpink;
	text-align:center;
	max-width:200px;
	color:white;
	font-weight:bold;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.button1:hover {
  background: -webkit-linear-gradient(pink, black); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(pink, black); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(pink, black); /* For Firefox 3.6 to 15 */
  background: linear-gradient(pink, black); /* Standard syntax */
  cursor:pointer;
  -webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;  
}

.myfont1 {
    font-family: "league_gothicregular";
	font-size:40px;
	font-weight:100;
	color:white;
	text-shadow:1px 1px 1px black;
}
	
.slideshow {
	position:absolute;
	z-index:10;
	width:100%;
	text-align:center;
}

.slideshow img {
	padding-top:10px;
}

.slide1 {
	position:relative;
	margin:0 auto;
	width:500px;
	text-align:center;
	/*background:url(../intro/01.jpg) no-repeat scroll 0 0 / cover  rgba(0, 0, 0, 0);
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;*/
}

.slide2 {
	position:relative;
	margin:0 auto;
	width:500px;
	text-align:center;
	/*background:url(../intro/02.jpg) no-repeat scroll 0 0 / cover  rgba(0, 0, 0, 0);
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;	*/
}

.slide3 {
	position:relative;
	margin:0 auto;
	width:500px;
	text-align:center;
	/*background:url(../intro/03.jpg) no-repeat scroll 0 0 / cover  rgba(0, 0, 0, 0);
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;	*/
}

.slide4 {
	position:relative;
	margin:0 auto;
	width:500px;
	height:auto;
	text-align:center;
	/*background:url(../intro/04.jpg) no-repeat scroll 0 0 / cover  rgba(0, 0, 0, 0);
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;	*/
}

.slide5 {
	position:relative;
	margin:0 auto;
	width:500px;
	text-align:center;
	/*background:url(../intro/05.jpg) no-repeat scroll 0 0 / cover  rgba(0, 0, 0, 0);
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;	*/
}

.slide6 {
	position:relative;
	margin:0 auto;
	width:500px;
	text-align:center;
	/*background:url(../intro/06.jpg) no-repeat scroll 0 0 / cover  rgba(0, 0, 0, 0);
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;	*/
}

.slide7 {
	position:relative;
	margin:0 auto;
	width:500px;
	text-align:center;
	/*background:url(../intro/07.jpg) no-repeat scroll 0 0 / cover  rgba(0, 0, 0, 0);
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;	*/
}

.slide8 {
	position:relative;
	margin:0 auto;
	width:500px;
	text-align:center;
	/*background:url(../intro/08.jpg) no-repeat scroll 0 0 / cover  rgba(0, 0, 0, 0);
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;	*/
}

#photos {
	position: absolute;	
	z-index: 50;	
	height: auto;
	width: auto;
	font-size:12px;
	padding:25px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	/*-moz-box-shadow:0px 0px 10px 7px #333;
	-webkit-box-shadow:0px 0px 10px 7px #333;
	box-shadow:0px 0px 4px 5px #333;*/
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;	
}


.webs {
	overflow:auto;
	max-height:500px;
	-webkit-overflow-scrolling:touch;
}

.webs a:link .websample {
	float:left;
	width:110px;
	height:74px;
	background:url(../../Restaurant/images/blackbackground.png);
	border:1px solid #fff;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	margin:8px;
}

.webs .websample img {
	width:100%;
	height:100%;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
}

#slideshow {
	background:rgba(0,0,0,0.8);
	position:absolute;
	background-size:cover;
	width:100%;
	height:50%;	
}

#slideshow img {
	background-size:cover;
	width:100%;
	height:100%;	
}

#slideshow, img.bgM { 
	min-width: 1024px; 
	min-height: 768px; 
	width: 100%; 
	height: 100%;
	position: fixed; 
	top: 0; 
	left: 0; 
}

.boxeswrap {
	margin:0 auto;
	width:98%;
	display:block;
	text-align:center;
}

.boxwrap {
	float:left;
	width:16.6%;
	margin:0;
	color:white;
	height:250px;
}

.boxwrap:hover {
	background:orange;
  -webkit-transition: all 500ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;	}


.menusContainer {
	display:block;
	clear:both;
	background:rgba(255,255,255,0.9);
	border-radius:30px;	
	width:70%;
	height:80%;
	margin:0 auto;
	padding:40px;
	text-align:center;
	border:20px solid #CCC;
}


.leftcol {
	font-family: 'Oswald', sans-serif;
	position:relative;
	z-index:1;
	float:left;
	margin:0 auto;
	font-size:16px;
	width:285px;
	line-height:1.2;
	text-align:justify;
	/*text-shadow:1px 1px 2px black;*/
	color:white;
	font-size:1em;
}

.leftcol2 {
	font-family:'oswaldlight';
	position:relative;
	z-index:1;
	float:left;
	font-size:16px;
	line-height:1.2;
	text-align:center;
	text-shadow:1px 1px 2px black;
	color:white;
	margin:3% 0 0 2%;
	width:120px;
	text-shadow:1px 1px 1px black;	
}

.leftcol img {
	margin:0 auto;
	text-align:center;
	width:60%;
}

.leftcol a {
	margin:0 auto;
	display:block;
	text-transform:uppercase;
	text-shadow:2px 2px 2px black;
}

.centercol {
	float:none;
	display:inline-block;
	max-width:900px;
	min-width:100px;
	margin:0 auto;
	color:white;
	text-align:justify;
	line-height:1.2;
	}

.rightcol {
	font-family: 'Oswald', sans-serif;
	position:relative;
	z-index:1;
	float:right;
	font-size:16px;
	width:285px;
	line-height:1.2;
	text-align:justify;
	text-shadow:1px 1px 2px black;
	color:white;
}

.rightcol img {
	margin:0 auto;
	text-align:center;
	width:100px;
}

.rightcol a {
	margin:0 auto;
	display:block;
	text-transform:uppercase;
	text-shadow:2px 2px 2px black;
}
 
.rightcol2 {
	width:450px;
	float:right;
	font-size:14px;
	padding:20px;
	border-radius:12px;
	text-align:left;
}
 
 .wrap1 {
	 background:white;
	 height:100%;
	 padding:20px;
	 border-radius:20px;
 	 overflow:auto;
	 -webkit-overflow-scrolling:touch;
}

.widthadjust {
	width:400px;
}

.box {
	height:50px;
}

.boxwrap img {
	width:100%;
	height:100px;
}

.light {
	background:rgba(94,53,59,0.6);
}

.dark {
	background:rgba(0,0,0,0.7);
}

.box img {
	width:100%;
	height:100%;
}

.pict img {
	height:200px;
}

hr {
	position:relative; 
	background:white;
	width:81%;
	height:4px;
	margin:0 auto;
	text-align:center;
	border:1px solid white;
}

.footer {
	background:#222;
	position:absolute;
	z-index:200;
	bottom:15px;
	width:100%;
	min-width:1024px;
	margin:0 auto 30px auto;
	padding:0;
	text-align:center;
}

@media only screen and (max-height: 800px) {
.footer {
	position:relative;
}
}

.footer h2 {
	color:#f48c40;
	text-align:center;
}

.footer p {
	font-size:16px;
	line-height:1.4;
}

.footer .col {
	float:left;
	width:25%;
}

.footer .inside {
	width:1000px;
	margin:0 auto;
	text-align:left;
	color:white;
}

.footer .inside a {
	text-align:left;
	margin:0 0 0 50px;
	color:white;
}

.footer2 {
	background:#222;
	bottom:100px;
	width:100%;
	margin:0 auto;
	padding:20px 0;
	text-align:center;
}

.fcontent {
	width:80%;
	margin:0 auto;
	text-align:justify;
-webkit-hyphens: auto;
   -moz-hyphens: auto;
    -ms-hyphens: auto;
        hyphens: auto;
			}
			
.footerbar {
	clear:both;
	width:100%;	
	margin:30px auto;
	color:white;
	margin:30px;
}

.footerbar h2 {
	color:##fff;
	text-align:center;
}

.footerbar p {
	font-size:16px;
	line-height:1.4;
}

.footerbar .col {
	margin-top:30px;
	float:left;
	width:25%;
}

.eventscontent {  
	background:rgba(0,0,0,0.8);
	margin:0 auto;
	padding:20px 0;
	width:90%;
	height:90%;
	text-align:center;
	color:white;
	overflow:auto;
}

.eventscontentinside {
	width:65%;
	margin:0 auto;
}

.eventscontent img {
	float:left;
	width:300px;
	height:auto;
	max-height:400px;
	/*height:380px;*/
}

.eventscontentinside .fltlft {
	width:30%;
}

.eventscontentinside .fltrt {
	width:65%;
}

.contactbox {
	background:rgba(0,0,0,0.7);
	padding:20px;
	border-radius:20px;
	margin-left:-50px;
}

#contactform {
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	background:rgba(0,0,0,0.7);
	padding:20px;
	border-radius:10px;
}

.cateringmenus a {
	font-size:25px;
}

.cateringmenus a:after {
	font-size:25px;
	content:url(../images/arrow1.png);
}

.col1 {
	float:left;
}

.col2 {
	float:right;
	text-align:right;
}

#days {
	overflow:auto;
}

.main {
	padding:20px;
	float:left;
	width:200px;
	height:250px;
	border:4px solid white;
}

.main img {
	float:left;
	width:100%;
	height:auto;
	border:4px solid white;
}

img.thumb {
	border:4px solid white;
}
.thumb img {
	border:4px solid white;
}
.thumb {
	border:4px solid white;
}

.titleevent {
	display:block;
	font-size:30px;
}

.desc {
	color:black;
	display:block;
	text-align:center;
	}

.desc:before {
    content:"\a";
    white-space: pre;
	}

.btn1 {
	width:160px;
	background:rgba(255,150,0,0.5);
	padding:2px 5px;
	border-radius:10px;
	text-align:center;
	margin:0 auto;
}

.adjust1 {

}

.submenuwrap {
	font-family:'oswaldlight';
	text-transform:uppercase;
	color:black;
	display:block;
	width:900px;
	margin:0 auto;
	font-weight:bold;
	white-space:nowrap;
	}
	
.submenu {
	color:black;
	float:left;
	position:absolute;
	z-index:500;
	border-radius:8px;
	width:auto;
	padding:12px;
	margin:15px 0;
	background:rgba(255,255,255,1);
}

.submenu a, a:visited {
	clear:both;
	display:block;
	font-size: 14px;
	line-height: 1.2;
	padding: 5px;
	font-weight:100;
	line-height:1;
	border-bottom:1px solid white;
	color:black;
}

.submenu a:hover {
	color:#bf9c52;
	font-size:15px;
	background:none;
-webkit-transition: all 100ms ease;
-moz-transition: all 100ms ease;
-ms-transition: all 100ms ease;
-o-transition: all 100ms ease;
transition: all 100ms ease;		
}

#submenudropdown {
	display:none;
	margin-left: 560px;
	padding:20px 40px;
}

#submenu2dropdown {
	display:none;
	margin-left: 340px;
}

#submenu3dropdown {
	display:none;
	margin-left: 200px;
}

#submenu4dropdown {
	display:none;
}

#calendarTitle {
	border:150px solid white;
	border-radius:20px;
}

.afterwrap {
	position:relative;
	z-index:100;
	background:white;
	display:block;
	padding:15px 0;
	margin:-70px auto 0 auto;
	text-align:justify;
	font-size:15px;
}

.afterwrap .inside {
	color:black;
	width:70%;
	margin:1% auto;
}

.hours {
	font-size:180%;
	text-align:center;
}

.quicksearch {
	margin-bottom: 40px;
    margin-top: 40px;
}

.ss-active #feature .quicksearch {
}

.ss-active #feature .quicksearch {
  -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #999 #ccc #ccc;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    margin: 0;
    padding: 5px;
    position: relative;
    z-index: 1;
}

form .max input, form .max select, form .right input, form .right select {
	width:100px;
}

#feature .quicksearch form .field input, #feature .quicksearch form .field select {
	color:#444;
	font-size:12px;
	line-height:17px;
	padding:5px;
}

.ss-active #feature .quicksearch {
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    padding: 20px 30px;
    position: relative;
    top: 98px;
    width: 100%;
}

.rightmosticons {
	position:absolute;
	right:25px;
	top:35px;
}

.rightmosticons a {
	margin:0 4px 0 4px;
}

.blog {
	float:right;
}


.social {
	float:right;
	vertical-align:bottom;
	position:relative;
	top:3px;
}

.social img {
	width:20px;
	height:20px;
}

.contactform {
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	background:rgba(0,0,0,0.7);
	padding:20px;
	border-radius:10px;
}

.hide {
	display:none;
	}
	
.myhr1 {
	width:99.9%;
	padding:0;
	height:5px;
	margin-bottom:10px;
}