File size: 2,632 Bytes
c1efa46 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 | * {
margin:0;
}
img {
border:none;
display:inline-block !important;
}
iframe{
max-width:100%;
}
a {
color:#195300;
}
a:focus {
outline-style:none;
}
a:link,a:visited {
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
body {
font-family:Arial,Helvetica,sans-serif;
background:#f6f6f6;
font-size:14px;
}
.wholewrap_rp {
background:url(images/header_bg_rp.jpg) left top repeat-x;
}
#main {
margin:0 auto;
}
.header {
height:126px;
padding: 40px 0 0 30px;
}
.nav_main {
padding:0px;
}
.nav_main ul {
list-style:none;
}
.nav_main ul li {
padding:0px 6px;
display:block;
float:left;
background:url(images/nav_hover.jpg) 0 44px repeat-x;
}
.nav_main ul li a {
padding:14px 0px;
font:bold 13px/16px Arial,Helvetica,sans-serif;
color:#584c4c;
display:block;
text-transform:uppercase;
}
.nav_main ul li:hover {
background-position:0 0;
}
.nav_main ul li a:hover {
text-decoration:none;
}
#center {margin: 10px 0;}
.content_area {margin-bottom:10px;background:#fff;text-align: left;padding: 0 20px;}
.content_area h1 {padding: 10px 21px 10px 0;color:#080808;text-transform:uppercase;font-size: 20px;}
.text1{
padding: 0 0 20px 0;
}
.content_area1 {
margin-top:41px;
margin-bottom:10px;
width:607px;
}
.right_sec{
padding: 0 10px;
margin-top: 10px;
}
.menu_title{}
.menu_title h2{
background: rgba(88,142,56,1);
background: -moz-linear-gradient(top, rgba(88,142,56,1) 0%, rgba(30,94,0,1) 51%, rgba(21,73,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(88,142,56,1)), color-stop(51%, rgba(30,94,0,1)), color-stop(100%, rgba(21,73,0,1)));
background: -webkit-linear-gradient(top, rgba(88,142,56,1) 0%, rgba(30,94,0,1) 51%, rgba(21,73,0,1) 100%);
background: -o-linear-gradient(top, rgba(88,142,56,1) 0%, rgba(30,94,0,1) 51%, rgba(21,73,0,1) 100%);
background: -ms-linear-gradient(top, rgba(88,142,56,1) 0%, rgba(30,94,0,1) 51%, rgba(21,73,0,1) 100%);
background: linear-gradient(to bottom, rgba(88,142,56,1) 0%, rgba(30,94,0,1) 51%, rgba(21,73,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#588e38', endColorstr='#154900', GradientType=0 );
border-radius: 5px 5px 0 0;
color: #fff;
font-size: 20px;
text-align: left;
padding-left: 10px;
margin-bottom: 0;
}
.right_nav{
background: #fff;
border-left: 1px solid #DDDDDD;
border-right: 1px solid #DDDDDD;
border-bottom: 1px solid #DDDDDD;
padding: 10px 0;
margin-bottom: 20px;
}
.right_nav ul{
text-align: left;
padding-left: 30px;
}
.right_nav ul li{}
.right_nav ul li a{}
.twitter{font-size: 26px;margin-left: 20px;} |