@charset "UTF-8";
body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	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: #666666;
	background: #0084b5;
	height: 100%;
	font-size: 0.8em;
}
.contactfield  {
	background-color: #D3F3F9;
	border: solid 1px #00aeef;
	margin: 3px 0;
}
p {
	margin-bottom: 6px;
	margin-top: 0px;
}
#mainContent p {
	line-height: 1.2;
	font-size: 110%;
}
a {
	color: #00AEEF;
	font-weight: bold;
	text-decoration: none;
}
h1 {
	color: #00aeef;
}
h2 {
	font-size:18px;
	margin-bottom: 6px;
	margin-top: 0px;
	color: #B4E7FA;
}
h3 {
	margin-bottom: 4px;
}
#container {
	width: 900px;
	background: #27120b;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #FFFFFF;
	background-image: url(../images/container-bg.png);
	background-repeat: repeat-y;
} 

#header {
	height: 145px;
	background: #00aeef url(../images/4-eyez-header-logo.png) no-repeat;
	margin-bottom: 10px;
	background-image: url(../images/header-bg.png);
}
#header #distributor-button {
	float: right;
	height: 50px;
	width: 280px;
	background: url(../images/distributor-button2.png);
	margin-right: 50px;
}
#header #distributor-button:hover {
		background-position: 0px -60px;
}
#menu  {
	float: right;
	width: 700px;
	clear: right;
	margin-top: 58px;
	height: 30px;
	margin-bottom: 0px;
	margin-right: 30px;
}

#menu ul{
	margin: 0; /*menu offset from left edge of window*/
	float: right;
	font: bold 13px Verdana; /*optional left round corner*/
}

#menu ul li{
	display: inline;
}

#menu ul li a{
	float: left;
	color: white;
	font-weight: bold;
	padding: 7px 10px 12px 10px;
	height:16px;
	text-decoration: none;
	border-left: solid #B4E7FA 1px;
}

#menu ul li a:visited{
color: white;
}

#menu ul li a:hover, #menu ul li a#selected{ /*hover and selected link*/
	color: #B4E7FA;
	background: transparent url(../images/pointer.gif) bottom center no-repeat;
}

#graphic-menu  {
	height: 210px;
	width: 860px;
	padding: 0px;
	margin-left: 16px;
}

#graphic-menu ul{
	margin: 0px; /*optional left round corner*/
	padding: 0 8px 0 17px;
}

* html #graphic-menu ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
	margin-bottom: 1em; /*menu offset from left edge of window in IE*/
}

#graphic-menu ul li{
display: inline;
}

#graphic-menu ul li a{
	float: left;
	padding: 0px;
	text-decoration: none;
	margin-right: 2px;
	color: none;
	height: 208px;
	width: 165px;
}
#graphic-menu #ilidz {
	background-image: url(../images/ilidz-menu.jpg);
}
#graphic-menu #ilidz-flexisoft {
	background-image: url(../images/ilidz-flexisoft-menu.jpg);
}
#graphic-menu #istickerz {
	background-image: url(../images/istickerz-menu.jpg);
}
#graphic-menu #idomez {
	background-image: url(../images/idomez-menu.jpg);
}
#graphic-menu  #igoggles {
	background-image: url(../images/igoggles-menu.jpg);
}
#graphic-menu #ilidz:hover, #graphic-menu #ilidz-flexisoft:hover, #graphic-menu #istickerz:hover, #graphic-menu #idomez:hover, #graphic-menu  #igoggles:hover  {
	background-position: 0px -210px;
}

#graphic-menu ul li a:hover, #menu ul li a#selected{ /*hover and selected link*/
	color: #B4E7FA;
}
#fiveways {
	width: 900px;
	text-align: center;
}
#fiveways img {
	margin: 20px 0 10px 0;
}
#sidebar1 {
	float: right;
	margin-right: 40px;
}
#7030 #sidebar1 {
	width: 210px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0;
	background: url(../images/bg-side.png);
}

#5050 #container #sidebar1 {
	width: 420px;
}
#5050  #sidebar1 img {
	margin: 50px 0 0 0;
}
#container #sidebar1 ul {
	margin-left: 0px;
	list-style-position: outside;
}
#container #sidebar1 li {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: outside;
}
#mainContent {
	padding: 0 0 0 40px;
	width: 380px;
	float: left;
	font-size: .9em;
} 
#mainContent li {
	font-size: 18px;
	margin-bottom: 10px;
	list-style-image: url(../images/bullet.png);
	font-weight: bold;
}
#mainContent ul {
	margin-top: 50px;
}

#footer {
	padding: 10px 10px 30px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#00aeef url(../images/footer-bg.png) no-repeat 0px bottom;
	min-height: 10px;
	color: #FFFFFF;
	font-size: 90%;
} 
#footer #phone {
	width: 600px;
	margin-left: 20px;
	background: url(../images/footer-logo.png) no-repeat;
	float: left;
}
#footer #phone #phone2 {
	float: right;
	width: 160px;
}
#footer  #phone #phone1 {
	width: 180px;
	float: left;
	margin-left: 240px;
}
#footer #web {
	background: url(../images/web.png) no-repeat;
	width: 230px;
	float: right;
	height: 60px;
}
#footer #web a {
	color: #B4E7FA;
	text-decoration: none;
	padding-left: 50px;
}
.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;
}
#contactform td {
	font-size: 10px;
}
