@charset "utf-8";
/************************************************************
; Lukullus_Style.php
; CSS for Main website
; created  081026 AZR
************************************************************/
/************************************************************
CSS Specs
Main Background Color: Black #000000
HTML Text: White #FFFFFF
Hyperlink: link: White
		   visited: White
		   hover: White
HTML Font: Arial Sans Serif
************************************************************/
/************************************************************
ALL PAGES
************************************************************/
html {
	padding:10px;
	margin:0px;
}

body {
	background:url("Site_Images/white_bg.png");
	background-repeat:repeat;
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	text-align:center;
	margin:0px;
	padding:0px;

}

p,pre, h1 {
	margin:0px 10px 10px 10px;
}

h1 {
	font-size:14px;
	padding-top:10px;
	text-transform:uppercase;
	color: #564b47;
	background-color: transparent;
}

a {
	color: #FFFFFF;
	font-size: 11px;
	background-color:transparent;
	text-decoration:none;
}

pre {
	color: #564b47;
	font-size: 11px;
	background-color:transparent;
	font-family: Courier, Monaco, Monospace;
}

#box {
	width:990px;
	margin: 0px auto;
	padding:1px;
	text-align:left;
	border-width:5px;
	border-style:solid;
	border-color:#CCCCCC;
	background-color:#CCCCCC;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;	
	-webkit-border-bottom-right-radius: 10px;	
}

#left {
	width:200px;
	padding:0px;
	float:left;
}

#Catg {
	background-color:#333333;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

}

#disc {
	background-color:#FFFFFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}

#disc_span {
	padding: 10px 0px 10px 0px; /* T R B L */
	font-size:10px;
}

#highlight {
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color:#003300;
}

#high_del {
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	border-width:2px;
	border-style:solid;
	border-left:none;
	border-right:none;
	border-bottom:none;
	border-top-color:#CCCCCC;
	color:#009900;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#center {
	padding: 0px 0px 10px 0px; /* T R B L */	
}

#content {
	width:765px;
	float:right;
	background-color:#FFFFFF;
	padding:10px;
min-height:900px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#right {
	width:165px;
	padding:0px;
	float:right;
	background-color:#BBBBBB;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#head {
	width:1000px;
	margin: 0px auto;
	padding:1px;
	background:url("Site_Images/header_bg.jpg");
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;	
	-webkit-border-top-left-radius: 10px;	
	-webkit-border-top-right-radius: 10px;	
	height:115px;
	text-align:left;	
}

#Bg_Image1 {
	position:absolute;
	background:url("Site_Images/Header_fruits.png");
	background-repeat:no-repeat;		
	width:310px;
	height:115px;
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity = 70);	
	-khtml-opacity: 0.7;

}

#headerLogo_Txt {
	position:absolute;
	background:url("Site_Images/Lukullus_header_logo.png");
	background-repeat:no-repeat;	
	width:410px;
	height:60px;
	margin: 20px 0px 0px 10px; /* T R B L */	

}
#SubTitle_Txt {
	padding: 60px 10px 0px 260px; /* T R B L */	
	color:#99CC00;
	font-size:11px;
}
/*#menu {
	background:url("Site_Images/menu_bg.png");
	background-color:#99CC00;
	height:35px;
	border-width:1px;
	border-style:solid;
	border-color:#999999;	
	
}*/
#foot {
position:relative;
margin-top:5px;

background-color:#999999;
height:70px;
font-size:11px;
color:#CCCCCC;
	padding: 10px 0px 0px 0px; /* T R B L */	
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
#FooterMap {
	padding:2px;
}

#head h1 {
font-size: 11px;
text-transform:uppercase;
text-align: right;
color: #564b47;
padding:5px 15px;
margin:0px
}
#head p {
padding:10px;
margin:0px;
}

p {
line-height:20px;
}

#Text {
	color:#FFFFFF;
	font-weight:bold;
	padding: 5px 0px 5px 0px; /* T R B L */
	background-color:#666666;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;	
	-webkit-border-top-right-radius: 10px;	
}

#category_list {
	padding:5px;
	color:#FFFFFF;
	border-bottom:dotted;
	border-width:2px;
	border-color:#666666;
	list-style:inside;
	list-style-image:url("Site_Images/arrowbullet.png");
}

#List {
	padding: 2px; /* T R B L */
}

#Content_HeaderText {
	color:#666666;
	font-weight:bold;
	padding: 10px 0px 10px 20px; /* T R B L */
	background-color:#EEEEEE;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}

#product_img {
	border-width:2px;
	border-style:solid;
	border-color:#999999;
}

#Table_content {
	padding: 10px; /* T R B L */
	width:600px;
	float:left;	
}

#FeatTableContent {
	padding: 10px; /* T R B L */
	width:100%;
	float:left;	
}

#FeaturedProduct {
	font-weight:bold;
	background-color:#999999;
	width:100%;
	padding:5px;
	color:#FFFFFF;
}

#Checkout {
	font-family:"Times New Roman", Times, serif;
	font-size:36px;
	padding:5px;
	color:#333333;
	font-weight:bold;
}

#stepsNumber {
	position:relative;

	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
}

#Checkouttable {
	padding:5px;
}

#MiniCartTable {
	padding: 0px 0px 0px 0px; /* T R B L */
}

#miniTd {
	padding: 3px;/* T R B L */
}

td {
	padding: 10px 0px 0px 5px; /* T R B L */
}

th {
	padding: 5px; /* T R B L */
}

#AboutUs {
	font-style:italic;
	width: 500px;
	margin-top:5px;
}

#HomeText {
	font-size:22px;
	font-family:"Times New Roman", Times, serif;
}

#Home_bg {
	position:absolute;

	background-repeat:no-repeat;
	width:147px;
	height:120px;
	right:250px;
}

#productName {
	color:#990000;
	font-size:14px;
	font-weight:bold;
}

#content_link {

	color: black; 
	width:150px;
	border: 2px;
	
}
#PagingLinks {
	color:#000000;
}
#MiniCart {

	font-size:9px;
}

#HeaderMenu {
	position:relative;
	text-align:right;
	/*margin: 0px 0px 0px 600px;  T R B L */
	color:#99FF00;

}



#soldout {
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FF0000;
}



#Home {
	padding: 20px 25px 0px 25px; /* T R B L */
}

#MainMenu {
	color:#CCCCCC;
	font-weight:bold;
	
}

a.hyperlink:link {
	color: #FFFFFF;
	text-decoration: none
}
a.hyperlink:visited {
	color: #FFFFFF;
	text-decoration: none
}
a.hyperlink:hover {
	color:#00FF33;
}

li.MenuList {
	list-style:inside;
	list-style-image:url("Site_Images/arrowbullet.png");
		padding:5px;
}

#ContactHeader {
	position:relative;
	text-align:right;
	color:#999999;
	font-size:9px;
	padding:5px;
}

#CartStatus {
	position:relative;
	text-align:right;
	background:url("Site_Images/shopcart.png");
	background-repeat:no-repeat;
	width:256px;
	height:256px;
}

#SearchMain {
	position:relative;
	text-align:right;
	color:#FFFFFF;
	font-weight:bold;
	
}

#SearchValue {
	width:145px;
	height:20px;
	font-size:15px;
	font-weight:bold;
	
}

#Search {
	position:relative;
	text-align:right;
	padding: 10px 10px 0px 0px; /* T R B L */	
	
}

#Search_btn {
	background-color:#006600;
	width:80px;
	color:#FFFFFF;
	font-weight:bold;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}

#add-to-cart {
	background-color:#CC0000;
	width:100px;
	color:#FFFFFF;
	font-weight:bold;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}

#view-prod {
	background-color:#EEEEEE;
	width:100px;
	color:#006600;
	font-weight:bold;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}

#flag {
	border:none;
}

#mini_viewlink {
	color: #000000;
	font-size: 11px;
	background-color:transparent;
	text-decoration:underline;
	
}

#mini-btn {
	background-color:#EEEEEE;
	width:70px;
	color:#333333;
	font-weight:bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
		font-size:10px;
}

#MiniBtnTxt {

	font-size:12px;
}

#MiniCartBtn {
	padding:10px;
}




#menu{

	padding: 120px 0px 0px 10px; /* T R B L */
	text-align:center;
	height:55px;
}
#menu ul{
	list-style:none;
}
#menu li{
	display:block;
	float:left;
}
#menu li a{
	background:#749b10 url(images/menu_bg.gif) repeat-x;
	border:2px solid #80a225;
	border-color:#666666;		
	margin:0 1px;
	padding:10px 15px 15px 15px;
	display:block;
	float:left;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	height: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
#menu li a span{
	color:#52651f;
	font-size:10px;
	text-transform:lowercase;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
#menu li a:hover{
	background:#e46825 url(images/menu_hover.gif) repeat-x;
	border:2px solid #c04118;
	text-decoration:none;
}
#menu li a:hover span{
	color:#ffd9c7;
}
.current{
	background:#e46825 url(images/menu_hover.gif) repeat-x;
	border:2px solid #c04118;
	margin:0 1px;
	padding:10px 15px 15px 15px;
	display:block;
	float:left;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	cursor:pointer;
	font-weight:bold;
	height: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;		
}
.current span{
	color:#ffd9c7;
	font-size:10px;
	text-transform:lowercase;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
}

#Paging{
	position:relative;
	top:10px;
}

#PagingFooter {
	position:absolute;
	margin-bottom:50px;
	text-align:center;
}

#Paging a{
	position:relative;
	color:#006699;
	font-weight:bold;
}

#Paging_digit {
	color:#006699;
	border-style:solid;

	border-width:1px;
	
	padding: 2px 6px 0px 6px; /* T R B L */
	width:5px;
}

#First_digit
 {

}

#CurrentPage {
	font-size:16px;
}




#ProductName {

	top:10px;
	color:#990000;
	font-size:14px;
	font-weight:bold;
}

#subProductName {
	font-size:11px;
	font-style:italic;
	color:#006600;
}

#productPrice {
	font-size:16px;
}

#productDesc {
	font-size:11px;
}

#desc {
font-size:11px;
	list-style:inside;
	list-style-position:inside;
	padding:10px;
}

#qtyTxt {
	width:58px;
}
/************************************************************
							EOF
************************************************************/
