/* HTML Element styles specific to this project. */

html,
body {
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	scrollbar-arrow-color: #ffffff;
	scrollbar-darkshadow-color: ##020167;
	scrollbar-base-color: #020167;
	font: normal 13px/120% Arial, Helvetica, sans-serif;
	color: #ffffff;
}

button,
input,
textarea,
select {
	font: normal 11px/120% Verdana, Arial, Helvetica, sans-serif;
}

td, th {
	vertical-align: top
}

h1, 
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #FFFFFF;
}
h1 {
	font-size: 18px;
	margin-bottom: 20px;
}
h2
{
	margin: 25px 0 12px;
	font-size: 16px;
	clear: both;
}
h3 {
	margin: 25px 0 10px;
	font-size: 15px;
}
h4 {
	margin: 20px 0 10px;
	font-size: 14px;
	color: #2E3086;
}
h5 {
	margin: 20px 0 10px;
	font-size: 13px;
	color: #FBFFFA;
}
h6 {
	margin: 15px 0 10px;
	font-size: 12px;
	color: #FFFFFF;
}

p {
	margin: 5px 0 0 0;
}

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

ul ul>li {
	list-style-type: url(../UserFiles/Image/Frame/LiLi.gif);
}

ol>li {
	list-style-type: decimal;
}

ol ol>li {
	list-style-type: lower-alpha;
}

ol ol ol>li {
	list-style-type: lower-roman;
}

a,
a:link,
a:visited,
a:active {
	color: #FFF200;
}

a:hover {
	text-decoration: underline;
}

hr {
	width: 99%;
	color: #696969;
}
strong, b {
	color: #323689;
}







/*Skin specific styles */

#Container {
	text-align: center;
	background: url(../UserFiles/Image/Frame/HeaderTop.gif) repeat-x top;
	width: 955px;
	margin: 0px auto;
}

#Wrapper {
	width: 955px;
	text-align: left;
	background: url(../images/Wallpaper.jpg) repeat-y;
	float: left;
}
.ClearBoth {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
}

#Header {
	width: 955px;
	height: 122px;
	background: url(../images/DNAHeader.jpg) no-repeat;
	float: left;
}

#Header img {
	float: left;
	padding-right: 20px;
	display: block;
}


#TopMenu {
	float: left;
	clear: none;
	width: auto;
	height: 30px;
	margin-top: 87px;
	padding-left: 350px;
	line-height: 30px;
}
#TopMenu a {
	background: url(../images/MenuBullet.gif) no-repeat left center;
	padding-left: 15px;
	padding-right: 25px;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
#TopMenu a:hover {
	color: #FAEC01;
	background: url(../images/MenuBulletOver.gif) no-repeat left center;
}

#ContentContainer {
	width: 885px;
	float: left;
	clear: both;
	background: url(../images/DNABody.jpg) no-repeat left top;
	padding: 30px 35px;
}

#Footer {
	width: 885px;
	float: left;
	clear: both;
	padding: 10px 35px;
	color: #19459E;
	font-size: 11px;
}
#LeftPanel {
	display: inline;
	float: left;
	width: 226px;
	margin-right: 40px;
	background: #2F388A;
	padding: 7px;
	color: #FFFFFF;
}
#RightPanel {
	width: 590px;
	float: left;
}
.imgBorder {
	border: 2px solid #FFFFFF;
	float: right;
	margin-left: 10px;
}

#BottomMenu {
	float: left;
	width: 360px;
}

#BottomMenu .Item a {
	color: #999999;
}

#Copyright {
	float: right;
}

#WebsiteBy {
	float: left;
}

#WebsiteBy a {
	color: #999999;
}
#Services {
	color: #FDF200;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 140%;
}
/* ------------------- form ------------------- */
form#Contact {
	padding: 0px;
	font-size: 11px;
}
form#Contact label {
	color:  #FFF;
	float: left;
	clear: both;
	width: 65px;
}
form#Contact legend {
	color:  #FFF;
	padding: 0 2px;
	font-weight: bold;
}
form#Contact input {
	width: 150px;
	float: left;
}
form#Contact textarea {
	width: 150px;
	float: left;
}
form#Contact p {
	border-bottom: 1px solid #615D8A;
	line-height: 20px;
	float: left;
	clear:both;
	width: 226px;
}
form#Contact .submit {
	color:  #FFF;
	background: #1AA6E1;
	width: auto;
	margin: 5px 0 0 65px;
	float: left;
	clear: left;
}
form#Contact fieldset#submit p {
	border: none;
	font-size: 10px;
}
#Portoflio img {
	float: left;
	border: 2px solid #FFFFFF;
	margin-bottom: 22px;
}
#PortfolioSubmenu {
	color: #2F388A;
	text-align: right;
	font-size: 13px;
	line-height: 25px;
}
.imgPad {
	margin-left: 22px;
}
.Yellow {
	color: #FFE807;
}
.Specials {
	background: #0C98DB;
	margin: 0px 0px 30px;
	padding: 2px;
	float: left;
	width: 280px;
	border: 1px solid #FFFFFF;
}
.Specials ul {
	margin: 5px 0px;
	padding: 0px 0px 0px 20px;
	float: left;
	clear: left;
	width: 255px;
}
.Specials li {
	width: auto;
	float: none;
}
.Specials img {
	float: left;
	clear: left;
}
.SpecialsPad {
	margin-left: 15px;
}
p.Price {
	color: #0099DC;
	background: #2F388A;
	display: block;
	padding: 0px 20px;
	line-height: 25px;
	clear: both;
	font-weight: bold;
	margin: 0px 0px 3px;
}
.Specials h3 {
	color: #2F388A;
	background: #FFFFFF;
	margin: 0px 0px 5px;
	padding: 3px;
}
.Small {
	font-size: 11px;
}
.Ctk {
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	padding: 5px;
	clear: both;
	display: block;
}
.Ctk strong {
	font-size: 10px;
	color: #666666;
	
}