@import "navbar.css";
@import "home.css";
@import "how-it-works.css";
@import "applications.css";
@import "features.css";
@import "order.css";
@import "products.css";
@import "contact.css";
@import "cart.css";
@import "submit-order.css";
@import "order-result.css";
@import "misc.css";


/*
 *  Website Copyright © OXYSOL.COM  -  All rights reserved.
 * 
 */

html, body {
	color: black;
	background-color: #eeeeee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: center;
	padding: 0;
	margin: 0;
}

#header {
	text-align: left;
}
#header #header_vadra  img { float: left; vertical-align: top; padding: 0; margin: 0;}
#header #header_oxysol img { float: right; vertical-align: top; padding: 0; margin: 0; }
#header #header_oxysol #header_langs { clear: right; }
#header #header_oxysol #header_langs img { vertical-align: bottom; margin-right: 0.5em; padding: 0; float:right; }

#container {
	margin: 5px auto;
	padding: 10px 10px;
	border: 1px solid black;
	background-color: white;
	/*min-height: 38em;*/
	width: 61.9em;
}

#content {
	margin: 75px 0;
	text-align: left;
}

#textLinks p, #textLinks a { margin-top: auto; margin-bottom: 0; padding-bottom: 0; vertical-align: middle; text-align: center; font-size: 0.9em; color: #333333; }
#textLinks a:hover { text-decoration: underline; }
#textLinks img { vertical-align: middle; }

#footer { clear: both; margin: 0; padding: 0; }
#footer p { margin: 0; padding: 0; }
#footer a { color: #333333; }
#footer a:hover { text-decoration: underline; }

/** GENERAL STYLES **/

a { text-decoration: none; color: #162fe5; }
a:hover { text-decoration: underline; }
a:visited { text-decoration: none; color: #162fe5; }
a.bottom_right { position: absolute; right: 10px; bottom: 10px; }

ul li { list-style-image: url(../images/arrow.gif); }

h1 { font-size: 2em; padding-bottom: 0; margin-bottom: 0; padding-top: 0; }
h1.right { text-align: right; }
h2 { font-size: 1.2em; padding-bottom: 0; margin-bottom: 0;}
h3 { font-size: 1em; padding-bottom: 0; margin-bottom: 0;}

p { margin-top: 0.2em; margin-bottom: 1.1em;}

div.fixLength { display: block; clear: both; overflow: hidden;}
div.hr { /*border-bottom: 1px solid #bbb; */ background-image: url(../images/hr_bg.gif); background-repeat: repeat-x; height: 1px; padding: 0; margin: 0.3em 0 0.4em 0;}
div.hr hr { display: none; }
div.centered { margin-left: auto; margin-right: auto; }

img { border: 0; padding: 0; margin: 0; }
img.floatRight { float: right; padding-left: 20px; }
img.floatLeft  { float: left; padding-right: 20px; }

div.floatLeft  { float: left; }
div.floatRight { float: right;}
div.pageTitle  {
	clear: right;
	float: right;
	width: 50%;
}

div.pageTitle { height: 5.9em !important; height: 5.5em; background-image: url(../images/navbar/title_bg.gif); background-repeat:repeat-x; background-position: 100% 74% !important; background-position: 100% 66%; }
div.pageTitle h1#pageTitle { margin-top: 0.3em; margin-bottom: 1em; text-align: right; }
div.pageTitle h1#pageTitle a, div.pageTitle h1#pageTitle a:hover { text-decoration: none; color: black; }
/*background-color: #dbebff; }*/

form { padding: 0; margin: 0; }
input { border: 1px solid black; font-size: 0.95em; padding: 0; }
input.button { background-color: #dddddd; }
input.noBorder { border: 0; }
select { border: 1px solid black; font-size: 0.95em; padding: 0; }
textarea { border: 1px solid black; font-size: 0.95em; font-family: Verdana, Arial, Helvetica, sans-serif; padding: 0; }