@charset "UTF-8";

/* ===== container ===== */

body {
	background: #f7f7f7;
	color: #222;
	text-align: left;
	padding: 0;
	margin-top: 5px;
	font-family: Verdana, Ariel, sans-serif;
}

div#container {
	width: 960px;
	background: #FFFFFF;
	border: 1px solid #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

/* ===== header ===== */

div#header {
	background: #fff url(../_pictures/BannerMainOcean.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 178px;
} 

/* ===== main content ===== */

div#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 0px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
}

div#mainContent {
	margin-left: 10px;
	padding-right: 20px;
	padding-left: 20px;
} 

/* ===== footer ===== */

div#footer {
	background:#DDDDDD;
} 

#footer img {
	margin-top: 5px;
	margin-bottom: -6px;
	padding-right: 10px;
	padding-left: 8px;
}

/* ===== front page ===== */

div#aboutSamey {
	border-right-width: 1px;
	border-right-style: ridge;
	padding-right: 20px;
	border-right-color: #333;
	width: 460px;
	float: left;
}

div#location {
	float: right;
	width: 410px;
	padding-left: 0px;
	padding-right: 15px;
}

/* ===== layout english ===== */

#nav ul #HeaderBtnEnglish {
	width: 20%;
}

#sectionhomepicEn {
	float: right;
	width: 250px;
}

#homesectionaboutsamey {
	float: left;
	width: 650px;
}

#en_contactformdiv {
	width: 550px;
	float: left;
}

#en_contactaddressbox {
	float: right;
	width: 230px;
	border: thin solid #000;
	padding: 15px;
}

/* ===== miscellanious ===== */

.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 */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

img.img-boarder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
