/*****************************************************
 * General
 **********/

HTML, BODY, INPUT {
  margin: 0px;
  padding: 0px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.5em;
}

H2 {
	margin: 0px;
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
}

H1, H3, H4, H5,
H1 A, H3 A, H4 A, H5 A {
	color: #8C132A;
	text-decoration: none;
}

H1 {
	margin-bottom: 10px;
	font-size: 18px;
}

H3 {
	margin-bottom: 5px;
	font-size: 15px;
}

H4 {
	margin-bottom: 5px;
	font-size: 13px;
}

H5 {
	margin: 0px;
	font-size: 11px;
}

P {
	margin-top: 0px;
	margin-bottom: 10px;
}

A {
	color: black;
}

.nowrap {
	white-space: nowrap;
}

.title {
	color: #8C132A;
}

.title A {
	color: #8C132A;
	text-decoration: none;
}

/*****************************************************
 * Rounded corners
 ******************/

.corner-top-left {
	background-image: url(/images/corner/top-left.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.corner-top-right {
	background-image: url(/images/corner/top-right.png);
	background-repeat: no-repeat;
	background-position: 100% 0px;
}

.corner-bottom-left {
	background-image: url(/images/corner/bottom-left.png);
	background-repeat: no-repeat;
	background-position: 0px 100%;
}

.corner-bottom-right {
	background-image: url(/images/corner/bottom-right.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

/*****************************************************
 * Body
 *******/

BODY {
	background-color: #E0E0E0;
}

.bodybackground {
	background-color: white;
	background-image: url(/images/background.png);
	background-repeat: repeat-x;
	background-position: 0px 100%;
}

.bodyframe {
	width: 1115px;
	margin: auto;
}

/*****************************************************
 * Header
 *********/

.header {
	position: relative;
	height: 140px;
	background-image: url(/images/header-waves-logo-reseller.png);
	background-repeat: no-repeat;
	background-position: 0px 100%;
}

 .header-shadow {
	background-color: white;
	background-image: url(/images/header-shadow.png);
	background-repeat: repeat-x;
	background-position: 0px 100%;
 }

/*****************************************************
 * Header > Menu
 ****************/

.header .menu {
	float: right;
}

.header .menu UL {
	padding: 0px;
	margin: 0px;
}

.header .menu LI {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.header .menu A {
	text-decoration: none;
}
.header .menu A:hover {
	text-decoration: underline;
}

.header .menu .linkmargin,
.header .menu A {
	margin-left: 5px;
	margin-right: 5px;
}

/*****************************************************
 * Header > Menu > Primery
 **************************/

.header .menu .primery {
	background-color: #8C132A;
	color: white;
}

.header .menu .primery .corner-bottom-right {
	padding-top: 6px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
}

.header .menu .primery LI {
	padding-top: 3px;
}

.header .menu .primery A {
	line-height: 15px;
	color: white;
}

/*****************************************************
 * Header > Menu > Primery > Search
 ***********************************/

.header .menu .primery .search {
	margin-bottom: -2px;
	padding-top: 0px;
	padding-left: 60px;
	padding-right: 15px;
}

.header .menu .primery .search INPUT {
	padding: 2px;
	color: #7A7A7A;
}

/*****************************************************
 * Header > Menu > Secondary
 ****************************/

.header .menu .secondary {
	padding-left: 8px;
	padding-top: 3px;
	font-size: 9px;
}

/*****************************************************
 * Page
 *******/

.page {
	height: 1%;
	margin-left: 0px;
	background-color: white;
}

/*****************************************************
 * Page > Sidebar
 *****************/

.sidebar {
	float: right;
	width: 268px;
}

.sidebar H3.title {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 7px;
	padding-left: 15px;
	padding-bottom: 7px;
	background-color: #8C132A;
	line-height: 1em;
	font-size: 12px;
	color: white;
}

.sidebar .content {
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	background-color: #F6F6F6;
	font-size: 11px;
}

.sidebar .content .section {
	margin-left: -5px;
	margin-right: -5px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DBDBDB;
}

.sidebar .content .first-section {
	padding-top: 0px;
}

.sidebar .content .last-section {
	padding-bottom: 0px;
	border-bottom: none;
}

/*****************************************************
 * Page > Body
 **************/

.body {
	width: 764px;
	padding-left: 28px;
	padding-bottom: 1px;
}

.body .breadcrumb {
	margin-left: -28px;
	padding-top: 5px;
	font-size: 11px;
}

.body .breadcrumb A {
	text-decoration: none;
}

.body .listing {
	float: left;
	width: 28%;
	padding-left: 12px;
}

.body .highlight {
	padding: 15px;
	background-color: #F6F6F6;
}

.body .highlight H4 {
	margin-top: 0px;
}

.body .highlight .screenshot {
	float: left;
	clear: left;
	margin-right: 10px;
	border: none;
}

.body .highlight .screenshot + .screenshot {
	margin-top: 10px;
}

/*****************************************************
 * Page > Columns
 ******************/

.lcolumn {
	float: left;
	width: 60%;
	padding-left: 28px;
}

.lcolumn .breadcrumb {
	margin-left: -28px;
	padding-top: 5px;
}

.rcolumn {
	float: right;
	width: 33%;
	padding-top: 1.7em;
	padding-right: 10px;
}

/*****************************************************
 * Page > Order
 ***************/

.order {
	color: #000000;
}

.order-content {
	float: left;
	width: 405px;
	padding: 0px;
	padding-bottom: 10px;
	font-size: 11px;
	color: black;
}

.order-sidebar {
	float: right;
	width: 254px;
	padding-left: 20px;
	background-image: url(/border.png);
	background-repeat: no-repeat;
}

.order .text {
	margin-top: 20px;  
	text-align: right;
}

.order .text LABEL {
	font-size: 10px;
	vertical-align: middle;
	color: #838383;
}

.order .text INPUT.texttype {
	background-color: white;
	border: 1px solid #999999;
}

.order .text INPUT.submit {
	padding: 3px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;  
	font-weight: bold;
	background-color: white;  
	border: 1px solid #C9C9C9;
}

.order .text .row {
	margin-bottom: 10px;
}

.order .line {
	background-image: url(/images/order/line.png);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	padding-top: 35px;
}


/*****************************************************
 * Foot
 *******/

.foot {
	padding-top: 5px;
	padding-left: 30px;
	padding-right: 80px;
	padding-bottom: 5px;
	font-size: 10px;
	color: #7E7E7E;
}

.foot A {
	text-decoration: none;
	color: #7E7E7E;
}

.foot A:hover {
	text-decoration: underline;
}