div {
	margin:0px;
}


body {
	margin:0px;
	background-color: #0C206C;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}

td {
	color: #0C206C;

}

.imageborder {
	border:1px solid #0C206C;
	}
	

p {
	text-align: justify;
	margin-right:15px;
	margin-left: 15px;		
}

h2 {
	text-align: justify;
	margin-bottom:5px;	
	color: #ac0000;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:14px; 
}

a {
	font-weight:bold;
	color: #0C206C;
	text-decoration: none;
}

a:visited {
	font-weight:bold;
	color: #0C206C;	
}

a:hover {
	font-weight:bold;
	color: #1D86AB;
	text-decoration: underline;
}

a:active {
	font-weight:bold;
	color: #0C206C;
	text-decoration: none;

}

#container {
	margin-left:auto;
	margin-right:auto;
	width:903px;
	
}

#topcontainer {
	font-size:0px; 
	width:903px; 
	height:239px;
	background-color: #ffffff;
}

#default-1_ {
	float:left;
	clear:right;
	width:53px;
	height:239px;
}

#default-2_ {
	float:left;
	clear:right;
	width:204px;
	height:239px;
}

#default-3_ {
	float:left;
	clear:right;
	width:588px;
	height:173px;
	background-image: url(../images/sackandmap.gif);
}

#default-4_ {
	float:left;
	clear:right;
	width:58px;
	height:173px;
	background-image:url(../images/default2_4.gif);
}

.takeout { 
font-size:11px; 
font-weight:bold;
}

#aboutus { 
	margin-top:0px;
	float:left;
	clear:right;
	width:93px;
	height:66px;
}

#fishmarket { 
	margin-top:0px;
	float:left;
	clear:right;
	width:128px;
	height:66px;
}

#ourmenu { 
	margin-top:0px;
	float:left;
	clear:right;
	width:120px;
	height:66px;
}
 
#reviews { 
	margin-top:0px;
	float:left;
	clear:right;
	width:110px;
	height:66px;
}

#employment { 
	margin-top:0px;
	float:left;
	clear:right;
	width:137px;
	height:66px;
}

#default-10_ { 
	margin: 0px;
	background-image:url(../images/default2_10.gif);
	background-repeat: repeat-y;
	width:58px;
	height:66px;
}

#contenter {
	float:left;
	clear:inherit;
	width:903px;
	background-image:url(../images/background_x.gif);
}


#default-11_ {
	float:left;
	clear:right;
	width:53px;
	background-image:url(../images/default2_11.gif);
}

#container_x {
	margin-left:20px; 
	border:0px solid red;
	background-color: #ffffff;
}

#content {
	float:left;
	clear:right;
	width:752px;
	font-size:12px;
	color: #0c206d;
	background-color: #ffffff;	
}

#default-13_ {
	float:left;
	clear:right;
	width:58px;
	/* height:447px; */
	background-image: url(../images/default2_13.gif);
}

#default-14_ {
	float:left;
	clear:inherit;
	width:903px;
	height:102px;
	font-size:11px;
	color: #ffffff;
	background-image:url(../images/default2_14_a.gif);
	background-repeat: no-repeat;
	background-color: #0C206C
}

.copyright {
	margin-top:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
		

}

.designedby {
	width:903px;
	height:15px; 
	float:inherit;
	clear:both;
	margin-top:100px;
	padding-top: 50px;
	padding-bottom: 25px;
	font-weight:bold; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	color: #0058A5;

}

.RM {
	font-size:10px;
	
}
.main-contents {
	clear: right;
	float: left;
	width: 987px;
}

.popup {
	border:solid 1px #ca902c;
}

/*CSS Class for video modal popup*/
.popupControl {
    background-color:#AAD4FF;
    position:absolute;
    visibility:hidden;
    border-style:solid;
    border-color: Black;
    border-width: 2px;
}

.modalBackground {
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
    z-index:10;
}

.modalPopup {
    background-color:#000000;
    border-width:3px;
    border-style:solid;
    border-color:Gray;
    padding:3px;
    width:397px;
}
/*End of CSS Class for video modal popup*/

/*.MultiBoxContainer {
	position: absolute;
	border: 20px solid #000;
	background-color: #FFF;
	display: none;
	z-index: 2;
	text-align: left;
	//overflow: hidden;
}

.MultiBoxLoading {
	background: url(images/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background: url(images/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #000000;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(images/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(images/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(images/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(images/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}*/