﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
	background-color: #CCC;
    font-family : Arial;
    font-size:12px;	
	margin: 0;
	padding: 0;
	color: #696969;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}


/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    margin: 0;
    padding: 0;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#header img
{
	background-color : White;
    display :block;	
}

#title
{
	margin : 0px;
	padding : 0px;
    width: 1024px;
    height:285px;
    background-color : White;
    background-image:url(/Content/Di_top.png);
}

#title div
{
  color:white;
  font-family:Arial;
  font-size:100%;
  text-align:right;
  padding-right:30px;
  padding-top:10px;
}

#title #phone
{
  color:white;
  font-family:Arial;
  font-style : italic;
  font-size: 20pt;
  text-align:right;
  padding-right:30px;
  padding-top:10px;
}


#main
{
    padding: 10px 0px 0px 0px;
    margin : 0;
    background-color: #fff;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#footer
{
	clear : both;
    background-color : #712F45;
    color: #FFF;
    text-align: center;
    margin: 0;
    padding : 10px;
}

#footer p
{
	margin : 0;
	padding : 0;
}

#footer a
{
	text-decoration : none;
	color : #FFF;
}

#counters
{
	padding-top : 10px;
	text-align : center;
}


/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
	padding : 0;
	padding-left : 40px;
	margin : 0;
    text-align: left;
}

ul#menu li
{
position: relative;	
	padding : 0;
	margin : 0;
    display: inline;
    list-style : none;
    list-style-image :none;    
}


ul#menu li a
{
	display : inline-block;
	position : relative;
	text-transform :uppercase;
	text-decoration: none;
	padding-left : 40px;
	padding-right : 40px;
	padding-top : 10px;
	padding-bottom : 9px;
    background-color: #712F45;
    color: #fff;
    font-size : 120%;
}

ul#menu li a:hover
{
    background-color: #F3CEE2;
    color : #712F45;
    text-decoration: none;
}

ul#menu li a.current
{
    background-color: #F3CEE2;
    color: #712F45;
}


/* Main page ---------------------------------------------*/

div#MainPage
{
	height : 100%;
	background-color : #fff;
}

div#Catalog 
{
	padding : 0;
	margin : 0;
	float : left;
    width : 359px; 
    background-color  : #F3CEE2;
}

div#Catalog div.Caption
{
	height: 40px; 
	background-color: 	#936178;
	color:White;
	text-align:center;
}

div#Catalog div.Caption span
{
	display : block;
	padding-top : 12px;
	font-size : 120%;
}

div#Catalog div#RightStitch
{
	background-image: url(/Content/Di_vert_line.png);
    background-repeat: repeat-y;
	float : right;
	height : 450px;
	width : 10px;
	margin-top : 10px;
}

div#Catalog div#Text
{
	min-height : 150px;
	font-size : 120%;
	margin-left : 50px;
}

div#Catalog div#Text a
{
   text-decoration : none;
   color : #E5556C;

}

div#Catalog div#Text div#CollectionItem
{
	margin-bottom : 15px;
	margin-top : 15px;
	font-weight : bold;
	font-size : larger;
	width : 250px;
	background : #F6C5B4;
	padding-top : 10px;
	padding-bottom : 10px;
	text-align : center; 
	border-style : dashed;
	border-color : #712F46;
	border-width : 2px;
 }

div#Catalog div#Text div#ModelTypeItem
{
	padding : 5px 0px 5px 40px;
}

div#Catalog div#BottomStitch
{
	clear : right;
	width : 100%;
	background-image: url(/Content/Di_gor_line.png);
	background-repeat: repeat-x;
	height : 10px;
}

div#TopNews
{
	padding-bottom : 20px;
	padding-left : 10px;
	padding-right : 10px;
}

div#TopNews div.Date
{
	padding-top : 10px;
    color:#712F45;
    font-weight : bold;
}

div#TopNews a 
{
	font-size : smaller;
	text-decoration : none;
	padding : 2px 4px 2px 4px;
	background-color : #936178;
	color : White;
}

div#News h1
{
    color:#712F45;
    text-align : center;
    padding-bottom : 10px;
}

div#News h2
{
	text-align : center;
}

div#News div.HeaderDate
{
	width : 980px;
	background-color : #712F45;
	height : 20px;
	margin-left : 20px;
	margin-right : 40px;
	font-weight : bold;
}

div#News span.Header
{
	padding-left : 20px;
	color : White;
	vertical-align : middle;
	width : 860px;
	display : inline-block;
}

div#News span.Date
{
	padding-left : 20px;
	color : White;
	vertical-align : middle;
	text-align : right;
}

div#News div.Text
{
	height : 100%;
	width : 940px;
	margin-left : 40px;
	font-weight : normal;
	padding-top : 10px;
	padding-bottom : 20px;
}

div#MainText 
{
	padding-left : 380px;
	padding-right : 20px;
	padding-bottom : 30px;
	text-align : justify;
}

div#MainText H1
{
	font-weight : bold;
	font-size : larger;
	text-align : center;
    color:#712F45
}


div#MainText p
{
	margin  : 0;
	padding : 10px 0 0 0;
}

div#MainText ul
{
	margin : 0;
    padding : 20px 20px 20px 20px;
}

div#MainText li
{
	padding-top : 5px;
	text-align : left;
}

#LeftFlower 
{
	position: relative;
	left: 260px;
	top: 0px;
}

#RightFlower 
{
    position : relative; 
    left: 260px;
    top: 0px;
}

/* Main page ---------------------------------------------*/

/* Discount ----------------------------------------------*/
div#Discount
{
    font-size : 20px;
	font-family : Times New Roman;
	height : 100%;
	background-color : #fff;
	padding : 0 60px 10px 60px;
}

div#Discount a
{
    color:#712F45;
}


div#Discount h1
{
	font-family : Times New Roman;
    color:#712F45;
}

div#Discount h2
{
	font-family : Times New Roman;
    font-size : 25px;
	text-align : center;
    color:#712F45;
}

div#Discount h3
{
	font-family : Times New Roman;
    font-size : 25px;
    color:#712F45;
	text-align :right;
}

div#Discount ul li
{
    color:#712F45;
    text-align : justify;
}


/* Catalog ---------------------------------------------- */

div#CatalogMenu
{
	width : 100%;
	height : 30px;
	background-color : #936178;
}

div#CatalogMenuItem
{
	height : 30px;
	float : left;
    background-color : #936178;
}

div#CatalogMenuItem a
{
	display : inline-block;
	position : relative;
	text-decoration : none;
	padding-top : 8px;
	padding-bottom : 7px;
	color : #F3CEE2;
    padding-left : 40px;
    padding-right : 40px;
}

div#CatalogMenuItem a.current
{
	color : white;
	background-color : #712A45;
    font-weight : bold;
}

div#ModelTypes
{
	padding : 5px 0 5px 40px;
	background-color : #712A45;
	color : White;
}

div#ModelTypes b
{
	padding : 0 10px 0 10px;
}


div#ModelTypes a
{
	color : White;
	text-decoration : none;
}

div#ModelTypes a.current
{
	color : Yellow;
	font-weight : bold;
}

div#ModelSizes
{
	text-align : center;
    color :  #E6556C;
    font-size :140%;
    font-weight : bold;
}

div#ModelSizes a
{
	color : #E6556C;
	text-decoration : none;
}

div#ModelSizes a.current
{
	font-weight : bold;
	font-size : 120%;
	text-decoration : underline blink;
}



.Models
{
	color : #712A45;
	clear :both;
	margin : 10px 10px 0 10px;
	padding : 5px 10px 5px 10px;
	background-color : #F3CEE2;
}

.Models fieldset
{
	margin : 0;
	border-color : #712A45;
	min-height : 225px;
    text-align : justify;
}

.Models fieldset p.text
{
	font-size : 8pt;
}


.Models div.lc 
{
	float : left;
	width : 300px;
	margin-right : 5px;
}

.Models div.lc a 
{
	color : #712A45;
}


.Models p
{
	padding : 0;
	margin : 0;
}


.Models div.rc 
{
	padding : 0;
	min-height : 250px;
}

.Models img
{
	width : 166px;
	height : 250;
	border-style : none;
}


-------------------------------------------

#Contacts 
{
}

#Contacts div#right 
{
	margin-left : 500px;
	color:#712F45;
}

#Contacts div.left
{
   float : left;
   background-color : White;	
   margin-left : 10px;
   margin-right : 10px;
}

#Contacts div#bottom
{
	padding-top : 50px;
	clear : both;
}

#Contacts h1
{
  background-color: #936178;
  color:White;
  text-align:center;	
  font-size : 110%;
  font-weight : normal;
  padding-top : 15px;
  padding-bottom : 15px;
  margin : 0;
}

#Contacts div 
{
	margin-top : 10px;
}

#Contacts div b.lc
{
	display : block;
	width : 150px;
	text-align : right;
	float : left;
	padding-top : 3px;
}

#Contacts div input
{
   width: 340px;
   border: 1px solid #CCC;
}

#Contacts div textarea
{
    border: 1px solid #CCC;
	width  : 340px;
	height : 150px;
}

#Contacts input#submit
{
	margin : 10px 0 10px 150px;
    border: 1px solid #936178;
	width : 140px;
	text-align : center;
	background-color : #936178;
	color : White;
} 

#Contacts div#success
{
	padding-top : 120px;
	text-align : center;
	width : 500px;
	font-weight : bold;
}
/* Skype --------------------------------------------------------*/
#Skype
{
	color : Blue;
}

/* Order ---------------------------------------------------------*/

#Order
{
  width : 900px;
  margin-left : auto;
  margin-right : auto;	
}


#Order div input
{
   width: 340px;
   border: 1px solid #CCC;
}

#Order h1
{
	text-align : center;
	font-size : 150%;
	color : #936178;
	margin-bottom : 10px;
}

#Order table,
#Order p,
#Order fieldset
{
	margin-left : auto;
	margin-right : auto;
	text-align : center;
}

#Order th
{
  background-color: #936178;
  color : White;
  text-align : center;
}

#Order label
{
  color : #936178;
}

#Order tr 
{
  background-color: #F3CEE2;
  color : #936178;
}

#Order td.text
{
	text-align : justify;
}

#Order td.button
{
	white-space : nowrap;
}

#Order TextArea
{
	border-style : solid;
	border-width : 1px;
	width : 300px;
	height : 200px;
}

#Order select
{
	width : 200px;
	border-style : solid;
	border-width : 1px;
}

#Order a 
{
	text-decoration : none;
	padding : 2px 4px 2px 4px;
	background-color : #936178;
	color : White;
}

#Order fieldset 
{
	width : 300px;
}


#Order fieldset p
{
	text-align : left;
}

#Order input#submit
{
	margin : 10px 0 10px 150px;
    border: 1px solid #936178;
	width : 140px;
	text-align : center;
	background-color : #936178;
	color : White;
} 

#Order table input
{
	width : 40px;
	text-align : center;
} 

#clear_all td
{
	background : white;
	
}

/*---------------------------------------------------------*/


#AdminMenu
{
}

#AdminMenu h1
{
  background-color: #936178;
  color:White;
  text-align:center;	
  font-size : 110%;
  font-weight : normal;
  padding-top : 5px;
  padding-bottom : 5px;
  margin : 0;
}

#AdminMenu
{
	width : 200px;
	background-color : #F3CEE2;
	color:#712F45;
	margin-left : auto;
	margin-right : auto;
    font-size : 110%;
}

#AdminMenu a
{
	display : block;
	text-decoration : none;
	padding-top : 5px;
	padding-bottom : 5px;
	padding-left : 20px;
	color : #936178;
	border-style : outset;
}

#AdminLeftMenu
{
	float : left;
	width : 205px;
	margin-left : 5px;
}

#AdminBody
{
	margin-left  : 220px;
	margin-right : 20px;
	min-height : 400px;
}

#AdminBody label
{
	font-weight : bold;
	text-align : left;
	margin : 0;
	padding : 0;
	width : 100%;
}

#AdminBody ul li label
{
	color : #936178;
}

#AdminBody h1
{
	text-align : center;
	font-size : 150%;
	color : #936178;
	margin-bottom : 10px;
}

#AdminBody h2
{
	text-align : center;
	font-size : 100%;
	color : #936178;
}

#AdminBody ul
{
	text-align : center;
}

#AdminBody table,
#AdminBody p,
#AdminBody fieldset
{
	margin-left : auto;
	margin-right : auto;
	text-align : center;
}

#AdminBody th
{
  background-color: #936178;
  color : White;
  text-align : center;
}

#AdminBody tr 
{
  background-color: #F3CEE2;
  color : #936178;
}

#AdminBody td.text
{
	text-align : justify;
}

#AdminBody td.button
{
	white-space : nowrap;
}

#AdminBody TextArea
{
	border-style : solid;
	border-width : 1px;
	width : 300px;
	height : 200px;
}

#AdminBody select
{
	width : 200px;
	border-style : solid;
	border-width : 1px;
}

#AdminBody a 
{
	text-decoration : none;
	padding : 2px 4px 2px 4px;
	background-color : #936178;
	color : White;
}

#AdminBody fieldset 
{
	width : 300px;
}


#AdminBody fieldset p
{
	text-align : left;
}

#AdminBody input[type=submit]
{
	border-style : none;
	padding : 2px 4px 2px 4px;
	background-color : #936178;
	color : White;
} 

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    height : 35px;
    background-color : #712F45;
    margin : 0px;
}



#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
    margin-left : 20px;
}
