@import url(text.css);
@import url(layout.css);


html {
	overflow: -moz-scrollbars-vertical;
	margin: 0px;
	height: 100%;
	width: 100%;	
}

* {
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;

	/*background-image: url(../images/bgHTML.jpg);
	background-repeat: repeat-x;
*/
}

img {
	border: 0px;
}

p {
	margin: 0px;
	padding-top: 14px;
	padding-bottom: 14px;
}

ul {
	list-style:none;
}

li {
	list-style:none;
}

td {
	
	text-align:left;

}

div {
	text-align:left;
}

/************************* misc*/

div.clear {
	clear: both;
}

div.clear-left {
	clear: left;
}

div.clear-right {
	clear: right;
}

label {
    line-height:20px;
}

.raquo {
	padding-left: 5px;
	padding-right: 5px;
}

#msg {display:none; position:absolute; z-index:200; background:url(../images/msg_arrow.gif) left center no-repeat; padding-left:7px}
#msgcontent {display:block; background:#f3e6e6; border:2px solid #924949; border-left:none; padding:5px; min-width:150px; max-width:250px}

.newsImage {
	float:left;
	margin-right:10px;
	
}

.orderLabel {
	float:left;
	width: 200px;
	height: 30px;
}

textarea {
	border: 1px solid #a7a9ac;
}

.error {
	float:left;
	color:red;
}

form#contact {
	width:500px;

}



	

