@charset "UTF-8";

img {border:none;}

a {border:none;}


body  {
	font: 100% Verdana;
	background-color:#5aa8ce;
	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:#333333;
}
.twoColFixLtHdr #outercontainer { 
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(../images/Gtonuccibackground.jpg);
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLtHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color:#FFFFFF;
	padding: 0px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background-image:url(../images/AmorosJewelersHeader.jpg);
	height:116px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #menu {
	background-image:url(../images/menubg.jpg);
	background-repeat:repeat-x;
	width:900px;
	height:35px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColFixLtHdr #box {
border:thin;
padding:0px;
marging:0px;
border-color:#CCCCCC;
border-style:solid;
width:350px;
}

.twoColFixLtHdr #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 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float:left;
	display:inline-block;/* since this element is floated, a width must be given */
	width: 210px; /* 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: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}


.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 



.twoColFixLtHdr #footer {
	margin:0; 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}

p {color:#1a3025;
}

a {color:#1a3025;
text-decoration:none;

}

.bodytext {
padding-right:35px;
line-height:18px;
font-size:14px;
}

.bodytextBlueBold {
font-weight:bold;
color:#0078ae;
line-height:18px;
font-size:14px;
}


ol li {
padding-right:35px;
line-height:18px;
font-size:14px;
}

.subhead {
padding-right:35px;
padding-top:10px;
line-height:18px;
font-size:14px;
font-weight:bold;
}

.bodytextlg {
padding-right:35px;
line-height:22px;
font-size:18px;
}

.boxtext {
	padding: 0px 10px 3px 0px;
	line-height:15px;
	font-size:12px;
	margin-bottom:0px;
	text-align: left;
}

.boxtextul { 
list-style-type: none;
margin: 0 0 5px 0; 
padding:0px 0 2px 10px;
color:#1a3025;
font-size:12px;
line-height:18px;
}
.boxtextul li {
background-image: url(../images/diamondbullet.jpg);
background-repeat: no-repeat;
background-position: 0em .4em;
padding-left: 1.3em;
}

.boxtextul A {color: #222222;text-decoration:none;}
.boxtextul A:visited {color: #222222;text-decoration:none;}
.boxtextul A:hover {color:#d2c403;text-decoration:none;}

.bodytextul {
list-style-type: none;
padding: 0;
margin: 0; 
color:#1a3025;
font-size:14px;
line-height:18px;
}
.bodytextul li {
background-image: url(../images/diamondbullet.jpg);
background-repeat: no-repeat;
background-position: 0em .4em;
padding-left: 1.3em;
padding-bottom:5px;
}

.dashindent {
margin-top:0px;

}

.dashindent li {
margin-left:10px;
list-style:disc;
padding-left: 0em;
}

h1 {
color:#1a3025;
font-size:22px;
font-family:Verdana;
}

.sidebaritalic {
padding-left:10px;
font-size:12px;
font-style:italic;
line-height:18px;
}

.address {
padding-left:10px;
color:#0078ae;
font-size:13px;
font-style:normal;
line-height:19px;
padding-top:5px;
}

.address A {color: #0078ae;text-decoration:none;}
.address A:hover {color:#330099;text-decoration:none;}


.border {
border:thin;
border-color:#CCCCCC;
border-style:solid;
}

ul {
font-size: 10pt;
line-height:19px;
}

.tabBaseline {
	margin:0;
	padding:0;
	padding-top:10px;
	width:620px;
	border-bottom-width:thin;
	border-bottom-color:#1e3e31;
	border-bottom-style:solid;
	display:block;
	float:none;
	margin-bottom:10px;
	margin-left:0px;
}

.tab {
	
	width: 220px;
	background-color:#1e3e31;
	border:none;
	margin:0px;
	padding:0px;
	margin-top:10px;
	padding-top:5px;
	padding-left: 10px;
	padding-right: 5px;
	color:#FFFFFF;
	font-size:12px;
	height: 18px;
	font-weight:bold;
	
}
.attribute {
	padding: 0px 10px 3px 0px;
	line-height:15px;
	font-size:12px;
	margin:0px;
	text-align:right;
	font-style:italic;
	
}
