*		{margin: 0px;}

body 		{background-image: url(https://dodient.com/uploads/images/assets/sitetools/bgvlarge.png); background-repeat: repeat; font-family: Arial, Helvetica, sans-serif;}

h1, h2, h3, h4, h5	{color: #FFF; font-weight: bold; font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; margin: 0px 0px 20px;					 padding: 0px; text-transform: capitalize;}
h1		{font-size: 22px; }
h2		{font-size: 18px;}
h3		{font-size: 16px;}
h4		{font-size: 14px;}

.blackfont	{color: #333;}
.bluefont	{color: #007FFF;}
.bluefontcart	{color: #007FFF; font-weight: bold; margin: 220px 0px 100px !important;}
.whitefont	{border-bottom: 2px #007FFF solid; color: #FFF;}

a	{color: #007FFF; text-decoration: none;}
a:hover	{color: #007FFF; text-decoration: underline !important;}

p		{font-size: 13px; margin: 0px 0px 10px; padding: 0px; text-align: left;}

.hideme	{display: none;}

#site		{background-color:; margin: 0px auto; padding: 0px 10px; width: 960px;}

/*------------------------- start header and search --------------------------- */
#header				{overflow: hidden;}
#headerbox			{color: #FFF; margin: 0px auto 0px; overflow: hidden; padding: 10px 0px; width: 960px;}
#headerleft		{float: left; width: 560px; margin: 0px; overflow: hidden;}
#headerleft img		{border: 0px;}
#headerright		{float: left; font-size: 13px; font-weight: normal; overflow: hidden; text-align: right; width: 400px;}

#headerright a	        {color: #FFF; font-size: 11px; font-weight: bold; text-decoration: none;}
#headerright a:hover	{color: #007FFF; font-size: 11px; text-decoration: underline !important;}

/*----------------------------- end header and search ------------------------------- */

/*------------------------------- start menu --------------------------------*/
#menu		{background-color: #333333; color: #FFF; margin: 20px auto 10px; padding: 0px; width: 960px; text-transform: uppercase;}
/*#menu ul	{font-size: 13px; font-weight: normal; overflow: hidden; margin: 0px; padding: 0px;}
#menu ul li	{background-color: #333333; border-right: 1px #4E4E4E solid; float: left; margin: 0px; padding: 15px 25px; list-style-type: none; display: block;}
#menu ul li a		{text-decoration: none;}
#menu ul li:hover	{background-color: #007FFF; padding: 15px 25px; text-decoration: underline;}
#menu ul li.active	{background-color: #007FFF; text-decoration: none;} */
/*------------------------------------ end menu ------------------------------------*/

/*----------------------------- start content area ----------------------------- */
#contentarea		{background-color: #1E1E1E; color: #E0E0E0; margin: 10px 0px 0px; overflow: hidden; padding: 10px;}
#contentarea	a	{color: #007FFF; text-decoration: none;}
#contentarea h2		{margin: 0px; padding: 0px;}
#contentarea p		{margin: 0px 0px 20px; padding: 0px 0px 0px;}
#contentarea img	{border: 5px #FFF solid; float: left; margin: 0px 20px 15px 0px;}
#contentsliderbox	{overflow: hidden;}
#contentslider		{border: 0px #808080 solid !important; height: 300px; margin: 0px 0px 0px; overflow: hidden; width: 960px;}
#contentslidertext	{float: left; overflow: hidden; width: 300px;}
#contentslider h1	{font-size: 25px; margin: 20px 0px 0px;}

#contentarea ul	        {font-size: 12px; font-weight: bold; overflow: hidden; margin: 0px; padding: 0px;}

#contentarea li	        {list-style-type: circle; margin: 0px 15px; padding: 12px 5px;}


/*-------------------------------- end content area --------------------------------- */

/*--------------------------------- start footer ----------------------------------*/
#footer			{border-top: 2px #007FFFF solid; color: #FFF; font-size: 11px; margin: 5px 0px 0px; padding: 0px 0px 50px;}
#footer a		{color: #FFF; text-decoration: none;}
#footer a:hover		{color: #007FFF; text-decoration: underline;}
#footerleft		{float: left; padding: 5px 0px 0px 0px; text-transform: capitalize !important; width: 760px;}
#footerright		{float: left; font-size: 11px; padding: 5px 0px 10px 0px; width: 200px; text-align: right;}
.F 			{color: #FF00FF; font-family: "Times New Roman", Times, serif; font-weight: bold; text-transform: uppercase;}
.I 			{color: #0000FF; font-family: "Times New Roman", Times, serif; font-weight: bold;}
.P 			{color: #00FF00; font-family: "Times New Roman", Times, serif; font-weight: bold; text-transform: uppercase;}
.E 			{color: #FF0000; font-family: "Times New Roman", Times, serif; font-weight: bold;}
/*------------------------------------ start footer ------------------------------------*/
/* Stylesheet: Dodient_Main Modified On 2017-10-31 03:18:50 */
/* by Alexander Endresen and mark and Nuno */
#menu_vert {
/* no margin/padding so it fills the whole div */
	margin: 0;
	padding: 0;
}
.clearb {
/* needed for some browsers */
	clear: both;
}
#menuwrapper {/* IE6 Hack */height: 1%; width: auto; margin: 0; padding: 0;}
ul#primary-nav, ul#primary-nav ul {
/* remove any default bullets */
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#primary-nav {padding: 0px;}
ul#primary-nav ul {
/* make the ul stay in place so when we hover it lets the drops go over the content below else it will push everything below out of the way */
	position: absolute;
/* top being the bottom of the li it comes out of */
	top: auto;
/* keeps it hidden till hover event */
	display: none;
/* same size but different color for each border */
	border-top: 1px solid #C8D3D7;
	border-right: 1px solid #C8D3D7;
	border-bottom: 1px solid #ADC0C7;
	border-left: 1px solid #A5B9C0;
}
ul#primary-nav ul ul {
/* now we move the next level ul down from the top a little for distinction */
	margin-top: 1px;
/* pull it in on the left, helps us not lose the hover effect when going to next level */
	margin-left: -1px;
/* keeps the left side of this ul on the right side of the one it came out of */
	left: 100%;
/* sets the top of it inline with the li it came out of */
	top: 0px;
}
ul#primary-nav li {background-color: #333333; border-right: 1px #4E4E4E solid; float: left;
	margin: 0px;padding: 0px;}
#primary-nav li li {width: 220px; margin-left: 0px; margin-top: -1px; float: none;
	position: relative; border-bottom: 2px #F5F5F5 solid; font-size: 12px;
}
/* set the "a" link look here */
ul#primary-nav li a {font-size: 13px; font-weight: normal; 
	color: #FFF;
	padding: 15px 25px;
	display: block;
	text-decoration: none;
}
ul#primary-nav li a:hover {
/* kind of obvious */
	background-color: transparent;
}
ul#primary-nav li li a:hover {color: #FFF; background-color: #007FFF; padding: 10px 15px; text-decoration: underline;
}
ul#primary-nav li a.menuactive {color: #FFF; font-weight: normal; background-color: #007FFF; text-decoration: none;
}
ul#primary-nav li a.menuactive:hover {color: #FFF; font-weight: normal; 
text-decoration: underline;
}
#primary-nav li li a.menuparent span {
/* makes it hold a shape */
	display: block;
/* set your image here, right arrow, 98% over from the left, 100% or 'right' puts it to far */
	background:  url(https://dodient.com/uploads/ngrey/parent.png) no-repeat 98% center;
}
/* gif for IE6, as it can't handle transparent png */
* html #primary-nav li li a.menuparent span {
/* set your image here, right arrow, 98% over from the left, 100% or 'right' puts it to far */
	background:  url(https://dodient.com/uploads/ngrey/parent.gif) no-repeat 98% center;
}
ul#primary-nav li ul a {
/* insures alignment */
	text-align: left;
	margin: 0px;
/* keeps it relative to it's container */
	position: relative;
/* less padding than first level no need for large links here */
	padding: 10px 15px;
/* if first level is set to bold this will reset this level */
	font-weight: normal;
/* first level is #FFF/white, we need black to contrast with light background */
	color: #FFF;
	border-top: 10 none;
	border-right: 0 none;
	border-left: 0 none;
}
ul#primary-nav li ul {
/* very lite grey color, by now you should know what the rest mean */
	background: #F3F5F5;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: auto;
	height: auto;
	display: none;
	position: absolute;
	z-index: 999;
	border-top: 1px solid #F5F5F5;
	border-bottom: 0px solid #F5F5F5;
/*Info: The opacity property is  CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/
	opacity: 0.95;
/* CSS 3 */
}
ul#primary-nav li ul ul {
/*Info: The opacity property is  CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/
	opacity: 95;
/* CSS 3 */
}
/* Styling the appearance of menu items on hover */
#primary-nav li:hover,
#primary-nav li.menuh,
#primary-nav li.menuparenth,
#primary-nav li.menuactiveh {
/* set your image here, dark grey image */
	background-color: #007FFF;
	color: #FFF;
}
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited, for fourth level add
#primary-nav li:hover ul ul ul,
#primary-nav li.menuparenth ul ul ul,
*/
#primary-nav ul,
#primary-nav li:hover ul,
#primary-nav li:hover ul ul,
#primary-nav li.menuparenth ul,
#primary-nav li.menuparenth ul ul {
	display: none;
}
/* for fourth level add
#primary-nav ul ul ul li:hover ul,
#primary-nav ul ul ul li.menuparenth ul,
*/
#primary-nav li:hover ul,
#primary-nav ul li:hover ul,
#primary-nav ul ul li:hover ul,
#primary-nav li.menuparenth ul,
#primary-nav ul li.menuparenth ul,
#primary-nav ul ul li.menuparenth ul {
	display: block;
}
/* IE6 Hacks */
#primary-nav li li {
	float: left;
	clear: both;
}
#primary-nav li li a {
	height: 1%;
}
/* Stylesheet: Dodient_Menu Modified On 2013-04-26 13:08:37 */
