/* *************************** 
  Site - Remax Baywatch
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
  $6 - Footer Styles
   ***************************/

/* *************************** 
   $1 GLOBAL Styles
   ***************************/
* {
	margin: 0;
	padding: 0;
}
a {
	color:#262626;
	text-decoration:none;
}
a:hover {
	color:#262626;
	text-decoration:underline;
}
img {
	border:0;
}
fieldset {
	border:none;
}
li {
	list-style:none;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}

/* *************************** 
   $2 Website Structure Styles
   ***************************/
body {
	text-align:center;
    font-size:75%;
    font-family:Arial, Helvetica, sans-serif;
    color:#262626;
    background:#666666;
}
#wrapper {
	width:810px;
    margin:0 auto;
    text-align:left;
    background:url(../images/bg_wrapper.jpg) repeat-y;
}
#container {
	width:810px;
    min-height:1054px;
    height:auto;
    background:url(../images/bg_container.jpg) no-repeat;
}
/* for Internet Explorer */
/**/
* html #container {
height: 1054px;
}
/**/

/* *************************** 
   $3 Header Styles
   ***************************/
#header {
	width:810px;
    height:185px;
    padding:42px 0 0 139px;
    width/**/:/**/ 671px;
    height/**/:/**/ 143px;
}



/* *************************** 
   $4 Content Styles
   ***************************/
#content {
	width:572px;
    float:left;
    padding:54px 113px 0 0;
    width/**/:/**/ 459px;
}
#content p {
	margin-bottom:20px;
    line-height:16px;
}


/* *************************** 
   $5 Sidebar Styles
   ***************************/
#sidebar {
	width:238px;
    float:left;
    padding-top:107px;
}
#sidebar li a {
	display:block;
    text-indent:-9999px;
    outline-color: invert;
	outline-style: none;
	outline-width: medium;
}

#sidebar li#link1 a {
	width:230px;
	height:60px;
}
#sidebar li#link2 a {
	width:210px;
	height:143px;
}
#sidebar li#link3 a {
	width:108px;
	height:57px;
    margin-left:62px;
}
#sidebar li#link4 a {
	width:187px;
	height:51px;
    margin-left:12px;
}
#sidebar li#link5 a {
	width:162px;
	height:52px;
    margin-left:30px;
}
#sidebar li#link6 a {
	width:180px;
	height:68px;
    margin-left:10px;
    margin-bottom:40px;
}
#sidebar li#link7 a {
	width:156px;
	height:40px;
    margin-left:40px;
}
#sidebar li#link8 a {
	width:223px;
	height:46px;
}
#sidebar li#link9 a {
	width:186px;
	height:44px;
    margin-left:33px;
}
#sidebar li#link10 a {
	width:227px;
	height:44px;
}
#sidebar li#link11 a {
	width:162px;
	height:49px;
    margin-left:35px;
}
#sidebar li#link12 a {
	width:80px;
	height:50px;
    margin-left:35px;
}
/* *************************** 
   $6 Footer Styles
   ***************************/
#footer {
	width:810px;
    height:204px;
    background:url(../images/bg_footer.jpg) no-repeat;
    font-size:1.586em;
    font-family:Tahoma, Verdana, Arial, "Times New Roman";
    text-align:center;
    padding-top:92px;
    height/**/:/**/ 112px;
}
