@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/contain_bkgnd.gif);
	background-repeat:repeat-y;
	background-position:center;
	background-color: #666666;
	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: #000000;
}
img {
	border-style:none;	
}
.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0px;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*font-size: 90%;
	line-height: 1.5em;*/
} 
.twoColFixLtHdr #header { 
	background: #DDDDDD; 
	padding: 0;
} 
.twoColFixLtHdr #header img {
	border:none;	
}
.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; /* since this element is floated, a width must be given */
	width: 200px; /* 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 url(../images/top_left.gif) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 25px;
	margin:20px 0 0 0;
}
.twoColFixLtHdr #sidebar1 h3 {
	margin:0;
	padding:0 0 0 30px;
	color:#FFF;
}

.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 #mainContent p {
	font:#666 Verdana, Geneva, sans-serif;
	font-size:.85em;
	line-height:1.5em;
}
.twoColFixLtHdr #mainContent a:link {
	color:#333;
	text-decoration:none;
}
.twoColFixLtHdr #mainContent a:hover {
	color:#333;
	text-decoration:underline;
}
.twoColFixLtHdr #mainContent a:visited {
	color:#333;
	text-decoration:none;
}

.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:15px;
    font-size: 1px;
    line-height: 0px;
}
.menuNew {
	font-size:90%;
	line-height:1.5em;
	padding:25px 0 0 0;
	margin:0 0 0 20px;
}
.menuNew li {
	list-style-type:square;	
}

.menuNew li a:link { 
	color: #000000;
	text-decoration: none;
	}
.menuNew li a:visited { 
	color: #000000;
	text-decoration: none;
	}
.menuNew li a:hover { 
	color: #000000;
	text-decoration: underline;
	}
.menuNew li a:active { 
	color: #000000;
	text-decoration: underline;
	}
.sideMenuHd {
	background:url(../images/category_background.gif) no-repeat;
	margin:20px 0 0 0;
	padding:5px 0 0 0;
}
.sideMenuHd h3{
	color:#FFF;
}
.menu {
	font-size:90%;
	line-height:1.5em;
	padding:15px 0 0 0;
	margin:0 0 0 20px;
}
.menu li {
	list-style-type:square;	
}

.menu li a:link { 
	color: #000000;
	text-decoration: none;
	}
.menu li a:visited { 
	color: #000000;
	text-decoration: none;
	}
.menu li a:hover { 
	color: #000000;
	text-decoration: underline;
	}
.menu li a:active { 
	color: #000000;
	text-decoration: underline;
	}
	
#topNav {
	background: url(../images/top_right.gif) no-repeat;
	width:531px;
	padding-top:15px;	
	margin:20px 0 0 250px;
}
#topNav ul {
	padding:0 0 25px 50px;
	margin:0;
	font-weight:bold;
	font-size:110%;
		
}
#topNav li {
	display:inline;
	color:#FFF;
	padding-right:20px;
}
#topNav li a:link {
	color:#fff;
	text-decoration:none;
}
#topNav li a:hover {
	color:#fff;
	text-decoration:underline;
}
#topNav li a:visited {
	color:#fff;
	text-decoration:none;
}
#footer {
	width:800px;
	float:left;
	clear:both;
	background: url(../images/footer.jpg) no-repeat;
	height:61px;
	padding:10px 0 0 0;
	margin:10px 0 0 0;
	text-align:center;
	font-size:90%;
}
#footer a:link {
	color:#000;
	text-decoration:none;
}
#footer a:hover {
	color:#000;
	text-decoration:underline;
}
#footer a:visited {
	color:#000;
	text-decoration:none;
}

#copyright {
     width:800px; 
	font-size:10px;
	text-align: center;
	margin:0;
	padding:0;
}
.floatLeft {
	float:left;
	margin:0;
	padding:5px 5px 5px 0;
}
.floatRight {
	float:right;
	margin:0;
	padding:5px 0 5px 5px;
}
.caption {
	font-weight:bold;
	text-align:justify;
	font-size:90%;
	color:#F00;
}
.lineItem1 {
	margin:0 0 0 5px;
	padding:15px 0 0 0;
	text-align:left;
	height:100%;
}
.lineItem {
	font: Verdana, Geneva, sans-serif;
	margin:0 0 0 125px;
	padding:5px;
	text-align:left;
	height:100%;
}
.lineItem li {
	font: .85em/1.5em Verdana, Geneva, sans-serif;	
}
.lineItem1 li {
	font: .85em/1.5em Verdana, Geneva, sans-serif;	
}
.lineItem1 img {
	float:left;
	display:block;
	border:none;
	margin:5px;
	padding:0;
}
.lineItem img {
	float:left;
	display:block;
	border:none;
	margin:5px;
	padding:0;
}

.hrGray {
	color:red;
	width:100%;
	padding:0;
	margin:15px 0 0 0;
	}
.price {
	color:red;
	font-style: italic;
	font-weight:bold;
}
#mainContent img {
		padding:0;
		margin:10px 5px 5px 0;
		float:left;
		clear:right;
}
#mainContent h3 {
		padding:0;
		margin:0;
}
#flags {
	margin:0 0 0 140px;
	padding:5px;
	text-align:left;
	font: .85em/1.5em Verdana, Geneva, sans-serif;
}
#flagPic {
	width:110px;
	height:100%;
	float:left;
	margin:0;
	padding:5px;
}
#flagPic img {
	float:left;
	clear:left;
	padding-top:15px;	
}
.emphasis {
	font-weight:bold;	
}