﻿/* -------- Design -> Andrew Strojny -> http://www.andrewstrojny.com - please do not remove - */


/* -----IE Hack----- */
html { 
	font-size: 100%; 
}

/* -----Body, Container, Header----- */

body {
	font-family: Arial, Helvetica, sans-serif;
	min-width: 984px;
	text-align: center;
	font-size: .8em;
	background-color: #CFCAD0;
	color: #333333;
}
#container {
	width: 984px;
	text-align : left;
	margin-left : auto;
	margin-right : auto;
	background-color: #F8F0FF;
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#header {
	padding: 50px 0 0 0;
	text-align: center;
}

/* -----Menu------Courtesy of CSS Play - http://www.cssplay.co.uk/menus/flickerfree_mk2.html------ */

#menu {
	position: relative;
	width: 670px;
	height: 50px;
	background: transparent url(images/menu.gif) 0 0 no-repeat;
	overflow: hidden;
	margin: 16px auto 16px auto;
	z-index: 10;
}

#menu ul {
	margin: 0; 
	padding: 0;
}

#menu li {
	margin: 0 0 0 0;
	list-style-type: none;
	display: inline;
	width: 110px;
	height: 50px;
}

#menu a {
	display: block; 
	width: 110px; 
	padding-top: 50px; 
	height: 0; 
	text-decoration: none; 
	float: left; 
	background: transparent url(images/menuhover.gif) -110px -60px no-repeat; 
	overflow: hidden;
	outline: none;
}

* html #menu a:link, * html #menu a:visited {height:50px; height:0;}

#menu a:hover {
	margin: 0 0 0 10px;
	background-position: top right;
	z-index: 50;
}

* html #menu a:hover {height:50px; height:0;}

#lbox {
	width: 675px;
}

/* ------ Left Arrow - back to Products ----- */

#leftarrow {
	position: relative;
	height: 31px;
	top: 0px;
	left: 0px;
}

/* ------Main Content Box----- */

#content {
	width: 960px;
	margin-left : auto;
	margin-right : auto;
	padding: 0 0 10px 0;
	background-color: #F8F0FF;
}

/* --- Round Inner Content Box ---- Courtesy of http://kalsey.com/2003/07/rounded_corners_in_css/  ----- */

.roundcont {
	width: 100%;
	background-color: #FFFFFF;
	margin-top: 16px;
}
.roundcont p {
	margin: 0 1em 1em 1em;
}


.roundtop { 
	background: url(images/tr.gif) no-repeat top right;
}

.roundbottom {
	background: url(images/br.gif) no-repeat top right; 
}

img.corner {
   	width: 19px;
   	height: 19px;
   	border: none;
   	display: block !important;
}

/* --- Rounded Content Boxes for left, right, center column, and wide column ----- */

.roundcontleft {
	width: 472px;
	background-color: #FFFFFF;
	float: left;
	margin-top: 16px;	
}

.roundcontright {
	width: 472px;
	background-color: #FFFFFF;
	float: right;
	margin-top: 16px;
}

.roundcontcenter {
	width: 482px;
	background-color: #FFFFFF;
	clear: both;
}

.roundcontwide {
	width: 100%;
	background-color: #FFFFFF;
	clear: both;
}

.roundcontleft p {
	margin: .7em;
}

.roundcontright p {
	margin: .7em;
}

.roundcontcenter p {
	margin: .7em;
}

.roundcontwide p {
	margin: .7em;
}

/* -----Float Images----- */

.floatright {
	margin: 0 2em 0 0;
	float: right;
}

.floatleft {
	float:left;
}

/* -----List----- */

.list {
	margin: 0 0 0 2.5em;
	padding: 0 0 0 2.5em;
}

/* -----Links----- */

a {
	color: #68079B;
	outline: none;
}

a:hover {
	background-color: #CFCAD0;
	color: #9900CC;
	outline: none;
}

/* -----Footer----- */

#footer {
	clear: both;
	padding-top: 5px;
}

#footer p {
	margin: 3px;
	text-align: center;
	color: #FFFFFF;
	position: relative;
	top: 13px;
	height: 5px;
	line-height: 22px;
}

#footer a {
	color: #FFFFFF;
}

#footer2 {
	clear: both;
	padding-top: 5px;
}

#footer2 p {
	margin: 3px;
	text-align: center;
	color: #FFFFFF;
	position: relative;
	top: 18px;
	height: 5px;
	line-height: 22px;
}



/* -----Deva Logo in body ----- */

.devalogo {
	position:absolute;
	top:300px;
	left:300px;
	z-index: 1;	
}

/* Styles for Content */
h1 {
	color: #68079B;
	font-size: 30px;
}
h2 {
	margin-top: 0px;
	margin: 0 0 5px 0;
	color: #9900CC;
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-align: center;
}
h3 {
	color: #9900CC;
	font-size: 32px;
	font-weight: bold;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 12px;
}
h4 {
	margin: 8px;
	color: #465959;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
}
h5 {
	color: #68079B;
	font-size: 12px;
}
h6 {
	color: #68079B;
	font-size: 10px;
}
.accentcolor {
	color: #9900CC;
	font-size: 14px;
}

.accentcolorlarge {
	color: #9900CC;
	font-size: 15px;
}

