/*CSS Document*/
* {
	margin:0px;
	padding:0px;
}

/*Tags*/
body {
	background-color:#000000;
	color:#CCCCCC;
	font-family:Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
}

a {
	color:#ccc;	
	text-decoration:none;
	}
	
a:hover {color:#B58C4A;
}


p {
  line-height:16px;  
}

h1{
    font-size:13px;
    color:#B58C4A;
    margin-bottom:5px;
    }

h2 {
    font-size:12px;
    color:#E6E6E6;
    margin-bottom:2px;
    }
    
/* Structure */

#global{
	width:800px;
	margin:auto;
}

#header {
	height:40px;
	margin-top:20px;
	text-align:right;
	width:260px;
	float:right;
}
#header a {	color:#CCCCCC;}
#header a:hover {color:#666666; text-decoration:underline;}


#leftCol{
	width:385px;
	float:left;
	margin-top:30px;
}

	#leftColLogo {
		background-image:url(images/tikves_logo.gif);
		background-repeat:no-repeat;
		height:181px;
		width:154px;
		margin:120px 0px 20px 231px;
	}
	
	#leftColText {
		text-align:right;
	}
	
#rightCol {
	width:385px;
	float:right;
	padding-right:15px;
}

	#rightColImg{
	    height:250px;
	}
	
	#rightColContent{
		margin:0px 0px 0px 0px;
		border-left:solid 1px #AEAEAE;
		padding-left:15px;
	}
	
	#navMenu { margin-left:15px; }
	#navMenu a{	color:#666666;	}
	#navMenu a:hover { color:#B58C4A; text-decoration:none;}
	#navMenu ul li { color:#666666;}
	#navMenu ul li:hover { color:#B58C4A;}
	
	#rightColText { margin:20px 0px 0px 0px;}

#footer{
	clear:both;
	margin:0px 0px 5px 0px;
	color:#333333;
	font-size:9px;
	text-align:center;
}

#subMenu {
    list-style:none;
    list-style-type:none;
}

/*Class*/
.brown {color:#B58C4A;}
.white {color:#ffffff;}

.width200 {width:200px;}
.width300 {width:300px;}

.textBox{
    border:1px solid #333333;
	background: #242424;
	font-size: 9px;
	padding:2px;
	color:#ffffff;
	font-family:Tahoma, Verdana , Arial, Helvetica, sans-serif;
	font-size:11px;
}

.italic {font-style: italic;}

.productRedWhiteCategory { color:#666666; list-style-type:square;}
.lineHeight {line-height:15px;}

