.debug {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.dbg {
	border: 1px solid lime;
}

body1 {
	margin : 0;
	padding : 0;
	
	font-size : 0;
}

a {
	color : Black;
}

img {
	border: 0px none;
}

.error {
	color: Red;
}

div#global {
	width: 780px;
	margin : auto;
} 

div#container {
	width: 780px;
	float : left;
}

div#logo {
	float : left;
	height : 90px;
	width : 222px;
	background-image : url('../images/logo.gif');
}

div#tophead {
	float : left;
	background-image : url('../images/head_top.jpg');
	height : 90px;
	width : 558px	
} 

div#tophead ul {
	margin : 0;
	padding : 0;
	list-style : none;
	float : right;
}

div#tophead ul li {
	margin : 0;
	padding : 0;
	float : left;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-right : 9px;
	margin-top : 15px;
}

div#tophead ul li a {
	font-size : 12px;
	text-transform : uppercase;
	color : White;
	font-weight : bold;
	text-decoration : none;
}

div#bothead {

	float : left;
	background-image : url('../images/head_bot.jpg');
	height : 146px;
	width : 780px
}					  

div#content {
	width : 780px;
	float : left;
	clear : both;
	background-image: url('../images/backline.gif');
	background-repeat: repeat-y;
	background-position:  200px 50%;
	margin-top: 10px;
	margin-bottom: 10px
}		

div#navi {
/*	height : 300px;*/
	margin : 0;
	float : left;
	width : 200px;
	text-align: center;
}

div#navi img {
	border : 0px none;
	display : block;
	margin-top : 10px;
	margin-bottom : 30px; margin-left:auto; margin-right:auto
}

div#footer {
	float : left;
	width : 780px;
	font-family : Arial, Helvetica, sans-serif;
	background-color : #7C082D;
}

div#botimg {
	height : 33px;
	width : 780px;
	float : left;
	background-image : url('../images/botimg.jpg');
}		 

div#bottext {
	float : left;
	height : 20px;
	width : 400px;
	color : White;
	font-size : 10px;
	text-indent : 15px;
	padding-top : 5px;
} 

div#port {
	float : right;
	height : 20px;
	width : 350px;
	color : White;
	font-size : 11px;
	font-weight : bold;
	padding-top : 5px;
	text-align : right;
	padding-right : 15px;
}

div#page {
	float : left;
	width : 550px;
	padding-left : 20px;
	border-left : 1px solid #7C082D;
	background-position : 40px 20px;
	background-repeat : no-repeat;
	font-size : 12px;
}

h1 {
	color : #7C082D;
	font-size : 15px;
	display : block;
	margin : 0;
	margin-top: 10px;
	margin-bottom : 5px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
p {
	margin : 0;
	padding : 0;
	font-size : 14px;
	font-family: Arial, Helvetica, sans-serif;
} 

p.ital {	
	margin-top : 10px;
	font-style : italic;
	font-size : 12px;
}

h2 {
	font-size : 18px;
	font-weight : normal;
	text-transform : uppercase;
	margin : 0;
	padding : 0;
	margin-top : 5px;
	margin-bottom : 10px;
}
	
p.coltext {
	font-size : 13px;
	line-height : 20px;
}

div.leftcolumn, div.rightcolumn {
	margin-top : 20px;
	width : 45%;
	float : left;
	padding-right : 20px;
}
					 

div#usermenu {
	color : White;
	font-size : 10px;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	color : #998800;
	float : right;
	width : 220px;
	padding-right : 0px;
}

div#usermenu a {
	text-decoration : none;
	color : Black;
}

.pagetext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}	

p.pagetext {
	margin-top : 5px;
	margin-bottom : 5px;
}

.ital {
	font-style : italic;
}

.bold {
	font-weight : bold;
}

div.path {
	margin : 0;
	padding : 0;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
}
div.path a {
	color : Black;
	text-decoration : none;
}

h3 {
	font-size : 14px;
	font-weight : normal;
	text-transform : uppercase;
	margin : 0;
	padding : 0;
	margin-top : 10px;
	margin-bottom : 10px;
}				 

dl.form {
	margin : 0;
	padding : 0;
	margin-top : 10px;
	margin-bottom : 10px;
}

dl.form dt, dl.form dd {
	margin : 0;
	padding : 2px;
	display : block;
}

dl.form dt {
	clear : both;
	width : 100px;
	float : left;
}		

/** Buttons **/
input {
	border : 1px solid black;
}

 #submit, #cancel, #placeorder, #shopmore, #adtocard, #remove, #update, #checkout {
	border : 0px none;
	clear : both;
	display : block;
/*	margin-top : 15px;
	margin-bottom : 15px;
*/
	width : 86px;
	height : 23px;
	cursor: pointer
}

#submit {
	background-image : url('../images/btn_submit.gif');
}

#cancel {
	background-image : url('../images/btn_cancel.gif');
}

#placeorder {
	background-image : url('../images/btn_placeorder.gif');
}

#shopmore {
	background-image : url('../images/btn_shopmore.gif');
}

#adtocard {
	background-image : url('../images/btn_addtocard.gif');
}

#remove {
	background-image : url('../images/btn_remove.gif');	
}

#update {
	background-image : url('../images/btn_update.gif');
}

#checkout {
	background-image : url('../images/btn_checkout.gif');
}

div.col1, div.col2, div.col3 {
	float : left;
}

div.col1 {
	width : 150px;
	text-align : center;
	padding-top : 30px;
}


div.col2 {
	width: 300px;
}

div.col3 {
	width: 100px;
	padding-top : 60px;
	text-align : center;
}

div.col3 input {
	display : inline;
	margin : auto;
}

.submit {
	border : 1px solid black;
	background : White;
}
	
.litle {
	font-size : 10px;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.link {
	font-family: Arial, Helvetica, sans-serif;
	color: #7F8900;
}