@charset "utf-8";
body {
	background: #262626;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #262626;
	font-family: Verdana, Arial, Helvetica, sans-serif, Rockwell;
	line-height: 1.5em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 13px;
	text-decoration: none;
}

#container {
	width: 880px;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif, Rockwell;
	height: 80px;
	width: 300px;
	float: left;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
h1 {
	font-size: 17px;
	line-height: 1em;
	font-weight: bold;
	color: #262626;
}
.supplierlink {
	color: #000000;
	text-decoration: none;
}

h2 {
	font-size: 13px;
	color: #262626;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: justify;
}



#mainContent {
	clear:both; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff;
	height: 513px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0;
}

#blogcontent {
	clear:both; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0;
}

#slideshow {
	position: relative;
 }
  #slideshow div {
	position: absolute;
	top: 0px;
	left: 1px;
}

#footer {
	text-align: right;
	padding: 0 10px 10px 10px;
	height: 30px;
	clear: both;
}
#footer p {

}

#blogdates {
	padding: 0 0 0 10px;
	height: 30px;
}

#blogdates ul {

	list-style: none;
	padding: 0;
	margin: 0;
}

#blogdates li
{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	float: left;
}

#blogdates li a
{
	font-family: Verdana, Arial, Helvetica, sans-serif, Rockwell;
	font-size: 12px;
	line-height: 2em;
	font-weight: bold;
	text-decoration: none;
	color: #262626;
	display: block;
	text-align: center;
	padding: 0 1em;
	margin: 0 .45em;
	
}
#blogdates li a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif, Rockwell;
	font-size: 12px;
	line-height: 2em;
	font-weight: bold;
	color: #fff;
	display: block;
	background-color: #7C7C7C;
	text-align: center;
	padding: 0 1em;
}

#submenu {
	background: #ffffff;
	padding: 0 0 0 10px;
	height: 35px;
}

#submenu ul {

	list-style: none;
	padding: 0;
	margin: 0;
}

#submenu li
{
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	float: left;
}

#submenu li a
{
	font-family: Verdana, Arial, Helvetica, sans-serif, Rockwell;
	font-size: 12px;
	line-height: 2em;
	font-weight: bold;
	text-decoration: none;
	color: #262626;
	display: block;
	text-align: center;
	padding: 0 1em;
	margin: 0 .45em;
	
}
#submenu li a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif, Rockwell;
	font-size: 12px;
	line-height: 2em;
	font-weight: bold;
	color: #ffffff;
	display: block;
	background-color: #7C7C7C;
	text-align: center;
	padding: 0 1em;
}

#active a:link, #active a:visited, #active a:hover
{
	background-color: #999999;
	color: #FFFFFF;
}

#nav-menu 
{
	float:right;
	width: 500px;
	clear: right;
	padding-top: 60px;
}


#nav-menu ul
{
	list-style: none;
	padding: 0;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	float: right;
	width: 500px;
}

#nav-menu li
{
	float: right;
	text-align: center;
	border-left-style: none;
}
#nav-menu li a
{
	font-family: Verdana, Arial, Helvetica, sans-serif, Rockwell;
	font-size: 12px;
	line-height: 2em;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	display: block;
	text-align: center;
	padding: 0 1em;
}

#nav-menu li a:hover, #nav-menu li a:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif, Rockwell;
	font-size: 12px;
	line-height: 2em;
	font-weight: bold;
	color: #ffffff;
	display: block;
	background-color: #999999;
	text-align: center;
	padding: 0 1em;
}

#phone {
	text-align: right;
	font-size: 15px;
}
#phone ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#phone li{
	float: right;
	padding-top: 0px;
	padding-right: 0.45em;
	padding-bottom: 0px;
	padding-left: 0.45em;
	border-top-style: none;
}

#phone li a
{
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 16px;
	line-height: 2em;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	display: block;
	text-align: center;
}
#lefttext{
	float: left;
	height: 485px;
	width: 476px;
	background-color: #ffffff;
	color: #262626;
	text-align: justify;
	padding: 10px;
	border: thin solid #222109;
}
#righttext{
	float: right;
	height: 485px;
	width: 496px;
	background-color: #ffffff;
	border: thin solid #222109;
	padding-top: 20px;
}

#rightphoto {
	float: right;
	height: 507px;
	width: 370px;
}
#leftphoto {
	float: left;
	height: 507px;
	width: 370px;
}
div#wn	{
	height:455px;
	position: relative;
	overflow: hidden;
}
	
div#wnfull	{
	width:870px;
	height:450px;
	overflow:hidden;
	position: relative;
	}/*full width scroll div */
div#scrollbar { 
  position:relative;
  width:11px; height:200px; 
  font-size:1px;  /* for image vertical alignment issue */
  }
div#track { 
  position:absolute; left:0; top:12px;
  width:11px; height:176px;
  background: #336;
  }
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color:#ceced6;
  }  
div#up { position:absolute; left:0; top:0; }  
div#down { position:absolute; left:0; bottom:0; }

/* for safari, to prevent selection problem  */
div#scrollbar, div#track, div#dragBar, div#up, div#down {
    -moz-user-select: none;
    -khtml-user-select: none;
}

/* so no gap or misplacement due to image vertical alignment [1]*/
div#scrollbar img {
    display:block; 
    } 
#lyr1 {

}
#scrollLinks {
	padding-right: 100px;
	padding-top: 15px;

}

#myGallery
{
width: 870px !important;
height: 507px !important;
} 
#righttext #margin {
	margin-right: 10px;
	margin-left: 10px;
}

.myinputstyle {
	border: 1px solid #ccc;
	/** remember to change image path **/
	background: url(none) no-repeat #ffffff;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #262626;
}
#blog {
	background-color: #FFFFFF;
	width: 846px;
	padding: 0px 10px;
	border: thin solid #262626;
}
.fltright {
	float: right;
}

.link {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	font-size: 13px;
	font-weight: bold;
}
.link:hover {
	text-align: right;
	text-decoration: none;
}
.linkunderline {
	color: #000000;
	text-decoration: underline;
}
.fltleft {
	float: left;
}
#fullwidth {
	background-color: #ffffff;
	height: 485px;
	padding: 10px;
	border: thin solid #262626;

}
.splittext {
	width: 499px;
}
.pmargin {
	margin-top: 0.3em;
	line-height: 1.5em;
	font-size: 13px;
}
.phone {
	font-size: 17px;
	color: #FFFFFF;
	font-weight: 500;
}

#subtext {
	color: #FFFFFF;
	text-align: justify;
}

#bloganchor {
	padding-right: 10px;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif, Rockwell;
	font-size: 12px;
	font-weight: bold;
	color: #262626;
	text-decoration: none;
}
#blogarchive {
	height: 360px;
}
#margin {
	color: #000000;
	text-decoration: none;
}
#blogarchive #left {
	width: 180px;
	float: left;
}
#blogarchive right {
	width: 180px;
}
#blogarchive #right {
	width: 180px;
	float: right;
}
#option1{
	width:411px;
	height:380px;
	float:left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}
#option2{
	width:411px;
	height:380px;
	float:left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}
#option3{
	width:222px;
	height:310px;
	padding:100px 10px;
	float:left;
}
#option4{
	width:222px;
	height:310px;
	padding:100px 10px;
	float:left;
}
