/* EL SUQUET Restaurante - CSS */
body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF /*url(images/homepage01.jpg) repeat left top*/;
}

#scroller {
	width: 460px;
	height: 509px;
	padding: 25px 28px 31px 25px;
	overflow: auto;
}

form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#inputtext1 {
	width: 136px;
	height: 14px;
	padding: 5px 5px;
	background: #FFFFFF;
	border: none;
}

#inputsubmit1 {
	width: 58px;
	height: 24px;
	background: url(images/homepage09.gif) no-repeat left top;
	border: none;
	font-size: 11px;
	color: #FFFFFF;
}

#inputsubmit2 {
	width: 120px;
	height: 24px;
	background: url(images/homepage09.gif) repeat left top;
	border: none;
	font-size: 11px;
	color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 15px 0px;
	color: #234D77;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 13px;
}

h3 {
	font-size: 11px;
}

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	text-align: center;
	color: #688FB7;
}

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 20px;
}

a {
	color: #0053A7;
}

a:hover {
	text-decoration: none;
        background:#efefef; color:#000;
}

.link1 {
	display: block;
	width: 146px;
	height: 24px;
	padding: 7px 0px 0px 10px;
	text-decoration: none;
	font-size: 13px;
	color: #111111;
}

.link2 {
	color: #111111;
        text-decoration:none;
}

.link3 {
	padding-left: 16px;
	background: url(images/homepage13.gif) no-repeat left center;
}


.style1 {
}

.style1 a {
}

.style1 a:hover {
}


.bg1 { background: /*url(images/homepage02.jpg) repeat-x left top*/; }
/*.bg2 { background: url(images/subpage02.jpg) no-repeat left top; } */
/*.bg3 { background: url(images/subpage03.jpg) no-repeat left top; }
*/
.bg4        { color:000; }
.bg4_active { background:#efefef; color:#234D77; }

.bg5        { color:000; }
.bg5_active { background:#efefef; color:#234D77; }

.bg6        { color:000;}
.bg6_active { background:#efefef; color:#234D77; }

.bg7        { color:000;}
.bg7_active { background:#efefef; color:#234D77; }

.bg8        { color:000;}
.bg8_active { background:#efefef; color:#234D77; }

.bg9        { color:000;}
.bg9_active { background:#efefef; color:#234D77; }

.bg10 { background: url(images/subpage04.jpg) no-repeat left top; }


.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 5px;
}

.img2 {
	float: right;
	margin: 0px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 10px;
	margin-bottom: 10px;
	background: url(images/homepage14.gif) repeat-x left bottom;
}


html, body {    height: 100%;}
#wrapper { height: 573px}
#page {
        width: 937px;
        height: 573px;
        margin: 0px auto;
}
#logo {
        float: left;
        width: 211px;
        height: 595px;
        margin-top: 10px;
        border-top: 1px solid #234D77;
        background: url(images/subpage01.jpg) no-repeat left top;
}
#logo h1, #logo p {
        display: none;
        padding-left:27px;
}
#sidebar {
        float: left;
        width: 204px;
        border-top: 1px solid #234D77;
        margin-top: 10px;
}
#menu { padding: 1px 20px 0px 20px; height:488px; background:#fafafa}
#menu ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
        text-align: left;
}
#menu li {      display: block;}
#search {       padding: 33px 28px 0px 28px;}
#inputtext1 {   margin-bottom: 9px;}
#inputsubmit1 { float: right;}
#search p {     padding-top: 5px;}
#content {
        float: left;
        width: 513px;
        height: 509px;
        padding: 1px 6px 1px 1px;
        border-top: 1px solid #234D77;
        border-right: 1px solid #234D77;
        margin-top: 10px;      
}
#footer {
        width: 935px;
        margin: 0px auto;
        padding-top: 15px;
}
#box1 {
}
#box2 {
        float: left;
        width: 47%;
}
#box3 {
        float: right;
        width: 220px;
}


